Home
last modified time | relevance | path

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

12

/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_event_normalize.cpp237 int32_t MouseEventNormalize::SetTouchpadTapSwitch(bool switchFlag) const in SetTouchpadTapSwitch() function in OHOS::MMI::MouseEventNormalize
239 return MouseTransformProcessor::SetTouchpadTapSwitch(switchFlag); in SetTouchpadTapSwitch()
H A Dmouse_transform_processor.cpp949 int32_t MouseTransformProcessor::SetTouchpadTapSwitch(bool switchFlag) in SetTouchpadTapSwitch() function in OHOS::MMI::MouseTransformProcessor
/foundation/multimodalinput/input/service/mouse_event_normalize/include/
H A Dmouse_event_normalize.h56 int32_t SetTouchpadTapSwitch(bool switchFlag) const;
H A Dmouse_transform_processor.h130 static int32_t SetTouchpadTapSwitch(bool switchFlag);
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_event_normalize_test.cpp109 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 Dmouse_transform_processor_test.cpp124 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 Dinput_manager.cpp462 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 Dmultimodal_input_connect_manager.h114 int32_t SetTouchpadTapSwitch(bool switchFlag);
H A Di_multimodal_input_connect.h125 virtual int32_t SetTouchpadTapSwitch(bool switchFlag) = 0;
H A Dmultimodal_input_connect_proxy.h110 int32_t SetTouchpadTapSwitch(bool switchFlag) override;
/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/
H A Dstubhandleallocsocketfd_fuzzer.cpp122 MMIService::GetInstance()->SetTouchpadTapSwitch(g_switchFlag); in StubHandleAllocSocketFdFuzzTest()
/foundation/multimodalinput/input/frameworks/napi/pointer/include/
H A Djs_pointer_manager.h95 napi_value SetTouchpadTapSwitch(napi_env env, bool switchFlag, napi_value handle = nullptr);
H A Djs_pointer_context.h66 static napi_value SetTouchpadTapSwitch(napi_env env, napi_callback_info info);
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h169 int32_t SetTouchpadTapSwitch(bool switchFlag);
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dinput_manager.h691 int32_t SetTouchpadTapSwitch(bool switchFlag);
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp640 int32_t MultimodalInputConnectManager::SetTouchpadTapSwitch(bool switchFlag) in SetTouchpadTapSwitch() function in OHOS::MMI::MultimodalInputConnectManager
644 return multimodalInputConnectService_->SetTouchpadTapSwitch(switchFlag); in SetTouchpadTapSwitch()
H A Dmultimodal_input_connect_stub.cpp1973 ret = SetTouchpadTapSwitch(switchFlag); in StubSetTouchpadTapSwitch()
H A Dmultimodal_input_connect_proxy.cpp1773 int32_t MultimodalInputConnectProxy::SetTouchpadTapSwitch(bool switchFlag) in SetTouchpadTapSwitch() function in OHOS::MMI::MultimodalInputConnectProxy
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_pointer_test.cpp185 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 Dinput_manager_test.cpp3008 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 Dmmi_service.h124 int32_t SetTouchpadTapSwitch(bool switchFlag) override;
/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp1445 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 Djs_pointer_manager.cpp915 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 Dinput_manager_impl.cpp1934 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 Dmmi_service.cpp2953 int32_t MMIService::SetTouchpadTapSwitch(bool switchFlag) in SetTouchpadTapSwitch() function in OHOS::MMI::MMIService
2959 return ::OHOS::DelayedSingleton<MouseEventNormalize>::GetInstance()->SetTouchpadTapSwitch(switchFlag); in SetTouchpadTapSwitch()

Completed in 43 milliseconds

12