/test/xts/acts/multimodalinput/multimodalinput_ndk_hvigor/InputNdkSystem/entry/src/main/cpp/ |
H A D | inputndksys.cpp | 49 InputEvent_AxisEventType sourceType = AXIS_EVENT_TYPE_PINCH; in AxisEventCallbackAll() local 50 OH_Input_GetAxisEventType(axisEvent, &sourceType); in AxisEventCallbackAll() 59 InputEvent_AxisEventType sourceType = AXIS_EVENT_TYPE_PINCH; in AxisEventCallback() local 60 OH_Input_GetAxisEventType(axisEvent, &sourceType); in AxisEventCallback() 224 InputEvent_SourceType sourceType = SOURCE_TYPE_MOUSE; in SetAxisEventSourceType() local 225 Input_Result retResult = OH_Input_SetAxisEventSourceType(axisEvent, sourceType); in SetAxisEventSourceType() 236 InputEvent_SourceType sourceType = SOURCE_TYPE_MOUSE; in GetAxisEventSourceType() local 237 Input_Result retResult = OH_Input_SetAxisEventSourceType(axisEvent, sourceType); in GetAxisEventSourceType() 238 sourceType = SOURCE_TYPE_TOUCHSCREEN; in GetAxisEventSourceType() 239 retResult = OH_Input_GetAxisEventSourceType(axisEvent, &sourceType); in GetAxisEventSourceType() 281 InputEvent_SourceType sourceType = SOURCE_TYPE_MOUSE; DestroyAxisEvent() local 518 InputEvent_SourceType sourceType = SOURCE_TYPE_MOUSE; SetAxisEventSourceType2() local 537 InputEvent_SourceType sourceType = SOURCE_TYPE_MOUSE; GetAxisEventSourceType3() local [all...] |
/test/xts/acts/multimedia/audio_ndk/oh_audio_stream_builder_test/src/ |
H A D | oh_audio_stream_builder_unit_test.cpp | 549 * sourceType is AUDIOSTREAM_SOURCE_TYPE_MIC. 560 OH_AudioStream_SourceType sourceType = AUDIOSTREAM_SOURCE_TYPE_MIC; in HWTEST() local 561 result = OH_AudioStreamBuilder_SetCapturerInfo(builder, sourceType); in HWTEST() 570 * sourceType is AUDIOSTREAM_SOURCE_TYPE_VOICE_RECOGNITION. 581 OH_AudioStream_SourceType sourceType = AUDIOSTREAM_SOURCE_TYPE_VOICE_RECOGNITION ; in HWTEST() local 582 result = OH_AudioStreamBuilder_SetCapturerInfo(builder, sourceType); in HWTEST() 602 OH_AudioStream_SourceType sourceType = AUDIOSTREAM_SOURCE_TYPE_VOICE_RECOGNITION ; in HWTEST() local 603 result = OH_AudioStreamBuilder_SetCapturerInfo(builder, sourceType); in HWTEST() 775 * sourceType is AUDIOSTREAM_SOURCE_TYPE_INVALID. 787 OH_AudioStream_SourceType sourceType in HWTEST() local 808 OH_AudioStream_SourceType sourceType = AUDIOSTREAM_SOURCE_TYPE_VOICE_COMMUNICATION; HWTEST() local [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/gesture/ |
H A D | gesture_test.cpp | 32 auto sourceType = OH_ArkUI_UIInputEvent_GetSourceType(inputEvent); in OnActionCallBack() local 51 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", "LONGPRESSGESTURE sourceType %{public}d", in OnActionCallBack() 52 sourceType); in OnActionCallBack() 400 auto sourceType = OH_ArkUI_UIInputEvent_GetSourceType(inputEvent); in OnInterruptCallback() local 403 "onPanCallBack, PanGesture sourceType %{public}d", sourceType); in OnInterruptCallback()
|
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/ |
H A D | native_xcomponent.cpp | 441 OH_NativeXComponent_EventSourceType sourceType; in OnKeyEvent() local 442 OH_NativeXComponent_GetKeyEventSourceType(keyEvent, &sourceType); in OnKeyEvent() 458 "KeyEvent Info: action=%{public}d, code=%{public}d, sourceType=%{public}d, deviceId=%{public}ld," in OnKeyEvent() 460 "componentId2=%{public}ld, api=%{public}ld", action, code, sourceType, deviceId, timeStamp, points, in OnKeyEvent()
|
/test/xts/acts/multimedia/audio/audio_js_standard/OhAudioNdk/entry/src/main/cpp/ |
H A D | ohaudiondk.cpp | 876 OH_AudioStream_SourceType sourceType; in OHAudioCapturerGetCapturerInfo() local 877 OH_AudioStream_Result oH_AudioStream_Result = OH_AudioCapturer_GetCapturerInfo(audioCapturer, &sourceType); in OHAudioCapturerGetCapturerInfo() 879 napi_create_int32(env, sourceType, &result); in OHAudioCapturerGetCapturerInfo() 1151 OH_AudioStream_SourceType sourceType = AUDIOSTREAM_SOURCE_TYPE_INVALID; in OHAudioStreamBuilderSetCapturerInfo() local 1154 sourceType = AUDIOSTREAM_SOURCE_TYPE_MIC; in OHAudioStreamBuilderSetCapturerInfo() 1157 sourceType = AUDIOSTREAM_SOURCE_TYPE_VOICE_RECOGNITION; in OHAudioStreamBuilderSetCapturerInfo() 1160 sourceType = AUDIOSTREAM_SOURCE_TYPE_PLAYBACK_CAPTURE; in OHAudioStreamBuilderSetCapturerInfo() 1163 sourceType = AUDIOSTREAM_SOURCE_TYPE_VOICE_COMMUNICATION; in OHAudioStreamBuilderSetCapturerInfo() 1173 OH_AudioStreamBuilder_SetCapturerInfo(capturerbuilder, sourceType); in OHAudioStreamBuilderSetCapturerInfo()
|
/test/xts/acts/multimedia_lite/media_lite_posix/player_native/src/ |
H A D | ActsMediaPlayerTest.h | 53 int32_t sourceType;
member
|
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/ |
H A D | nativewindow2.cpp | 804 int32_t sourceType;
in testNativeWindowNativeWindowHandleOptSetGetSourceTypeNormal() local 813 flag = OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, GET_SOURCE_TYPE, &sourceType);
in testNativeWindowNativeWindowHandleOptSetGetSourceTypeNormal() 818 if (sourceType != surfaceSource) {
in testNativeWindowNativeWindowHandleOptSetGetSourceTypeNormal() 845 int32_t sourceType;
in testNativeWindowNativeWindowHandleOptSetGetSourceTypeAbnormal() local 846 flag = OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, GET_SOURCE_TYPE, &sourceType);
in testNativeWindowNativeWindowHandleOptSetGetSourceTypeAbnormal() 851 if (sourceType != arr[i]) {
in testNativeWindowNativeWindowHandleOptSetGetSourceTypeAbnormal()
|
/test/xts/acts/multimedia/audio/audio_js_standard/audio_ndk_test/entry/src/main/cpp/ |
H A D | audioTest.cpp | 364 OH_AudioStream_SourceType sourceType; in AudioCaptureGetCapturerInfo() local 365 OH_AudioStream_Result result = OH_AudioCapturer_GetCapturerInfo(audioCapturer, &sourceType); in AudioCaptureGetCapturerInfo() 934 OH_AudioStream_SourceType sourceType = AUDIOSTREAM_SOURCE_TYPE_MIC; in AudioStreamBuilderSetCapturerInfo() local 935 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetCapturerInfo(builder, sourceType); in AudioStreamBuilderSetCapturerInfo() 2350 OH_AudioStream_SourceType sourceType = AUDIOSTREAM_SOURCE_TYPE_MIC; in AudioRoutingManagerGetPreferredInputDevice001() local 2352 result = OH_AudioRoutingManager_GetPreferredInputDevice(audioRoutingManager, sourceType, &array); in AudioRoutingManagerGetPreferredInputDevice001()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/ |
H A D | arkoala_api.h | 179 ArkUI_Int32 sourceType; member 195 ArkUI_Int32 sourceType; member 221 ArkUI_Int32 sourceType; member
|