/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_event_normalize.cpp | 237 int32_t MouseEventNormalize::SetTouchpadTapSwitch(bool switchFlag) const in SetTouchpadTapSwitch() function in OHOS::MMI::MouseEventNormalize 239 return MouseTransformProcessor::SetTouchpadTapSwitch(switchFlag); in SetTouchpadTapSwitch()
|
H A D | mouse_transform_processor.cpp | 949 int32_t MouseTransformProcessor::SetTouchpadTapSwitch(bool switchFlag) in SetTouchpadTapSwitch() function in OHOS::MMI::MouseTransformProcessor
|
/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 | 130 static int32_t SetTouchpadTapSwitch(bool switchFlag);
|
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/ |
H A D | mouse_event_normalize_test.cpp | 109 MouseEventHdr->SetTouchpadTapSwitch(preTapSwitch_); in TearDown() 406 * @tc.desc: Test SetTouchpadTapSwitch 413 ASSERT_TRUE(MouseEventHdr->SetTouchpadTapSwitch(flag) == RET_OK); in HWTEST_F() 425 MouseEventHdr->SetTouchpadTapSwitch(flag); in HWTEST_F()
|
H A D | mouse_transform_processor_test.cpp | 124 g_processor_.SetTouchpadTapSwitch(preTapSwitch_); in TearDown() 429 * @tc.desc: Test SetTouchpadTapSwitch 438 ASSERT_TRUE(processor.SetTouchpadTapSwitch(flag) == RET_OK); in HWTEST_F() 452 processor.SetTouchpadTapSwitch(flag); in HWTEST_F()
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_manager.cpp | 462 int32_t InputManager::SetTouchpadTapSwitch(bool switchFlag) in SetTouchpadTapSwitch() function in OHOS::MMI::InputManager 464 return InputMgrImpl.SetTouchpadTapSwitch(switchFlag); in SetTouchpadTapSwitch()
|
/foundation/multimodalinput/input/service/connect_manager/include/ |
H A D | multimodal_input_connect_manager.h | 114 int32_t SetTouchpadTapSwitch(bool switchFlag);
|
H A D | i_multimodal_input_connect.h | 125 virtual int32_t SetTouchpadTapSwitch(bool switchFlag) = 0;
|
H A D | multimodal_input_connect_proxy.h | 110 int32_t SetTouchpadTapSwitch(bool switchFlag) override;
|
/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/ |
H A D | stubhandleallocsocketfd_fuzzer.cpp | 122 MMIService::GetInstance()->SetTouchpadTapSwitch(g_switchFlag); in StubHandleAllocSocketFdFuzzTest()
|
/foundation/multimodalinput/input/frameworks/napi/pointer/include/ |
H A D | js_pointer_manager.h | 95 napi_value SetTouchpadTapSwitch(napi_env env, bool switchFlag, napi_value handle = nullptr);
|
H A D | js_pointer_context.h | 66 static napi_value SetTouchpadTapSwitch(napi_env env, napi_callback_info info);
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_manager_impl.h | 169 int32_t SetTouchpadTapSwitch(bool switchFlag);
|
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/ |
H A D | input_manager.h | 691 int32_t SetTouchpadTapSwitch(bool switchFlag);
|
/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_manager.cpp | 640 int32_t MultimodalInputConnectManager::SetTouchpadTapSwitch(bool switchFlag) in SetTouchpadTapSwitch() function in OHOS::MMI::MultimodalInputConnectManager 644 return multimodalInputConnectService_->SetTouchpadTapSwitch(switchFlag); in SetTouchpadTapSwitch()
|
H A D | multimodal_input_connect_stub.cpp | 1973 ret = SetTouchpadTapSwitch(switchFlag); in StubSetTouchpadTapSwitch()
|
H A D | multimodal_input_connect_proxy.cpp | 1773 int32_t MultimodalInputConnectProxy::SetTouchpadTapSwitch(bool switchFlag) in SetTouchpadTapSwitch() function in OHOS::MMI::MultimodalInputConnectProxy
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_pointer_test.cpp | 185 InputManager::GetInstance()->SetTouchpadTapSwitch(preTapSwitch_); in TearDown() 1479 ASSERT_TRUE(InputManager::GetInstance()->SetTouchpadTapSwitch(flag) == RET_OK); in HWTEST_F() 1492 InputManager::GetInstance()->SetTouchpadTapSwitch(flag); in HWTEST_F()
|
H A D | input_manager_test.cpp | 3008 ASSERT_TRUE(InputManager::GetInstance()->SetTouchpadTapSwitch(flag) == RET_OK); in HWTEST_F() 3021 InputManager::GetInstance()->SetTouchpadTapSwitch(flag); in HWTEST_F()
|
/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | mmi_service.h | 124 int32_t SetTouchpadTapSwitch(bool switchFlag) override;
|
/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_context.cpp | 1445 napi_value JsPointerContext::SetTouchpadTapSwitch(napi_env env, napi_callback_info info) in SetTouchpadTapSwitch() function in OHOS::MMI::JsPointerContext 1453 return jsPointerMgr->SetTouchpadTapSwitch(env, switchFlag, handle); in SetTouchpadTapSwitch() 1761 DECLARE_NAPI_STATIC_FUNCTION("setTouchpadTapSwitch", SetTouchpadTapSwitch), in Export()
|
H A D | js_pointer_manager.cpp | 915 napi_value JsPointerManager::SetTouchpadTapSwitch(napi_env env, bool switchFlag, napi_value handle) in SetTouchpadTapSwitch() function in OHOS::MMI::JsPointerManager 918 int32_t ret = InputManager::GetInstance()->SetTouchpadTapSwitch(switchFlag); in SetTouchpadTapSwitch()
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_manager_impl.cpp | 1934 int32_t InputManagerImpl::SetTouchpadTapSwitch(bool switchFlag) in SetTouchpadTapSwitch() function in OHOS::MMI::InputManagerImpl 1939 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->SetTouchpadTapSwitch(switchFlag); in SetTouchpadTapSwitch()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 2953 int32_t MMIService::SetTouchpadTapSwitch(bool switchFlag) in SetTouchpadTapSwitch() function in OHOS::MMI::MMIService 2959 return ::OHOS::DelayedSingleton<MouseEventNormalize>::GetInstance()->SetTouchpadTapSwitch(switchFlag); in SetTouchpadTapSwitch()
|