Home
last modified time | relevance | path

Searched refs:GetPointerSnapshot (Results 1 - 20 of 20) sorted by relevance

/foundation/multimodalinput/input/service/window_manager/include/
H A Di_pointer_drawing_manager.h137 virtual int32_t GetPointerSnapshot(void *pixelMapPtr) in GetPointerSnapshot() function in OHOS::MMI::IPointerDrawingManager
H A Dpointer_drawing_manager.h114 int32_t GetPointerSnapshot(void *pixelMapPtr) override;
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp532 int32_t InputManager::GetPointerSnapshot(void *pixelMapPtr) in GetPointerSnapshot() function in OHOS::MMI::InputManager
534 return InputMgrImpl.GetPointerSnapshot(pixelMapPtr); in GetPointerSnapshot()
/foundation/multimodalinput/input/service/connect_manager/include/
H A Dmultimodal_input_connect_manager.h148 int32_t GetPointerSnapshot(void *pixelMapPtr);
H A Di_multimodal_input_connect.h159 virtual int32_t GetPointerSnapshot(void *pixelMapPtr) = 0;
H A Dmultimodal_input_connect_proxy.h143 int32_t GetPointerSnapshot(void *pixelMapPtr) override;
/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/
H A Dstubhandleallocsocketfd_fuzzer.cpp147 MMIService::GetInstance()->GetPointerSnapshot(g_pixelMapPtr); in StubHandleAllocSocketFdFuzzTest()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h183 int32_t GetPointerSnapshot(void *pixelMapPtr);
/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmultimodal_input_connect_proxy_ex_test.cpp375 * @tc.desc: Test the function GetPointerSnapshot
386 EXPECT_EQ(proxy.GetPointerSnapshot((void *)pixelMapPtr.get()), ERR_INVALID_VALUE); in HWTEST_F()
H A Dmultimodal_input_connect_stub_ex_test.cpp272 int32_t GetPointerSnapshot(void *pixelMap) override
/foundation/multimodalinput/input/service/window_manager/test/
H A Dmock.cpp370 int32_t PointerDrawingManager::GetPointerSnapshot(void *pixelMap) in GetPointerSnapshot() function in OHOS::PointerDrawingManager
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dinput_manager.h798 int32_t GetPointerSnapshot(void *pixelMapPtr);
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp859 int32_t MultimodalInputConnectManager::GetPointerSnapshot(void *pixelMapPtr) in GetPointerSnapshot() function in OHOS::MMI::MultimodalInputConnectManager
863 return multimodalInputConnectService_->GetPointerSnapshot(pixelMapPtr); in GetPointerSnapshot()
H A Dmultimodal_input_connect_stub.cpp2723 int32_t ret = GetPointerSnapshot(&pixelMap); in StubGetPointerSnapshot()
2725 MMI_HILOGE("Call GetPointerSnapshot failed ret:%{public}d", ret); in StubGetPointerSnapshot()
H A Dmultimodal_input_connect_proxy.cpp2235 int32_t MultimodalInputConnectProxy::GetPointerSnapshot(void *pixelMapPtr) in GetPointerSnapshot() function in OHOS::MMI::MultimodalInputConnectProxy
/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h165 int32_t GetPointerSnapshot(void *pixelMapPtr) override;
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp2159 int32_t InputManagerImpl::GetPointerSnapshot(void *pixelMapPtr) in GetPointerSnapshot() function in OHOS::MMI::InputManagerImpl
2164 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetPointerSnapshot(pixelMapPtr); in GetPointerSnapshot()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp3537 int32_t MMIService::GetPointerSnapshot(void *pixelMapPtr) in GetPointerSnapshot() function in OHOS::MMI::MMIService
3543 std::bind(&IPointerDrawingManager::GetPointerSnapshot, IPointerDrawingManager::GetInstance(), pixelMapPtr))); in GetPointerSnapshot()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_test.cpp3219 * @tc.desc: Test GetPointerSnapshot
3226 EXPECT_NE(InputManager::GetInstance()->GetPointerSnapshot(pixelMap), RET_OK); in HWTEST_F()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp1759 int32_t PointerDrawingManager::GetPointerSnapshot(void *pixelMapPtr) in GetPointerSnapshot() function in OHOS::MMI::PointerDrawingManager

Completed in 47 milliseconds