Home
last modified time | relevance | path

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

12

/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouch_event_normalize.cpp124 void TouchEventNormalize::GetTouchpadSwipeSwitch(bool &switchFlag) const in GetTouchpadSwipeSwitch() function in OHOS::MMI::TouchEventNormalize
126 TouchPadTransformProcessor::GetTouchpadSwipeSwitch(switchFlag); in GetTouchpadSwipeSwitch()
H A Dtouchpad_transform_processor.cpp303 GetTouchpadSwipeSwitch(tpSwipeSwitch); in SetTouchPadSwipeData()
554 void TouchPadTransformProcessor::GetTouchpadSwipeSwitch(bool &switchFlag) in GetTouchpadSwipeSwitch() function in OHOS::MMI::TouchPadTransformProcessor
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouch_event_normalize_test.cpp61 TOUCH_EVENT_HDR->GetTouchpadSwipeSwitch(preSwipeSwitch_); in SetUp()
175 * @tc.desc: Test GetTouchpadSwipeSwitch
185 TOUCH_EVENT_HDR->GetTouchpadSwipeSwitch(flag); in HWTEST_F()
H A Dtouchpad_transform_processor_test.cpp93 g_processor_.GetTouchpadSwipeSwitch(preSwipeSwitch_); in SetUp()
156 * @tc.desc: Test GetTouchpadSwipeSwitch
168 processor.GetTouchpadSwipeSwitch(flag); in HWTEST_F()
/foundation/multimodalinput/input/service/touch_event_normalize/include/
H A Dtouch_event_normalize.h58 void GetTouchpadSwipeSwitch(bool &switchFlag) const;
H A Dtouchpad_transform_processor.h83 static void GetTouchpadSwipeSwitch(bool &switchFlag);
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp497 int32_t InputManager::GetTouchpadSwipeSwitch(bool &switchFlag) in GetTouchpadSwipeSwitch() function in OHOS::MMI::InputManager
499 return InputMgrImpl.GetTouchpadSwipeSwitch(switchFlag); in GetTouchpadSwipeSwitch()
/foundation/multimodalinput/input/service/connect_manager/include/
H A Dmultimodal_input_connect_manager.h121 int32_t GetTouchpadSwipeSwitch(bool &switchFlag);
H A Di_multimodal_input_connect.h132 virtual int32_t GetTouchpadSwipeSwitch(bool &switchFlag) = 0;
H A Dmultimodal_input_connect_proxy.h117 int32_t GetTouchpadSwipeSwitch(bool &switchFlag) override;
/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/
H A Dstubhandleallocsocketfd_fuzzer.cpp129 MMIService::GetInstance()->GetTouchpadSwipeSwitch(g_switchFlag); in StubHandleAllocSocketFdFuzzTest()
/foundation/multimodalinput/input/frameworks/napi/pointer/include/
H A Djs_pointer_manager.h102 napi_value GetTouchpadSwipeSwitch(napi_env env, napi_value handle = nullptr);
H A Djs_pointer_context.h73 static napi_value GetTouchpadSwipeSwitch(napi_env env, napi_callback_info info);
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h176 int32_t GetTouchpadSwipeSwitch(bool &switchFlag);
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dinput_manager.h747 int32_t GetTouchpadSwipeSwitch(bool &switchFlag);
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp689 int32_t MultimodalInputConnectManager::GetTouchpadSwipeSwitch(bool &switchFlag) in GetTouchpadSwipeSwitch() function in OHOS::MMI::MultimodalInputConnectManager
693 return multimodalInputConnectService_->GetTouchpadSwipeSwitch(switchFlag); in GetTouchpadSwipeSwitch()
H A Dmultimodal_input_connect_stub.cpp2192 ret = GetTouchpadSwipeSwitch(switchFlag); in StubGetTouchpadSwipeSwitch()
2194 MMI_HILOGE("Call GetTouchpadSwipeSwitch failed ret:%{public}d", ret); in StubGetTouchpadSwipeSwitch()
H A Dmultimodal_input_connect_proxy.cpp1815 int32_t MultimodalInputConnectProxy::GetTouchpadSwipeSwitch(bool &switchFlag) in GetTouchpadSwipeSwitch() function in OHOS::MMI::MultimodalInputConnectProxy
/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h131 int32_t GetTouchpadSwipeSwitch(bool &switchFlag) override;
/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp1536 napi_value JsPointerContext::GetTouchpadSwipeSwitch(napi_env env, napi_callback_info info) in GetTouchpadSwipeSwitch() function in OHOS::MMI::JsPointerContext
1544 return jsPointerMgr->GetTouchpadSwipeSwitch(env, handle); in GetTouchpadSwipeSwitch()
1768 DECLARE_NAPI_STATIC_FUNCTION("getTouchpadSwipeSwitch", GetTouchpadSwipeSwitch), in Export()
H A Djs_pointer_manager.cpp966 napi_value JsPointerManager::GetTouchpadSwipeSwitch(napi_env env, napi_value handle) in GetTouchpadSwipeSwitch() function in OHOS::MMI::JsPointerManager
970 int32_t ret = InputManager::GetInstance()->GetTouchpadSwipeSwitch(switchFlag); in GetTouchpadSwipeSwitch()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_pointer_test.cpp166 InputManager::GetInstance()->GetTouchpadSwipeSwitch(preSwipeSwitch_); in SetUp()
1581 ASSERT_TRUE(InputManager::GetInstance()->GetTouchpadSwipeSwitch(newFlag) == RET_OK); in HWTEST_F()
H A Dinput_manager_test.cpp2965 * @tc.desc: SetTouchpadSwipeSwitch and GetTouchpadSwipeSwitch interface detection
2975 result = InputManager::GetInstance()->GetTouchpadSwipeSwitch(switchFlag); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp2046 int32_t InputManagerImpl::GetTouchpadSwipeSwitch(bool &switchFlag) in GetTouchpadSwipeSwitch() function in OHOS::MMI::InputManagerImpl
2051 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetTouchpadSwipeSwitch(switchFlag); in GetTouchpadSwipeSwitch()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2867 TOUCH_EVENT_HDR->GetTouchpadSwipeSwitch(switchFlag); in ReadTouchpadSwipeSwitch()
3072 int32_t MMIService::GetTouchpadSwipeSwitch(bool &switchFlag) in GetTouchpadSwipeSwitch() function in OHOS::MMI::MMIService

Completed in 44 milliseconds

12