Home
last modified time | relevance | path

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

12

/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouch_event_normalize.cpp134 void TouchEventNormalize::GetTouchpadRotateSwitch(bool &rotateSwitch) const in GetTouchpadRotateSwitch() function in OHOS::MMI::TouchEventNormalize
136 TouchPadTransformProcessor::GetTouchpadRotateSwitch(rotateSwitch); in GetTouchpadRotateSwitch()
H A Dtouchpad_transform_processor.cpp592 void TouchPadTransformProcessor::GetTouchpadRotateSwitch(bool &rotateSwitch) in GetTouchpadRotateSwitch() function in OHOS::MMI::TouchPadTransformProcessor
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouch_event_normalize_test.cpp62 TOUCH_EVENT_HDR->GetTouchpadRotateSwitch(preRotateSwitch_); in SetUp()
204 * @tc.desc: Test GetTouchpadRotateSwitch
214 TOUCH_EVENT_HDR->GetTouchpadRotateSwitch(rotateSwitch); in HWTEST_F()
H A Dtouchpad_transform_processor_test.cpp94 g_processor_.GetTouchpadRotateSwitch(preRotateSwitch_); in SetUp()
189 * @tc.desc: Test GetTouchpadRotateSwitch
201 processor.GetTouchpadRotateSwitch(newRotateSwitch); in HWTEST_F()
/foundation/multimodalinput/input/service/touch_event_normalize/include/
H A Dtouch_event_normalize.h60 void GetTouchpadRotateSwitch(bool &rotateSwitch) const;
H A Dtouchpad_transform_processor.h85 static void GetTouchpadRotateSwitch(bool &rotateSwitch);
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp517 int32_t InputManager::GetTouchpadRotateSwitch(bool &rotateSwitch) in GetTouchpadRotateSwitch() function in OHOS::MMI::InputManager
519 return InputMgrImpl.GetTouchpadRotateSwitch(rotateSwitch); in GetTouchpadRotateSwitch()
/foundation/multimodalinput/input/service/connect_manager/include/
H A Dmultimodal_input_connect_manager.h125 int32_t GetTouchpadRotateSwitch(bool &rotateSwitch);
H A Di_multimodal_input_connect.h136 virtual int32_t GetTouchpadRotateSwitch(bool &rotateSwitch) = 0;
H A Dmultimodal_input_connect_proxy.h121 int32_t GetTouchpadRotateSwitch(bool &rotateSwitch) override;
/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/
H A Dstubhandleallocsocketfd_fuzzer.cpp132 MMIService::GetInstance()->GetTouchpadRotateSwitch(g_rotateSwitchFlag); in StubHandleAllocSocketFdFuzzTest()
/foundation/multimodalinput/input/frameworks/napi/pointer/include/
H A Djs_pointer_manager.h106 napi_value GetTouchpadRotateSwitch(napi_env env, napi_value handle = nullptr);
H A Djs_pointer_context.h77 static napi_value GetTouchpadRotateSwitch(napi_env env, napi_callback_info info);
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h180 int32_t GetTouchpadRotateSwitch(bool &rotateSwitch);
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dinput_manager.h884 int32_t GetTouchpadRotateSwitch(bool &rotateSwitch);
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp717 int32_t MultimodalInputConnectManager::GetTouchpadRotateSwitch(bool &rotateSwitch) in GetTouchpadRotateSwitch() function in OHOS::MMI::MultimodalInputConnectManager
721 return multimodalInputConnectService_->GetTouchpadRotateSwitch(rotateSwitch); in GetTouchpadRotateSwitch()
H A Dmultimodal_input_connect_stub.cpp2270 ret = GetTouchpadRotateSwitch(rotateSwitch); in StubGetTouchpadRotateSwitch()
2272 MMI_HILOGE("GetTouchpadRotateSwitch failed ret:%{public}d", ret); in StubGetTouchpadRotateSwitch()
H A Dmultimodal_input_connect_proxy.cpp1839 int32_t MultimodalInputConnectProxy::GetTouchpadRotateSwitch(bool &rotateSwitch) in GetTouchpadRotateSwitch() function in OHOS::MMI::MultimodalInputConnectProxy
/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h135 int32_t GetTouchpadRotateSwitch(bool &rotateSwitch) override;
/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp1588 napi_value JsPointerContext::GetTouchpadRotateSwitch(napi_env env, napi_callback_info info) in GetTouchpadRotateSwitch() function in OHOS::MMI::JsPointerContext
1596 return jsPointerMgr->GetTouchpadRotateSwitch(env, handle); in GetTouchpadRotateSwitch()
1772 DECLARE_NAPI_STATIC_FUNCTION("getTouchpadRotateSwitch", GetTouchpadRotateSwitch), in Export()
H A Djs_pointer_manager.cpp996 napi_value JsPointerManager::GetTouchpadRotateSwitch(napi_env env, napi_value handle) in GetTouchpadRotateSwitch() function in OHOS::MMI::JsPointerManager
1000 int32_t ret = InputManager::GetInstance()->GetTouchpadRotateSwitch(rotateSwitch); in GetTouchpadRotateSwitch()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp2110 int32_t InputManagerImpl::GetTouchpadRotateSwitch(bool &rotateSwitch) in GetTouchpadRotateSwitch() function in OHOS::MMI::InputManagerImpl
2115 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetTouchpadRotateSwitch(rotateSwitch); in GetTouchpadRotateSwitch()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2879 TOUCH_EVENT_HDR->GetTouchpadRotateSwitch(rotateSwitch); in ReadTouchpadRotateSwitch()
3140 int32_t MMIService::GetTouchpadRotateSwitch(bool &rotateSwitch) in GetTouchpadRotateSwitch() function in OHOS::MMI::MMIService
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_pointer_test.cpp168 InputManager::GetInstance()->GetTouchpadRotateSwitch(preRotateSwitch_); in SetUp()
H A Dinput_manager_test.cpp3054 ASSERT_TRUE(InputManager::GetInstance()->GetTouchpadRotateSwitch(newRotateSwitch) == RET_OK); in HWTEST_F()

Completed in 44 milliseconds

12