/foundation/multimodalinput/input/test/fuzztest/pointerspeed_fuzzer/ |
H A D | pointerspeed_fuzzer.cpp | 53 if (InputManager::GetInstance()->GetPointerSpeed(speed) == RET_OK) { in PointerSpeedFuzzTest()
|
/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_event_normalize.cpp | 207 int32_t MouseEventNormalize::GetPointerSpeed() const in GetPointerSpeed() function in OHOS::MMI::MouseEventNormalize 209 return MouseTransformProcessor::GetPointerSpeed(); in GetPointerSpeed()
|
H A D | mouse_transform_processor.cpp | 84 globalPointerSpeed_ = GetPointerSpeed(); in MouseTransformProcessor() 769 int32_t MouseTransformProcessor::GetPointerSpeed() in GetPointerSpeed() function in OHOS::MMI::MouseTransformProcessor
|
/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 | 124 static int32_t GetPointerSpeed();
|
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/ |
H A D | mouse_event_normalize_test.cpp | 90 prePointerSpeed_ = MouseEventHdr->GetPointerSpeed(); in SetUp() 272 * @tc.desc: Test GetPointerSpeed 281 ASSERT_EQ(MouseEventHdr->GetPointerSpeed(), idNames); in HWTEST_F()
|
H A D | mouse_transform_processor_test.cpp | 105 prePointerSpeed_ = g_processor_.GetPointerSpeed(); in SetUp() 260 * @tc.desc: Test GetPointerSpeed 271 ASSERT_EQ(processor.GetPointerSpeed(), idNames); in HWTEST_F() 292 * @tc.desc: Test GetPointerSpeed 303 ASSERT_EQ(processor.GetPointerSpeed(), idNames); in HWTEST_F()
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_pointer_test.cpp | 157 InputManager::GetInstance()->GetPointerSpeed(prePointerSpeed_); in SetUp() 995 InputManager::GetInstance()->GetPointerSpeed(speed1); in HWTEST_F() 1024 InputManager::GetInstance()->GetPointerSpeed(speed1); in HWTEST_F() 1053 InputManager::GetInstance()->GetPointerSpeed(speed1); in HWTEST_F() 1082 InputManager::GetInstance()->GetPointerSpeed(speed1); in HWTEST_F() 1111 InputManager::GetInstance()->GetPointerSpeed(speed1); in HWTEST_F()
|
H A D | input_manager_test.cpp | 1504 InputManager::GetInstance()->GetPointerSpeed(speed1); in HWTEST_F()
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_manager.cpp | 342 int32_t InputManager::GetPointerSpeed(int32_t &speed) in GetPointerSpeed() function in OHOS::MMI::InputManager 344 return InputMgrImpl.GetPointerSpeed(speed); in GetPointerSpeed()
|
/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;
|
/foundation/multimodalinput/input/frameworks/napi/pointer/include/ |
H A D | js_pointer_manager.h | 70 napi_value GetPointerSpeed(napi_env env, napi_value handle = nullptr);
|
H A D | js_pointer_context.h | 47 static napi_value GetPointerSpeed(napi_env env, napi_callback_info info);
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_manager_impl.h | 163 int32_t GetPointerSpeed(int32_t &speed);
|
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/ |
H A D | input_manager.h | 528 int32_t GetPointerSpeed(int32_t &speed);
|
/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
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() 1739 DECLARE_NAPI_STATIC_FUNCTION("getPointerSpeed", GetPointerSpeed), in Export()
|
H A D | js_pointer_manager.cpp | 334 napi_value JsPointerManager::GetPointerSpeed(napi_env env, napi_value handle) in GetPointerSpeed() function in OHOS::MMI::JsPointerManager 340 asyncContext->errorCode = InputManager::GetInstance()->GetPointerSpeed(pointerSpeed); in GetPointerSpeed() 358 InputManager::GetInstance()->GetPointerSpeed(pointerSpeed); in GetPointerSpeedSync()
|
/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_manager.cpp | 262 int32_t MultimodalInputConnectManager::GetPointerSpeed(int32_t &speed) in GetPointerSpeed() function in OHOS::MMI::MultimodalInputConnectManager 266 return multimodalInputConnectService_->GetPointerSpeed(speed); in GetPointerSpeed()
|
H A D | multimodal_input_connect_stub.cpp | 963 int32_t ret = GetPointerSpeed(speed); in StubGetPointerSpeed()
|
/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | mmi_service.h | 74 int32_t GetPointerSpeed(int32_t &speed) override;
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_manager_impl.cpp | 1381 int32_t InputManagerImpl::GetPointerSpeed(int32_t &speed) in GetPointerSpeed() function in OHOS::MMI::InputManagerImpl 1385 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetPointerSpeed(speed); in GetPointerSpeed()
|
/foundation/multimodalinput/input/service/message_handle/src/ |
H A D | server_msg_handler.cpp | 345 MouseTransformProcessor::GetPointerSpeed(), static_cast<int32_t>(DeviceType::DEVICE_KLV)); in AccelerateMotion()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 1450 speed = MouseEventHdr->GetPointerSpeed(); in ReadPointerSpeed() 1455 int32_t MMIService::GetPointerSpeed(int32_t &speed) in GetPointerSpeed() function in OHOS::MMI::MMIService
|