/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | touch_event_normalize.cpp | 144 int32_t TouchEventNormalize::GetTouchpadThreeFingersTapSwitch(bool &switchFlag) const in GetTouchpadThreeFingersTapSwitch() function in OHOS::MMI::TouchEventNormalize 146 return TouchPadTransformProcessor::GetTouchpadThreeFingersTapSwitch(switchFlag); in GetTouchpadThreeFingersTapSwitch()
|
H A D | touchpad_transform_processor.cpp | 326 GetTouchpadThreeFingersTapSwitch(tpSwipeSwitch); in SetTouchPadSwipeData() 746 int32_t TouchPadTransformProcessor::GetTouchpadThreeFingersTapSwitch(bool &switchFlag) in GetTouchpadThreeFingersTapSwitch() function in OHOS::MMI::TouchPadTransformProcessor
|
/foundation/multimodalinput/input/service/touch_event_normalize/include/ |
H A D | touch_event_normalize.h | 65 int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag) const;
|
H A D | touchpad_transform_processor.h | 79 static int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag);
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/ |
H A D | input_manager_impl_test.cpp | 607 * @tc.desc: Test the funcation GetTouchpadThreeFingersTapSwitch 615 int32_t ret = InputMgrImpl.GetTouchpadThreeFingersTapSwitch(switchFlag); in HWTEST_F() 618 ret = InputMgrImpl.GetTouchpadThreeFingersTapSwitch(switchFlag); in HWTEST_F()
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_manager.cpp | 644 int32_t InputManager::GetTouchpadThreeFingersTapSwitch(bool &switchFlag) in GetTouchpadThreeFingersTapSwitch() function in OHOS::MMI::InputManager 646 return InputMgrImpl.GetTouchpadThreeFingersTapSwitch(switchFlag); in GetTouchpadThreeFingersTapSwitch()
|
/foundation/multimodalinput/input/service/connect_manager/include/ |
H A D | multimodal_input_connect_manager.h | 144 int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag);
|
H A D | i_multimodal_input_connect.h | 153 virtual int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag) = 0;
|
H A D | multimodal_input_connect_proxy.h | 138 int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag) override;
|
/foundation/multimodalinput/input/frameworks/napi/pointer/include/ |
H A D | js_pointer_manager.h | 109 napi_value GetTouchpadThreeFingersTapSwitch(napi_env env, napi_value handle = nullptr);
|
H A D | js_pointer_context.h | 82 static napi_value GetTouchpadThreeFingersTapSwitch(napi_env env, napi_callback_info info);
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_manager_impl.h | 88 int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag);
|
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/ |
H A D | input_manager.h | 952 int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag);
|
/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_manager.cpp | 832 int32_t MultimodalInputConnectManager::GetTouchpadThreeFingersTapSwitch(bool &switchFlag) in GetTouchpadThreeFingersTapSwitch() function in OHOS::MMI::MultimodalInputConnectManager 836 return multimodalInputConnectService_->GetTouchpadThreeFingersTapSwitch(switchFlag); in GetTouchpadThreeFingersTapSwitch()
|
H A D | multimodal_input_connect_stub.cpp | 2625 int32_t ret = GetTouchpadThreeFingersTapSwitch(switchFlag); in StubGetTouchpadThreeFingersTapSwitch()
|
H A D | multimodal_input_connect_proxy.cpp | 2394 int32_t MultimodalInputConnectProxy::GetTouchpadThreeFingersTapSwitch(bool &switchFlag) in GetTouchpadThreeFingersTapSwitch() function in OHOS::MMI::MultimodalInputConnectProxy
|
/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | mmi_service.h | 159 int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag) override;
|
/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_context.cpp | 1614 napi_value JsPointerContext::GetTouchpadThreeFingersTapSwitch(napi_env env, napi_callback_info info) in GetTouchpadThreeFingersTapSwitch() function in OHOS::MMI::JsPointerContext 1622 return jsPointerMgr->GetTouchpadThreeFingersTapSwitch(env, handle); in GetTouchpadThreeFingersTapSwitch() 1778 DECLARE_NAPI_STATIC_FUNCTION("getTouchpadThreeFingersTapSwitch", GetTouchpadThreeFingersTapSwitch), in Export()
|
H A D | js_pointer_manager.cpp | 1020 napi_value JsPointerManager::GetTouchpadThreeFingersTapSwitch(napi_env env, napi_value handle) in GetTouchpadThreeFingersTapSwitch() function in OHOS::MMI::JsPointerManager 1024 int32_t ret = InputManager::GetInstance()->GetTouchpadThreeFingersTapSwitch(switchFlag); in GetTouchpadThreeFingersTapSwitch()
|
/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | event_normalize_handler.cpp | 473 TOUCH_EVENT_HDR->GetTouchpadThreeFingersTapSwitch(threeFingerSwitch); in HandleTouchPadTripleTapEvent()
|
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 1684 InputManager::GetInstance()->GetTouchpadThreeFingersTapSwitch(canUse); in OnPointerEventInJsThread() 1703 InputManager::GetInstance()->GetTouchpadThreeFingersTapSwitch(canUse); in OnPointerEventInJsThread()
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_manager_impl.cpp | 2434 int32_t InputManagerImpl::GetTouchpadThreeFingersTapSwitch(bool &switchFlag) in GetTouchpadThreeFingersTapSwitch() function in OHOS::MMI::InputManagerImpl 2437 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetTouchpadThreeFingersTapSwitch(switchFlag); in GetTouchpadThreeFingersTapSwitch() 2439 MMI_HILOGE("Failed to GetTouchpadThreeFingersTapSwitch, ret:%{public}d", ret); in GetTouchpadThreeFingersTapSwitch()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 3453 int32_t MMIService::GetTouchpadThreeFingersTapSwitch(bool &switchFlag) in GetTouchpadThreeFingersTapSwitch() function in OHOS::MMI::MMIService 3459 return ::OHOS::DelayedSingleton<TouchEventNormalize>::GetInstance()->GetTouchpadThreeFingersTapSwitch( in GetTouchpadThreeFingersTapSwitch() 3464 MMI_HILOGE("Failed to GetTouchpadThreeFingersTapSwitch status, ret:%{public}d", ret); in GetTouchpadThreeFingersTapSwitch()
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_pointer_test.cpp | 171 InputManager::GetInstance()->GetTouchpadThreeFingersTapSwitch(threeFingerSwitch_); in SetUp()
|
H A D | input_manager_test.cpp | 158 * @tc.desc: Test the funcation GetTouchpadThreeFingersTapSwitch 166 int32_t ret = InputManager::GetInstance()->GetTouchpadThreeFingersTapSwitch(switchFlag); in HWTEST_F()
|