/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_event_normalize.cpp | 235 int32_t MouseEventNormalize::SetTouchpadTapSwitch(bool switchFlag) const in SetTouchpadTapSwitch() function in OHOS::MMI::MouseEventNormalize 237 return MouseTransformProcessor::SetTouchpadTapSwitch(switchFlag); in SetTouchpadTapSwitch()
|
H A D | mouse_transform_processor.cpp | 996 int32_t MouseTransformProcessor::SetTouchpadTapSwitch(bool switchFlag) in SetTouchpadTapSwitch() function in OHOS::MMI::MouseTransformProcessor
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/ |
H A D | mouse_event_normalize_test.cpp | 109 MouseEventHdr->SetTouchpadTapSwitch(preTapSwitch_); in TearDown() 413 ASSERT_TRUE(MouseEventHdr->SetTouchpadTapSwitch(flag) == RET_OK); 425 MouseEventHdr->SetTouchpadTapSwitch(flag);
|
H A D | mouse_transform_processor_test.cpp | 116 g_processor_.SetTouchpadTapSwitch(preTapSwitch_); in TearDown() 427 ASSERT_TRUE(processor.SetTouchpadTapSwitch(flag) == RET_OK); 441 processor.SetTouchpadTapSwitch(flag);
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/include/ |
H A D | mouse_event_normalize.h | 56 int32_t SetTouchpadTapSwitch(bool switchFlag) const;
|
H A D | mouse_transform_processor.h | 132 static int32_t SetTouchpadTapSwitch(bool switchFlag);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_manager.cpp | 429 int32_t InputManager::SetTouchpadTapSwitch(bool switchFlag) in SetTouchpadTapSwitch() function in OHOS::MMI::InputManager 431 return InputMgrImpl.SetTouchpadTapSwitch(switchFlag); in SetTouchpadTapSwitch()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/include/ |
H A D | js_pointer_context.h | 66 static napi_value SetTouchpadTapSwitch(napi_env env, napi_callback_info info);
|
H A D | js_pointer_manager.h | 95 napi_value SetTouchpadTapSwitch(napi_env env, bool switchFlag, napi_value handle = nullptr);
|
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/ |
H A D | stubhandleallocsocketfd_fuzzer.cpp | 122 MMIService::GetInstance()->SetTouchpadTapSwitch(g_switchFlag); in StubHandleAllocSocketFdFuzzTest()
|
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/include/ |
H A D | multimodal_input_connect_manager.h | 108 int32_t SetTouchpadTapSwitch(bool switchFlag);
|
H A D | i_multimodal_input_connect.h | 119 virtual int32_t SetTouchpadTapSwitch(bool switchFlag) = 0;
|
H A D | multimodal_input_connect_proxy.h | 104 int32_t SetTouchpadTapSwitch(bool switchFlag) override;
|
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/ |
H A D | input_manager.h | 665 int32_t SetTouchpadTapSwitch(bool switchFlag);
|
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_manager.cpp | 608 int32_t MultimodalInputConnectManager::SetTouchpadTapSwitch(bool switchFlag) in SetTouchpadTapSwitch() function in OHOS::MMI::MultimodalInputConnectManager 612 return multimodalInputConnectService_->SetTouchpadTapSwitch(switchFlag); in SetTouchpadTapSwitch()
|
H A D | multimodal_input_connect_proxy.cpp | 1669 int32_t MultimodalInputConnectProxy::SetTouchpadTapSwitch(bool switchFlag) in SetTouchpadTapSwitch() function in OHOS::MMI::MultimodalInputConnectProxy
|
H A D | multimodal_input_connect_stub.cpp | 1829 ret = SetTouchpadTapSwitch(switchFlag); in StubSetTouchpadTapSwitch()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_manager_impl.h | 161 int32_t SetTouchpadTapSwitch(bool switchFlag);
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | mmi_service.h | 118 int32_t SetTouchpadTapSwitch(bool switchFlag) override;
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_pointer_test.cpp | 180 InputManager::GetInstance()->SetTouchpadTapSwitch(preTapSwitch_); in TearDown() 1473 ASSERT_TRUE(InputManager::GetInstance()->SetTouchpadTapSwitch(flag) == RET_OK); 1486 InputManager::GetInstance()->SetTouchpadTapSwitch(flag);
|
H A D | input_manager_test.cpp | 2917 ASSERT_TRUE(InputManager::GetInstance()->SetTouchpadTapSwitch(flag) == RET_OK); 2930 InputManager::GetInstance()->SetTouchpadTapSwitch(flag);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_manager.cpp | 886 napi_value JsPointerManager::SetTouchpadTapSwitch(napi_env env, bool switchFlag, napi_value handle) in SetTouchpadTapSwitch() function in OHOS::MMI::JsPointerManager 889 int32_t ret = InputManager::GetInstance()->SetTouchpadTapSwitch(switchFlag); in SetTouchpadTapSwitch()
|
H A D | js_pointer_context.cpp | 1417 napi_value JsPointerContext::SetTouchpadTapSwitch(napi_env env, napi_callback_info info) in SetTouchpadTapSwitch() function in OHOS::MMI::JsPointerContext 1425 return jsPointerMgr->SetTouchpadTapSwitch(env, switchFlag, handle); in SetTouchpadTapSwitch() 1680 DECLARE_NAPI_STATIC_FUNCTION("setTouchpadTapSwitch", SetTouchpadTapSwitch), in Export()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_manager_impl.cpp | 1846 int32_t InputManagerImpl::SetTouchpadTapSwitch(bool switchFlag) in SetTouchpadTapSwitch() function in OHOS::MMI::InputManagerImpl 1851 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->SetTouchpadTapSwitch(switchFlag); in SetTouchpadTapSwitch()
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 2230 int32_t MMIService::SetTouchpadTapSwitch(bool switchFlag) in SetTouchpadTapSwitch() function in OHOS::MMI::MMIService 2236 …urn ::OHOS::DelayedSingleton<MouseEventNormalize>::GetInstance()->SetTouchpadTapSwitch(switchFlag); in SetTouchpadTapSwitch()
|