/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/ |
H A D | switch_event_input_subscribe_manager_test.cpp | 192 int32_t ret = inputManager.GetTouchpadScrollSwitch(switchFlag); 195 ret = inputManager.GetTouchpadScrollSwitch(switchFlag);
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_event_normalize.cpp | 220 void MouseEventNormalize::GetTouchpadScrollSwitch(bool &switchFlag) const in GetTouchpadScrollSwitch() function in OHOS::MMI::MouseEventNormalize 222 MouseTransformProcessor::GetTouchpadScrollSwitch(switchFlag); in GetTouchpadScrollSwitch()
|
H A D | mouse_transform_processor.cpp | 317 GetTouchpadScrollSwitch(tpScrollSwitch); in HandleTouchPadAxisState() 970 void MouseTransformProcessor::GetTouchpadScrollSwitch(bool &switchFlag) in GetTouchpadScrollSwitch() function in OHOS::MMI::MouseTransformProcessor
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/include/ |
H A D | mouse_event_normalize.h | 53 void GetTouchpadScrollSwitch(bool &switchFlag) const;
|
H A D | mouse_transform_processor.h | 129 static void GetTouchpadScrollSwitch(bool &switchFlag);
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/ |
H A D | mouse_event_normalize_test.cpp | 95 MouseEventHdr->GetTouchpadScrollSwitch(preScrollSwitch_); in SetUp() 373 MouseEventHdr->GetTouchpadScrollSwitch(flag);
|
H A D | mouse_transform_processor_test.cpp | 102 g_processor_.GetTouchpadScrollSwitch(preScrollSwitch_); in SetUp() 381 processor.GetTouchpadScrollSwitch(flag);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_manager.cpp | 416 int32_t InputManager::GetTouchpadScrollSwitch(bool &switchFlag) in GetTouchpadScrollSwitch() function in OHOS::MMI::InputManager 418 return InputMgrImpl.GetTouchpadScrollSwitch(switchFlag); in GetTouchpadScrollSwitch()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/include/ |
H A D | js_pointer_context.h | 63 static napi_value GetTouchpadScrollSwitch(napi_env env, napi_callback_info info);
|
H A D | js_pointer_manager.h | 92 napi_value GetTouchpadScrollSwitch(napi_env env, napi_value handle = nullptr);
|
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/ |
H A D | stubhandleallocsocketfd_fuzzer.cpp | 119 MMIService::GetInstance()->GetTouchpadScrollSwitch(g_switchFlag); in StubHandleAllocSocketFdFuzzTest()
|
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/include/ |
H A D | multimodal_input_connect_manager.h | 105 int32_t GetTouchpadScrollSwitch(bool &switchFlag);
|
H A D | i_multimodal_input_connect.h | 116 virtual int32_t GetTouchpadScrollSwitch(bool &switchFlag) = 0;
|
H A D | multimodal_input_connect_proxy.h | 101 int32_t GetTouchpadScrollSwitch(bool &switchFlag) override;
|
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/ |
H A D | input_manager.h | 641 int32_t GetTouchpadScrollSwitch(bool &switchFlag);
|
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_manager.cpp | 587 int32_t MultimodalInputConnectManager::GetTouchpadScrollSwitch(bool &switchFlag) in GetTouchpadScrollSwitch() function in OHOS::MMI::MultimodalInputConnectManager 591 return multimodalInputConnectService_->GetTouchpadScrollSwitch(switchFlag); in GetTouchpadScrollSwitch()
|
H A D | multimodal_input_connect_proxy.cpp | 1651 int32_t MultimodalInputConnectProxy::GetTouchpadScrollSwitch(bool &switchFlag) in GetTouchpadScrollSwitch() function in OHOS::MMI::MultimodalInputConnectProxy
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_manager_impl.h | 158 int32_t GetTouchpadScrollSwitch(bool &switchFlag);
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | mmi_service.h | 115 int32_t GetTouchpadScrollSwitch(bool &switchFlag) override;
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_manager.cpp | 863 napi_value JsPointerManager::GetTouchpadScrollSwitch(napi_env env, napi_value handle) in GetTouchpadScrollSwitch() function in OHOS::MMI::JsPointerManager 867 int32_t ret = InputManager::GetInstance()->GetTouchpadScrollSwitch(switchFlag); in GetTouchpadScrollSwitch()
|
H A D | js_pointer_context.cpp | 1378 napi_value JsPointerContext::GetTouchpadScrollSwitch(napi_env env, napi_callback_info info) in GetTouchpadScrollSwitch() function in OHOS::MMI::JsPointerContext 1386 return jsPointerMgr->GetTouchpadScrollSwitch(env, handle); in GetTouchpadScrollSwitch() 1677 DECLARE_NAPI_STATIC_FUNCTION("getTouchpadScrollSwitch", GetTouchpadScrollSwitch), in Export()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_test.cpp | 1406 auto ret = InputManager::GetInstance()->GetTouchpadScrollSwitch(flagfalse); 1409 ret = InputManager::GetInstance()->GetTouchpadScrollSwitch(flagtrue); 2833 result = InputManager::GetInstance()->GetTouchpadScrollSwitch(switchFlag);
|
H A D | input_manager_pointer_test.cpp | 157 InputManager::GetInstance()->GetTouchpadScrollSwitch(preScrollSwitch_); in SetUp() 1430 ASSERT_TRUE(InputManager::GetInstance()->GetTouchpadScrollSwitch(newFlag) == RET_OK);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_manager_impl.cpp | 1798 int32_t InputManagerImpl::GetTouchpadScrollSwitch(bool &switchFlag) in GetTouchpadScrollSwitch() function in OHOS::MMI::InputManagerImpl 1803 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetTouchpadScrollSwitch(switchFlag); in GetTouchpadScrollSwitch()
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 2108 MouseEventHdr->GetTouchpadScrollSwitch(switchFlag); in ReadTouchpadScrollSwich() 2179 int32_t MMIService::GetTouchpadScrollSwitch(bool &switchFlag) in GetTouchpadScrollSwitch() function in OHOS::MMI::MMIService
|