Home
last modified time | relevance | path

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

12

/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_event_normalize.cpp187 int32_t MouseEventNormalize::GetMouseScrollRows() const in GetMouseScrollRows() function in OHOS::MMI::MouseEventNormalize
189 return MouseTransformProcessor::GetMouseScrollRows(); in GetMouseScrollRows()
H A Dmouse_transform_processor.cpp291 int32_t MouseTransformProcessor::GetMouseScrollRows() in GetMouseScrollRows() function in OHOS::MMI::MouseTransformProcessor
379 axisValue = GetMouseScrollRows() * axisValue * tpScrollDirection; in HandleAxisInner()
389 axisValue = GetMouseScrollRows() * axisValue * tpScrollDirection; in HandleAxisInner()
/foundation/multimodalinput/input/service/mouse_event_normalize/include/
H A Dmouse_event_normalize.h44 int32_t GetMouseScrollRows() const;
H A Dmouse_transform_processor.h122 static int32_t GetMouseScrollRows();
/foundation/multimodalinput/input/test/fuzztest/setmousescrollrows_fuzzer/
H A Dsetmousescrollrows_fuzzer.cpp50 InputManager::GetInstance()->GetMouseScrollRows(rowsAfter); in SetMouseScrollRowsFuzzTest()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H A Dinput_manager_impl_test.cpp520 * @tc.desc: Test GetMouseScrollRows
528 int32_t ret = InputMgrImpl.GetMouseScrollRows(rows); in HWTEST_F()
532 int32_t ret2 = InputMgrImpl.GetMouseScrollRows(rows); in HWTEST_F()
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_event_normalize_test.cpp92 preScrollRows_ = MouseEventHdr->GetMouseScrollRows(); in SetUp()
338 * @tc.desc: Test GetMouseScrollRows
347 ASSERT_TRUE(MouseEventHdr->GetMouseScrollRows() == newRows); in HWTEST_F()
H A Dmouse_transform_processor_test.cpp107 preScrollRows_ = g_processor_.GetMouseScrollRows(); in SetUp()
352 * @tc.desc: Test GetMouseScrollRows
363 ASSERT_TRUE(processor.GetMouseScrollRows() == newRows); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp262 int32_t InputManager::GetMouseScrollRows(int32_t &Rows) in GetMouseScrollRows() function in OHOS::MMI::InputManager
264 return InputMgrImpl.GetMouseScrollRows(Rows); in GetMouseScrollRows()
/foundation/multimodalinput/input/service/connect_manager/include/
H A Dmultimodal_input_connect_manager.h52 int32_t GetMouseScrollRows(int32_t &rows);
H A Di_multimodal_input_connect.h59 virtual int32_t GetMouseScrollRows(int32_t &rows) = 0;
H A Dmultimodal_input_connect_proxy.h44 int32_t GetMouseScrollRows(int32_t &rows) override;
/foundation/multimodalinput/input/frameworks/napi/pointer/include/
H A Djs_pointer_manager.h80 napi_value GetMouseScrollRows(napi_env env, napi_value handle = nullptr);
H A Djs_pointer_context.h53 static napi_value GetMouseScrollRows(napi_env env, napi_callback_info info);
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h143 int32_t GetMouseScrollRows(int32_t &rows);
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dinput_manager.h401 int32_t GetMouseScrollRows(int32_t &rows);
/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp437 napi_value JsPointerContext::GetMouseScrollRows(napi_env env, napi_callback_info info) in GetMouseScrollRows() function in OHOS::MMI::JsPointerContext
447 return jsPointerMgr->GetMouseScrollRows(env); in GetMouseScrollRows()
455 return jsPointerMgr->GetMouseScrollRows(env, argv[0]); in GetMouseScrollRows()
1748 DECLARE_NAPI_STATIC_FUNCTION("getMouseScrollRows", GetMouseScrollRows), in Export()
H A Djs_pointer_manager.cpp390 napi_value JsPointerManager::GetMouseScrollRows(napi_env env, napi_value handle) in GetMouseScrollRows() function in OHOS::MMI::JsPointerManager
396 asyncContext->errorCode = InputManager::GetInstance()->GetMouseScrollRows(rows); in GetMouseScrollRows()
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp164 int32_t MultimodalInputConnectManager::GetMouseScrollRows(int32_t &rows) in GetMouseScrollRows() function in OHOS::MMI::MultimodalInputConnectManager
168 return multimodalInputConnectService_->GetMouseScrollRows(rows); in GetMouseScrollRows()
H A Dmultimodal_input_connect_stub.cpp676 int32_t ret = GetMouseScrollRows(rows); in StubGetMouseScrollRows()
678 MMI_HILOGE("Call GetMouseScrollRows failed ret:%{public}d", ret); in StubGetMouseScrollRows()
/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h57 int32_t GetMouseScrollRows(int32_t &rows) override;
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_pointer_test.cpp160 InputManager::GetInstance()->GetMouseScrollRows(preScrollRows_); in SetUp()
1238 ASSERT_TRUE(InputManager::GetInstance()->GetMouseScrollRows(newRows) == RET_OK); in HWTEST_F()
H A Dinput_manager_test.cpp2797 * @tc.desc: SetMouseScrollRows and GetMouseScrollRows interface detection
2807 result = InputManager::GetInstance()->GetMouseScrollRows(rows); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp1174 int32_t InputManagerImpl::GetMouseScrollRows(int32_t &rows) in GetMouseScrollRows() function in OHOS::MMI::InputManagerImpl
1179 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetMouseScrollRows(rows); in GetMouseScrollRows()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp1216 rows = MouseEventHdr->GetMouseScrollRows(); in ReadMouseScrollRows()
1221 int32_t MMIService::GetMouseScrollRows(int32_t &rows) in GetMouseScrollRows() function in OHOS::MMI::MMIService

Completed in 58 milliseconds

12