/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_event_normalize.cpp | 240 void MouseEventNormalize::GetTouchpadTapSwitch(bool &switchFlag) const in GetTouchpadTapSwitch() function in OHOS::MMI::MouseEventNormalize 242 MouseTransformProcessor::GetTouchpadTapSwitch(switchFlag); in GetTouchpadTapSwitch()
|
H A D | mouse_transform_processor.cpp | 185 GetTouchpadTapSwitch(tpTapSwitch); in HandleButtonInner() 1010 void MouseTransformProcessor::GetTouchpadTapSwitch(bool &switchFlag) in GetTouchpadTapSwitch() function in OHOS::MMI::MouseTransformProcessor
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/include/ |
H A D | mouse_event_normalize.h | 57 void GetTouchpadTapSwitch(bool &switchFlag) const;
|
H A D | mouse_transform_processor.h | 133 static void GetTouchpadTapSwitch(bool &switchFlag);
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/ |
H A D | mouse_event_normalize_test.cpp | 97 MouseEventHdr->GetTouchpadTapSwitch(preTapSwitch_); in SetUp() 427 MouseEventHdr->GetTouchpadTapSwitch(flag);
|
H A D | mouse_transform_processor_test.cpp | 104 g_processor_.GetTouchpadTapSwitch(preTapSwitch_); in SetUp() 443 processor.GetTouchpadTapSwitch(flag);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_manager.cpp | 434 int32_t InputManager::GetTouchpadTapSwitch(bool &switchFlag) in GetTouchpadTapSwitch() function in OHOS::MMI::InputManager 436 return InputMgrImpl.GetTouchpadTapSwitch(switchFlag); in GetTouchpadTapSwitch()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/include/ |
H A D | js_pointer_context.h | 67 static napi_value GetTouchpadTapSwitch(napi_env env, napi_callback_info info);
|
H A D | js_pointer_manager.h | 96 napi_value GetTouchpadTapSwitch(napi_env env, napi_value handle = nullptr);
|
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/ |
H A D | stubhandleallocsocketfd_fuzzer.cpp | 123 MMIService::GetInstance()->GetTouchpadTapSwitch(g_switchFlag); in StubHandleAllocSocketFdFuzzTest()
|
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/include/ |
H A D | multimodal_input_connect_manager.h | 109 int32_t GetTouchpadTapSwitch(bool &switchFlag);
|
H A D | i_multimodal_input_connect.h | 120 virtual int32_t GetTouchpadTapSwitch(bool &switchFlag) = 0;
|
H A D | multimodal_input_connect_proxy.h | 105 int32_t GetTouchpadTapSwitch(bool &switchFlag) override;
|
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/ |
H A D | input_manager.h | 673 int32_t GetTouchpadTapSwitch(bool &switchFlag);
|
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_manager.cpp | 615 int32_t MultimodalInputConnectManager::GetTouchpadTapSwitch(bool &switchFlag) in GetTouchpadTapSwitch() function in OHOS::MMI::MultimodalInputConnectManager 619 return multimodalInputConnectService_->GetTouchpadTapSwitch(switchFlag); in GetTouchpadTapSwitch()
|
H A D | multimodal_input_connect_proxy.cpp | 1675 int32_t MultimodalInputConnectProxy::GetTouchpadTapSwitch(bool &switchFlag) in GetTouchpadTapSwitch() function in OHOS::MMI::MultimodalInputConnectProxy
|
H A D | multimodal_input_connect_stub.cpp | 1847 ret = GetTouchpadTapSwitch(switchFlag); in StubGetTouchpadTapSwitch()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_manager_impl.h | 162 int32_t GetTouchpadTapSwitch(bool &switchFlag);
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | mmi_service.h | 119 int32_t GetTouchpadTapSwitch(bool &switchFlag) override;
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_manager.cpp | 893 napi_value JsPointerManager::GetTouchpadTapSwitch(napi_env env, napi_value handle) in GetTouchpadTapSwitch() function in OHOS::MMI::JsPointerManager 897 int32_t ret = InputManager::GetInstance()->GetTouchpadTapSwitch(switchFlag); in GetTouchpadTapSwitch()
|
H A D | js_pointer_context.cpp | 1430 napi_value JsPointerContext::GetTouchpadTapSwitch(napi_env env, napi_callback_info info) in GetTouchpadTapSwitch() function in OHOS::MMI::JsPointerContext 1438 return jsPointerMgr->GetTouchpadTapSwitch(env, handle); in GetTouchpadTapSwitch() 1681 DECLARE_NAPI_STATIC_FUNCTION("getTouchpadTapSwitch", GetTouchpadTapSwitch), in Export()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_pointer_test.cpp | 159 InputManager::GetInstance()->GetTouchpadTapSwitch(preTapSwitch_); in SetUp() 1488 ASSERT_TRUE(InputManager::GetInstance()->GetTouchpadTapSwitch(newFlag) == RET_OK);
|
H A D | input_manager_test.cpp | 2933 ASSERT_TRUE(InputManager::GetInstance()->GetTouchpadTapSwitch(newFlag) == RET_OK);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_manager_impl.cpp | 1862 int32_t InputManagerImpl::GetTouchpadTapSwitch(bool &switchFlag) in GetTouchpadTapSwitch() function in OHOS::MMI::InputManagerImpl 1867 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetTouchpadTapSwitch(switchFlag); in GetTouchpadTapSwitch()
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 2120 MouseEventHdr->GetTouchpadTapSwitch(switchFlag); in ReadTouchpadTapSwitch() 2247 int32_t MMIService::GetTouchpadTapSwitch(bool &switchFlag) in GetTouchpadTapSwitch() function in OHOS::MMI::MMIService
|