Home
last modified time | relevance | path

Searched refs:GetTouchpadThreeFingersTapSwitch (Results 1 - 25 of 26) sorted by relevance

12

/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouch_event_normalize.cpp144 int32_t TouchEventNormalize::GetTouchpadThreeFingersTapSwitch(bool &switchFlag) const in GetTouchpadThreeFingersTapSwitch() function in OHOS::MMI::TouchEventNormalize
146 return TouchPadTransformProcessor::GetTouchpadThreeFingersTapSwitch(switchFlag); in GetTouchpadThreeFingersTapSwitch()
H A Dtouchpad_transform_processor.cpp326 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 Dtouch_event_normalize.h65 int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag) const;
H A Dtouchpad_transform_processor.h79 static int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag);
/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H A Dinput_manager_impl_test.cpp607 * @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 Dinput_manager.cpp644 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 Dmultimodal_input_connect_manager.h144 int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag);
H A Di_multimodal_input_connect.h153 virtual int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag) = 0;
H A Dmultimodal_input_connect_proxy.h138 int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag) override;
/foundation/multimodalinput/input/frameworks/napi/pointer/include/
H A Djs_pointer_manager.h109 napi_value GetTouchpadThreeFingersTapSwitch(napi_env env, napi_value handle = nullptr);
H A Djs_pointer_context.h82 static napi_value GetTouchpadThreeFingersTapSwitch(napi_env env, napi_callback_info info);
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h88 int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag);
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dinput_manager.h952 int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag);
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp832 int32_t MultimodalInputConnectManager::GetTouchpadThreeFingersTapSwitch(bool &switchFlag) in GetTouchpadThreeFingersTapSwitch() function in OHOS::MMI::MultimodalInputConnectManager
836 return multimodalInputConnectService_->GetTouchpadThreeFingersTapSwitch(switchFlag); in GetTouchpadThreeFingersTapSwitch()
H A Dmultimodal_input_connect_stub.cpp2625 int32_t ret = GetTouchpadThreeFingersTapSwitch(switchFlag); in StubGetTouchpadThreeFingersTapSwitch()
H A Dmultimodal_input_connect_proxy.cpp2394 int32_t MultimodalInputConnectProxy::GetTouchpadThreeFingersTapSwitch(bool &switchFlag) in GetTouchpadThreeFingersTapSwitch() function in OHOS::MMI::MultimodalInputConnectProxy
/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h159 int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag) override;
/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp1614 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 Djs_pointer_manager.cpp1020 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 Devent_normalize_handler.cpp473 TOUCH_EVENT_HDR->GetTouchpadThreeFingersTapSwitch(threeFingerSwitch); in HandleTouchPadTripleTapEvent()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp1684 InputManager::GetInstance()->GetTouchpadThreeFingersTapSwitch(canUse); in OnPointerEventInJsThread()
1703 InputManager::GetInstance()->GetTouchpadThreeFingersTapSwitch(canUse); in OnPointerEventInJsThread()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp2434 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 Dmmi_service.cpp3453 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 Dinput_manager_pointer_test.cpp171 InputManager::GetInstance()->GetTouchpadThreeFingersTapSwitch(threeFingerSwitch_); in SetUp()
H A Dinput_manager_test.cpp158 * @tc.desc: Test the funcation GetTouchpadThreeFingersTapSwitch
166 int32_t ret = InputManager::GetInstance()->GetTouchpadThreeFingersTapSwitch(switchFlag); in HWTEST_F()

Completed in 63 milliseconds

12