Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 3833) sorted by relevance

12345678910>>...154

/test/xts/acts/commonlibrary/ets_utils/worker_lib_standard/entry/src/ohosTest/ets/test/
DWorkerTest.test.js89 type: "classic", name: "2st worker", shared: false property
113 type: "classic", name: "3st worker", shared: true property
521 type: "zhangsan", timeStamp: 0 property
556 type: "zhangsan", timeStamp: 0 property
559 type: "lisi", timeStamp: 0 property
592 type: "zhangsan", timeStamp: 0 property
626 type: "zhangsan", timeStamp: 0 property
660 type: "zhangsan", timeStamp: 0 property
697 type: "zhangsan", timeStamp: 0 property
700 type: "lisi", timeStamp: 0 property
[all …]
/test/xts/acts/multimedia/audio_ndk/oh_audio_stream_builder_test/src/
Doh_audio_stream_builder_unit_test.cpp55 OH_AudioInterrupt_ForceType type, in AudioRendererInterruptEvent()
148 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; variable
164 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; variable
193 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; variable
213 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; variable
233 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; variable
253 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; variable
273 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; variable
293 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; variable
313 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; variable
[all …]
/test/xts/acts/barrierfree/accessiblesendevent/src/main/js/test/
DAccessibleSendEvent.test.js50 type : eventType, property
84 type : eventType, property
118 type : eventType, property
153 type : eventType, property
186 type : eventType, property
220 type : eventType, property
254 type : eventType, property
288 type : eventType, property
322 type : eventType, property
356 type : eventType, property
[all …]
/test/xts/acts/barrierfree/accessiblesendevent/entry/src/ohosTest/js/test/
DAccessibleSendEvent.test.js56 type : eventType, property
90 type : eventType, property
124 type : eventType, property
159 type : eventType, property
192 type : eventType, property
226 type : eventType, property
260 type : eventType, property
294 type : eventType, property
328 type : eventType, property
362 type : eventType, property
[all …]
/test/xts/acts/commonlibrary/ets_utils/threadWorker_lib_standard/entry/src/ohosTest/ets/test/
DThreadWorker.test.js85 {type:"classic", name:"2st worker", shared: false}) property
107 {type:"classic", name:"3st worker", shared: true}) property
129 …let ss = new worker.ThreadWorker("entry_test/ets/workers/newworker.js", {type:"other", name:"worke… property
145 {type:1, name:"new worker", shared: true}) property
160 …let ss = new worker.ThreadWorker("entry_test/ets/workers/newworker.js", {type:"classic", name:1, s… property
611 ss.dispatchEvent({type: "zhangsan", timeStamp: 0}) property
643 ss.dispatchEvent({type: "zhangsan", timeStamp: 0}) property
644 ss.dispatchEvent({type: "lisi", timeStamp: 0}) property
675 ss.dispatchEvent({type: "zhangsan", timeStamp: 0}) property
781 ss.dispatchEvent({type: "zhangsan", timeStamp: 0}) property
[all …]
/test/xts/hats/hdf/wlan/wifi/
DTest.json7 "type": "PushKit" string
12 "type": "CppTest", string
26 "type": "PushKit" string
31 "type": "CppTest", string
45 "type": "PushKit" string
50 "type": "CppTest", string
64 "type": "PushKit" string
69 "type": "CppTest", string
/test/xts/acts/sensors/miscdevice_standard/entry/src/ohosTest/js/test/
DVibrator_newSupplement.test.js66 type: "time", property
93 type: "", property
122 type: "preset", property
150 type: "preset", property
182 type: "preset", property
228 type: "time", property
249 type: "", property
274 type: "preset", property
296 type: "preset", property
324 type: "preset", property
[all …]
DVibrator_newSupplement_common.test.js94 type: "time", property
131 type: "", property
171 type: "preset", property
236 type: "time", property
267 type: "", property
303 type: "preset", property
341 type: 1, property
372 type: "time", property
391 type: "time", property
432 type: "time", property
[all …]
DVibrator_newEffect.test.js91 type: "preset", property
133 type: "preset", property
175 type: "preset", property
218 type: "preset", property
233 type: "preset", property
276 type: "preset", property
291 type: "preset", property
334 type: "preset", property
349 type: "preset", property
392 type: "preset", property
[all …]
/test/xts/acts/global/i18n_standard/intljs/entry/src/ohosTest/js/test/
DPhoneNumberFormatInI18n.test.js379 let phonenumber = new I18n.PhoneNumberFormat('CN', {'type': 'NATIONAL'}); property
394 let phonenumber = new I18n.PhoneNumberFormat('CN', {'type': 'NATIONAL'}); property
409 let phonenumber = new I18n.PhoneNumberFormat('CN', {'type': 'NATIONAL'}); property
424 let phonenumber = new I18n.PhoneNumberFormat('CN', {'type': 'NATIONAL'}); property
439 let phonenumber = new I18n.PhoneNumberFormat('CN', {'type': 'INTERNATIONAL'}); property
454 let phonenumber = new I18n.PhoneNumberFormat('CN', {'type': 'RFC3966'}); property
469 let phonenumber = new I18n.PhoneNumberFormat('CN', {'type': 'E164'}); property
484 let phonenumber = new I18n.PhoneNumberFormat('US', {'type': 'NATIONAL'}); property
499 let phonenumber = new I18n.PhoneNumberFormat('US', {'type': 'INTERNATIONAL'}); property
514 let phonenumber = new I18n.PhoneNumberFormat('US', {'type': 'RFC3966'}); property
[all …]
/test/xts/acts/commonlibrary/ets_utils/worker_lib_standard/entry/src/ohosTest/ets/workers/
Dworker_026.js28 parentPort.dispatchEvent({type:"addEventTest", timeStamp:0}) property
29 parentPort.dispatchEvent({type:"addEventTest", timeStamp:0}) property
31 parentPort.dispatchEvent({type:"addEventTest", timeStamp:0}) property
32 parentPort.dispatchEvent({type:"onceTest", timeStamp:0}) property
/test/xts/acts/commonlibrary/ets_utils/threadWorker_lib_standard/entry/src/ohosTest/ets/workers/
Dnewworker_030.js28 workerPort.dispatchEvent({type:"addEventTest", timeStamp:0}) property
29 workerPort.dispatchEvent({type:"addEventTest", timeStamp:0}) property
31 workerPort.dispatchEvent({type:"addEventTest", timeStamp:0}) property
32 workerPort.dispatchEvent({type:"onceTest", timeStamp:0}) property
/test/xts/acts/customization/enterprise_device_management/edm_xts_network/
DTest.json4 "type": "OHJSUnitTest", string
13 "type": "ShellKit", string
18 "type": "PushKit", string
26 "type": "AppInstallKit", string
29 "type": "ShellKit", string
/test/xts/acts/graphic/imageNdk/
DTest.json4 "type": "OHJSUnitTest", string
17 "type": "AppInstallKit", string
21 "type": "ShellKit", string
27 "type": "PushKit", string
34 "type": "ShellKit", string
/test/xts/acts/ability/ability_runtime/amsdisplayIdtest/actsamsstartabilityforresulttest/
DTest.json4 "type": "OHJSUnitTest", string
16 "type": "AppInstallKit", string
20 "type": "ShellKit", string
27 "type": "PushKit", string
33 "type": "ShellKit", string
/test/xts/acts/ability/ability_runtime/amscontextualinforquery/actsamsstaticabilitystagecontexttest/
DTest.json4 "type": "OHJSUnitTest", string
16 "type": "AppInstallKit", string
20 "type": "ShellKit", string
27 "type": "PushKit", string
33 "type": "ShellKit", string
/test/xts/acts/security/certificate_framework/js_api_test_one/
DTest.json4 "type": "OHJSUnitTest", string
16 "type": "AppInstallKit", string
20 "type": "ShellKit", string
24 "type": "PushKit", string
30 "type": "ShellKit", string
/test/xts/acts/ability/ability_runtime/actsrequestdialogtest/actsrequestdialog/
DTest.json4 "type": "OHJSUnitTest", string
16 "type": "AppInstallKit", string
20 "type": "ShellKit", string
27 "type": "PushKit", string
33 "type": "ShellKit", string
/test/xts/acts/security/cryptoFramework/js_api_test_one/
DTest.json4 "type": "OHJSUnitTest", string
16 "type": "AppInstallKit", string
20 "type": "ShellKit", string
24 "type": "PushKit", string
30 "type": "ShellKit", string
/test/xts/acts/multimedia/image/image_js_standard/imageExif/
DTest.json4 "type": "OHJSUnitTest", string
15 "type": "AppInstallKit", string
19 "type": "ShellKit", string
27 "type": "PushKit", string
35 "type": "ShellKit", string
/test/xts/acts/multimedia/image/image_js_standard/imageColorSpaceTransfer/
DTest.json4 "type": "OHJSUnitTest", string
16 "type": "AppInstallKit", string
20 "type": "ShellKit", string
28 "type": "PushKit", string
34 "type": "ShellKit", string
/test/xts/acts/multimedia/media/media_js_standard/avplayeraudiondk/
DTest.json4 "type": "OHJSUnitTest", string
16 "type": "AppInstallKit", string
20 "type": "ShellKit", string
27 "type": "PushKit", string
33 "type": "ShellKit", string
/test/xts/acts/multimedia/image/image_ets_standard/imageQualityEnhancement/
DTest.json4 "type": "OHJSUnitTest", string
16 "type": "AppInstallKit", string
20 "type": "ShellKit", string
26 "type": "PushKit", string
35 "type": "ShellKit", string
/test/xts/acts/multimedia/image/image_js_standard/imageWebp/
DTest.json4 "type": "OHJSUnitTest", string
16 "type": "AppInstallKit", string
20 "type": "ShellKit", string
28 "type": "PushKit", string
36 "type": "ShellKit", string
/test/xts/acts/ability/ability_runtime/amsdisplayIdtest/actsamsstartabilitytest/
DTest.json4 "type": "OHJSUnitTest", string
17 "type": "AppInstallKit", string
21 "type": "ShellKit", string
28 "type": "PushKit", string
33 "type": "ShellKit", string

12345678910>>...154