Home
last modified time | relevance | path

Searched refs:type (Results 1 - 25 of 1813) sorted by relevance

12345678910>>...73

/test/xts/acts/multimedia/audio_ndk/oh_audio_stream_builder_test/src/
H A Doh_audio_stream_builder_unit_test.cpp55 OH_AudioInterrupt_ForceType type, in AudioRendererInterruptEvent()
58 printf("AudioRendererInterruptEvent type = %d, hint = %d\n", type, hint); in AudioRendererInterruptEvent()
148 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; in HWTEST() local
149 OH_AudioStream_Result result = OH_AudioStreamBuilder_Create(&builder, type); in HWTEST()
164 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; in HWTEST() local
165 OH_AudioStream_Result result = OH_AudioStreamBuilder_Create(&builder, type); in HWTEST()
193 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; in HWTEST() local
194 OH_AudioStream_Result result = OH_AudioStreamBuilder_Create(&builder, type); in HWTEST()
213 OH_AudioStream_Type type in HWTEST() local
53 AudioRendererInterruptEvent(OH_AudioRenderer* renderer, void* userData, OH_AudioInterrupt_ForceType type, OH_AudioInterrupt_Hint hint) AudioRendererInterruptEvent() argument
233 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
253 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
273 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
293 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
313 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
333 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
353 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
373 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
394 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
414 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
435 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
455 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
477 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
498 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
517 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
536 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
556 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
577 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
598 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
618 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
640 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
661 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
681 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
701 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
721 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
741 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
761 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
783 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
804 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
825 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
846 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
866 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
886 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
907 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
942 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
998 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
1055 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
1125 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
1186 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
1203 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
1224 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; HWTEST() local
1245 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
1266 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; HWTEST() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textarea/
H A Dtextarea_type_test.cpp23 int32_t type = ARKUI_TEXTAREA_TYPE_NORMAL; in TestTextAreaType001() local
24 ArkUI_NumberValue value[] = {{.i32 = type}}; in TestTextAreaType001()
28 ASSERT_EQ(nodeAPI->getAttribute(textarea, NODE_TEXT_AREA_TYPE)->value[PARAM_0].i32, type); in TestTextAreaType001()
35 int32_t type = ARKUI_TEXTAREA_TYPE_NUMBER; in TestTextAreaType002() local
36 ArkUI_NumberValue value[] = {{.i32 = type}}; in TestTextAreaType002()
40 ASSERT_EQ(nodeAPI->getAttribute(textarea, NODE_TEXT_AREA_TYPE)->value[PARAM_0].i32, type); in TestTextAreaType002()
47 int32_t type = ARKUI_TEXTAREA_TYPE_PHONE_NUMBER; in TestTextAreaType003() local
48 ArkUI_NumberValue value[] = {{.i32 = type}}; in TestTextAreaType003()
52 ASSERT_EQ(nodeAPI->getAttribute(textarea, NODE_TEXT_AREA_TYPE)->value[PARAM_0].i32, type); in TestTextAreaType003()
59 int32_t type in TestTextAreaType004() local
71 int32_t type = -100; TestTextAreaType005() local
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/badge/router/
H A Dindex.js232 var type = event.type
236 var message = 'type--' + type + ',globalX--' + globalX +
244 var type = event.type
248 var message = 'type--' + type + ',globalX--' + globalX +
256 var type = event.type
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/badge/router1/
H A Dindex.js231 var type = event.type
235 var message = 'type--' + type + ',globalX--' + globalX +
243 var type = event.type
247 var message = 'type--' + type + ',globalX--' + globalX +
255 var type = event.type
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/badge/router5/
H A Dindex.js232 var type = event.type
236 var message = 'type--' + type + ',globalX--' + globalX +
244 var type = event.type
248 var message = 'type--' + type + ',globalX--' + globalX +
256 var type = event.type
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/badge/router6/
H A Dindex.js232 var type = event.type
236 var message = 'type--' + type + ',globalX--' + globalX +
244 var type = event.type
248 var message = 'type--' + type + ',globalX--' + globalX +
256 var type = event.type
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/listItem/router/
H A Dindex.js241 var type = event.type
245 var message = 'type--' + type + ',globalX--' + globalX +
253 var type = event.type
257 var message = 'type--' + type + ',globalX--' + globalX +
265 var type = event.type
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/badge/router3/
H A Dindex.js235 var type = event.type
239 var message = 'type--' + type + ',globalX--' + globalX +
247 var type = event.type
251 var message = 'type--' + type + ',globalX--' + globalX +
259 var type = event.type
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/badge/router2/
H A Dindex.js232 var type = event.type
236 var message = 'type--' + type + ',globalX--' + globalX +
244 var type = event.type
248 var message = 'type--' + type + ',globalX--' + globalX +
256 var type = event.type
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/badge/router4/
H A Dindex.js232 var type = event.type
236 var message = 'type--' + type + ',globalX--' + globalX +
244 var type = event.type
248 var message = 'type--' + type + ',globalX--' + globalX +
256 var type = event.type
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/list/router6/
H A Dindex.js245 var type = event.type
249 var message = 'type--' + type + ',globalX--' + globalX +
257 var type = event.type
261 var message = 'type--' + type + ',globalX--' + globalX +
269 var type = event.type
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/list/router4/
H A Dindex.js245 var type = event.type
249 var message = 'type--' + type + ',globalX--' + globalX +
257 var type = event.type
261 var message = 'type--' + type + ',globalX--' + globalX +
269 var type = event.type
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/list/router5/
H A Dindex.js245 var type = event.type
249 var message = 'type--' + type + ',globalX--' + globalX +
257 var type = event.type
261 var message = 'type--' + type + ',globalX--' + globalX +
269 var type = event.type
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/form/router/
H A Dindex.js235 var type = event.type
239 var message = 'type--' + type + ',globalX--' + globalX +
247 var type = event.type
251 var message = 'type--' + type + ',globalX--' + globalX +
259 var type = event.type
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/list/router1/
H A Dindex.js247 var type = event.type
251 var message = 'type--' + type + ',globalX--' + globalX +
259 var type = event.type
263 var message = 'type--' + type + ',globalX--' + globalX +
271 var type = event.type
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/list/router2/
H A Dindex.js245 var type = event.type
249 var message = 'type--' + type + ',globalX--' + globalX +
257 var type = event.type
261 var message = 'type--' + type + ',globalX--' + globalX +
269 var type = event.type
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/list/router3/
H A Dindex.js244 var type = event.type
248 var message = 'type--' + type + ',globalX--' + globalX +
256 var type = event.type
260 var message = 'type--' + type + ',globalX--' + globalX +
268 var type = event.type
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/list/router/
H A Dindex.js244 var type = event.type
248 var message = 'type--' + type + ',globalX--' + globalX +
256 var type = event.type
260 var message = 'type--' + type + ',globalX--' + globalX +
268 var type = event.type
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/listItem/router1/
H A Dindex.js243 var type = event.type
247 var message = 'type--' + type + ',globalX--' + globalX +
255 var type = event.type
259 var message = 'type--' + type + ',globalX--' + globalX +
267 var type = event.type
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/listItem/router2/
H A Dindex.js240 var type = event.type
244 var message = 'type--' + type + ',globalX--' + globalX +
252 var type = event.type
256 var message = 'type--' + type + ',globalX--' + globalX +
264 var type = event.type
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/listItem/router3/
H A Dindex.js240 var type = event.type
244 var message = 'type--' + type + ',globalX--' + globalX +
252 var type = event.type
256 var message = 'type--' + type + ',globalX--' + globalX +
264 var type = event.type
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/listItem/router7/
H A Dindex.js241 var type = event.type
245 var message = 'type--' + type + ',globalX--' + globalX +
253 var type = event.type
257 var message = 'type--' + type + ',globalX--' + globalX +
265 var type = event.type
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/badge/router/
H A Dindex.js235 var type = event.type
239 var message = 'type--' + type + ',globalX--' + globalX +
247 var type = event.type
251 var message = 'type--' + type + ',globalX--' + globalX +
259 var type = event.type
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/form/router/
H A Dindex.js235 var type = event.type
239 var message = 'type--' + type + ',globalX--' + globalX +
247 var type = event.type
251 var message = 'type--' + type + ',globalX--' + globalX +
259 var type = event.type
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/listItemGroup/router/
H A Dindex.js245 var type = event.type
249 var message = 'type--' + type + ',globalX--' + globalX +
257 var type = event.type
261 var message = 'type--' + type + ',globalX--' + globalX +
269 var type = event.type
[all...]

Completed in 10 milliseconds

12345678910>>...73