Home
last modified time | relevance | path

Searched refs:GetPointerSize (Results 1 - 25 of 26) sorted by relevance

12

/foundation/multimodalinput/input/test/fuzztest/setmousescrollrows_fuzzer/
H A Dsetmousescrollrows_fuzzer.cpp60 InputManager::GetInstance()->GetPointerSize(pointerSizeAfter); in SetPointerSizeFuzzTest()
/foundation/multimodalinput/input/service/window_manager/include/
H A Di_pointer_drawing_manager.h104 virtual int32_t GetPointerSize() in GetPointerSize() function in OHOS::MMI::IPointerDrawingManager
H A Dpointer_drawing_manager.h92 int32_t GetPointerSize() override;
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp282 int32_t InputManager::GetPointerSize(int32_t &size) in GetPointerSize() function in OHOS::MMI::InputManager
284 return InputMgrImpl.GetPointerSize(size); in GetPointerSize()
/foundation/multimodalinput/input/service/connect_manager/include/
H A Dmultimodal_input_connect_manager.h54 int32_t GetPointerSize(int32_t &size);
H A Di_multimodal_input_connect.h64 virtual int32_t GetPointerSize(int32_t &size) = 0;
H A Dmultimodal_input_connect_proxy.h47 int32_t GetPointerSize(int32_t &size) override;
/foundation/multimodalinput/input/frameworks/napi/pointer/include/
H A Djs_pointer_manager.h84 napi_value GetPointerSize(napi_env env, napi_value handle = nullptr);
H A Djs_pointer_context.h55 static napi_value GetPointerSize(napi_env env, napi_callback_info info);
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h145 int32_t GetPointerSize(int32_t &size);
/foundation/multimodalinput/input/service/window_manager/test/
H A Dmock.cpp338 int32_t PointerDrawingManager::GetPointerSize() in GetPointerSize() function in OHOS::PointerDrawingManager
H A Dpointer_drawing_manager_test.cpp1163 int32_t pointerSize = pointerDrawingManager->GetPointerSize(); in HWTEST_F()
1166 pointerSize = pointerDrawingManager->GetPointerSize(); in HWTEST_F()
H A Dpointer_drawing_manager_ex_test.cpp136 int32_t size = pointerDrawingManager.GetPointerSize(); in HWTEST_F()
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dinput_manager.h417 int32_t GetPointerSize(int32_t &size);
/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp715 napi_value JsPointerContext::GetPointerSize(napi_env env, napi_callback_info info) in GetPointerSize() function in OHOS::MMI::JsPointerContext
725 return jsPointerMgr->GetPointerSize(env); in GetPointerSize()
733 return jsPointerMgr->GetPointerSize(env, argv[0]); in GetPointerSize()
1750 DECLARE_NAPI_STATIC_FUNCTION("getPointerSize", GetPointerSize), in Export()
H A Djs_pointer_manager.cpp500 napi_value JsPointerManager::GetPointerSize(napi_env env, napi_value handle) in GetPointerSize() function in OHOS::MMI::JsPointerManager
506 asyncContext->errorCode = InputManager::GetInstance()->GetPointerSize(size); in GetPointerSize()
550 auto errorCode = InputManager::GetInstance()->GetPointerSize(size); in GetPointerSizeSync()
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp185 int32_t MultimodalInputConnectManager::GetPointerSize(int32_t &size) in GetPointerSize() function in OHOS::MMI::MultimodalInputConnectManager
189 return multimodalInputConnectService_->GetPointerSize(size); in GetPointerSize()
H A Dmultimodal_input_connect_stub.cpp753 int32_t ret = GetPointerSize(size); in StubGetPointerSize()
H A Dmultimodal_input_connect_proxy.cpp377 int32_t MultimodalInputConnectProxy::GetPointerSize(int32_t &size) in GetPointerSize() function in OHOS::MMI::MultimodalInputConnectProxy
/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h55 int32_t GetPointerSize(int32_t &size) override;
/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp582 int32_t size = GetPointerSize(); in SwitchPointerStyle()
1863 int32_t cursorSize = GetPointerSize(); in UpdateCursorProperty()
2051 int32_t size = GetPointerSize(); in UpdateDisplayInfo()
2126 int32_t PointerDrawingManager::GetPointerSize() in GetPointerSize() function in OHOS::MMI::PointerDrawingManager
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_pointer_test.cpp169 InputManager::GetInstance()->GetPointerSize(prePointerSize_); in SetUp()
1641 ASSERT_TRUE(InputManager::GetInstance()->GetPointerSize(getSize) == RET_OK); in HWTEST_F()
H A Dinput_manager_test.cpp2860 * @tc.desc: SetPointerSize and GetPointerSize interface detection
2870 result = InputManager::GetInstance()->GetPointerSize(size); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp1206 int32_t InputManagerImpl::GetPointerSize(int32_t &size) in GetPointerSize() function in OHOS::MMI::InputManagerImpl
1211 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetPointerSize(size); in GetPointerSize()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp1258 size = IPointerDrawingManager::GetInstance()->GetPointerSize(); in ReadPointerSize()
1263 int32_t MMIService::GetPointerSize(int32_t &size) in GetPointerSize() function in OHOS::MMI::MMIService

Completed in 52 milliseconds

12