/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_event_normalize.cpp | 205 int32_t MouseEventNormalize::GetPointerSpeed() const in GetPointerSpeed() function in OHOS::MMI::MouseEventNormalize 207 return MouseTransformProcessor::GetPointerSpeed(); in GetPointerSpeed()
|
H A D | mouse_transform_processor.cpp | 85 globalPointerSpeed_ = GetPointerSpeed(); in MouseTransformProcessor() 817 int32_t MouseTransformProcessor::GetPointerSpeed() in GetPointerSpeed() function in OHOS::MMI::MouseTransformProcessor
|
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/pointerspeed_fuzzer/ |
H A D | pointerspeed_fuzzer.cpp | 53 if (InputManager::GetInstance()->GetPointerSpeed(speed) == RET_OK) { in PointerSpeedFuzzTest()
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/include/ |
H A D | mouse_event_normalize.h | 48 int32_t GetPointerSpeed() const;
|
H A D | mouse_transform_processor.h | 126 static int32_t GetPointerSpeed();
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/ |
H A D | mouse_event_normalize_test.cpp | 90 prePointerSpeed_ = MouseEventHdr->GetPointerSpeed(); in SetUp() 281 ASSERT_EQ(MouseEventHdr->GetPointerSpeed(), idNames);
|
H A D | mouse_transform_processor_test.cpp | 97 prePointerSpeed_ = g_processor_.GetPointerSpeed(); in SetUp() 260 ASSERT_EQ(processor.GetPointerSpeed(), idNames); 292 ASSERT_EQ(processor.GetPointerSpeed(), idNames);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_pointer_test.cpp | 153 InputManager::GetInstance()->GetPointerSpeed(prePointerSpeed_); in SetUp() 989 InputManager::GetInstance()->GetPointerSpeed(speed1); 1018 InputManager::GetInstance()->GetPointerSpeed(speed1); 1047 InputManager::GetInstance()->GetPointerSpeed(speed1); 1076 InputManager::GetInstance()->GetPointerSpeed(speed1); 1105 InputManager::GetInstance()->GetPointerSpeed(speed1);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_manager.cpp | 309 int32_t InputManager::GetPointerSpeed(int32_t &speed) in GetPointerSpeed() function in OHOS::MMI::InputManager 311 return InputMgrImpl.GetPointerSpeed(speed); in GetPointerSpeed()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/include/ |
H A D | js_pointer_context.h | 47 static napi_value GetPointerSpeed(napi_env env, napi_callback_info info);
|
H A D | js_pointer_manager.h | 70 napi_value GetPointerSpeed(napi_env env, napi_value handle = nullptr);
|
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/include/ |
H A D | multimodal_input_connect_manager.h | 69 int32_t GetPointerSpeed(int32_t &speed);
|
H A D | i_multimodal_input_connect.h | 77 virtual int32_t GetPointerSpeed(int32_t &speed) = 0;
|
H A D | multimodal_input_connect_proxy.h | 62 int32_t GetPointerSpeed(int32_t &speed) override;
|
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/ |
H A D | input_manager.h | 502 int32_t GetPointerSpeed(int32_t &speed);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_manager.cpp | 333 napi_value JsPointerManager::GetPointerSpeed(napi_env env, napi_value handle) in GetPointerSpeed() function in OHOS::MMI::JsPointerManager 339 asyncContext->errorCode = InputManager::GetInstance()->GetPointerSpeed(pointerSpeed); in GetPointerSpeed() 357 InputManager::GetInstance()->GetPointerSpeed(pointerSpeed); in GetPointerSpeedSync()
|
H A D | js_pointer_context.cpp | 370 napi_value JsPointerContext::GetPointerSpeed(napi_env env, napi_callback_info info) in GetPointerSpeed() function in OHOS::MMI::JsPointerContext 380 return jsPointerMgr->GetPointerSpeed(env); in GetPointerSpeed() 388 return jsPointerMgr->GetPointerSpeed(env, argv[0]); in GetPointerSpeed() 1658 DECLARE_NAPI_STATIC_FUNCTION("getPointerSpeed", GetPointerSpeed), in Export()
|
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_manager.cpp | 261 int32_t MultimodalInputConnectManager::GetPointerSpeed(int32_t &speed) in GetPointerSpeed() function in OHOS::MMI::MultimodalInputConnectManager 265 return multimodalInputConnectService_->GetPointerSpeed(speed); in GetPointerSpeed()
|
H A D | multimodal_input_connect_proxy.cpp | 626 int32_t MultimodalInputConnectProxy::GetPointerSpeed(int32_t &speed) in GetPointerSpeed() function in OHOS::MMI::MultimodalInputConnectProxy
|
H A D | multimodal_input_connect_stub.cpp | 925 int32_t ret = GetPointerSpeed(speed); in StubGetPointerSpeed()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_manager_impl.h | 155 int32_t GetPointerSpeed(int32_t &speed);
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | mmi_service.h | 74 int32_t GetPointerSpeed(int32_t &speed) override;
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_manager_impl.cpp | 1287 int32_t InputManagerImpl::GetPointerSpeed(int32_t &speed) in GetPointerSpeed() function in OHOS::MMI::InputManagerImpl 1291 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetPointerSpeed(speed); in GetPointerSpeed()
|
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/ |
H A D | server_msg_handler.cpp | 297 … MouseTransformProcessor::GetPointerSpeed(), static_cast<int32_t>(DeviceType::DEVICE_PC)); in AccelerateMotion()
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 932 speed = MouseEventHdr->GetPointerSpeed(); in ReadPointerSpeed() 937 int32_t MMIService::GetPointerSpeed(int32_t &speed) in GetPointerSpeed() function in OHOS::MMI::MMIService
|