Home
last modified time | relevance | path

Searched refs:GetPointerSpeed (Results 1 - 25 of 27) sorted by relevance

12

/foundation/multimodalinput/input/test/fuzztest/pointerspeed_fuzzer/
H A Dpointerspeed_fuzzer.cpp53 if (InputManager::GetInstance()->GetPointerSpeed(speed) == RET_OK) { in PointerSpeedFuzzTest()
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_event_normalize.cpp207 int32_t MouseEventNormalize::GetPointerSpeed() const in GetPointerSpeed() function in OHOS::MMI::MouseEventNormalize
209 return MouseTransformProcessor::GetPointerSpeed(); in GetPointerSpeed()
H A Dmouse_transform_processor.cpp84 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 Dmouse_event_normalize.h48 int32_t GetPointerSpeed() const;
H A Dmouse_transform_processor.h124 static int32_t GetPointerSpeed();
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_event_normalize_test.cpp90 prePointerSpeed_ = MouseEventHdr->GetPointerSpeed(); in SetUp()
272 * @tc.desc: Test GetPointerSpeed
281 ASSERT_EQ(MouseEventHdr->GetPointerSpeed(), idNames); in HWTEST_F()
H A Dmouse_transform_processor_test.cpp105 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 Dinput_manager_pointer_test.cpp157 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 Dinput_manager_test.cpp1504 InputManager::GetInstance()->GetPointerSpeed(speed1); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp342 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 Dmultimodal_input_connect_manager.h69 int32_t GetPointerSpeed(int32_t &speed);
H A Di_multimodal_input_connect.h77 virtual int32_t GetPointerSpeed(int32_t &speed) = 0;
H A Dmultimodal_input_connect_proxy.h62 int32_t GetPointerSpeed(int32_t &speed) override;
/foundation/multimodalinput/input/frameworks/napi/pointer/include/
H A Djs_pointer_manager.h70 napi_value GetPointerSpeed(napi_env env, napi_value handle = nullptr);
H A Djs_pointer_context.h47 static napi_value GetPointerSpeed(napi_env env, napi_callback_info info);
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h163 int32_t GetPointerSpeed(int32_t &speed);
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dinput_manager.h528 int32_t GetPointerSpeed(int32_t &speed);
/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp370 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 Djs_pointer_manager.cpp334 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 Dmultimodal_input_connect_manager.cpp262 int32_t MultimodalInputConnectManager::GetPointerSpeed(int32_t &speed) in GetPointerSpeed() function in OHOS::MMI::MultimodalInputConnectManager
266 return multimodalInputConnectService_->GetPointerSpeed(speed); in GetPointerSpeed()
H A Dmultimodal_input_connect_stub.cpp963 int32_t ret = GetPointerSpeed(speed); in StubGetPointerSpeed()
/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h74 int32_t GetPointerSpeed(int32_t &speed) override;
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp1381 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 Dserver_msg_handler.cpp345 MouseTransformProcessor::GetPointerSpeed(), static_cast<int32_t>(DeviceType::DEVICE_KLV)); in AccelerateMotion()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp1450 speed = MouseEventHdr->GetPointerSpeed(); in ReadPointerSpeed()
1455 int32_t MMIService::GetPointerSpeed(int32_t &speed) in GetPointerSpeed() function in OHOS::MMI::MMIService

Completed in 41 milliseconds

12