Home
last modified time | relevance | path

Searched refs:UpdatePointerDevice (Results 1 - 7 of 7) sorted by relevance

/foundation/multimodalinput/input/util/common/include/
H A Ddevice_observer.h23 virtual void UpdatePointerDevice(bool hasPointerDevice, bool isVisible, bool isHotPlug) = 0;
/foundation/multimodalinput/input/service/window_manager/test/
H A Dpointer_drawing_manager_test.cpp608 * @tc.desc: Test UpdatePointerDevice
618 ASSERT_NO_FATAL_FAILURE(pointerDrawingManager->UpdatePointerDevice(true, false, true)); in HWTEST_F()
621 ASSERT_NO_FATAL_FAILURE(pointerDrawingManager->UpdatePointerDevice(false, false, true)); in HWTEST_F()
627 ASSERT_NO_FATAL_FAILURE(pointerDrawingManager->UpdatePointerDevice(false, false, true)); in HWTEST_F()
855 * @tc.desc: Test UpdatePointerDevice
865 pointerDrawingManager->UpdatePointerDevice(true, true, true); in HWTEST_F()
867 pointerDrawingManager->UpdatePointerDevice(false, true, true); in HWTEST_F()
2094 * @tc.desc: Test UpdatePointerDevice
2104 ASSERT_NO_FATAL_FAILURE(pointerDrawingManager->UpdatePointerDevice(true, false, true)); in HWTEST_F()
2105 pointerDrawingManager->UpdatePointerDevice(tru in HWTEST_F()
[all...]
H A Dpointer_drawing_manager_ex_test.cpp1262 * @tc.desc: Test UpdatePointerDevice
1273 ASSERT_NO_FATAL_FAILURE(manager.UpdatePointerDevice(hasPointerDevice, isPointerVisible, isHotPlug)); in HWTEST_F()
1278 * @tc.desc: Test UpdatePointerDevice
1289 ASSERT_NO_FATAL_FAILURE(manager.UpdatePointerDevice(hasPointerDevice, isPointerVisible, isHotPlug)); in HWTEST_F()
1294 * @tc.desc: Test UpdatePointerDevice
1311 ASSERT_NO_FATAL_FAILURE(manager.UpdatePointerDevice(hasPointerDevice, isPointerVisible, isHotPlug)); in HWTEST_F()
1316 * @tc.desc: Test UpdatePointerDevice
1328 ASSERT_NO_FATAL_FAILURE(manager.UpdatePointerDevice(hasPointerDevice, isPointerVisible, isHotPlug)); in HWTEST_F()
H A Dmock.cpp264 void PointerDrawingManager::UpdatePointerDevice(bool hasPointerDevice, bool isPointerVisible, in UpdatePointerDevice() function in OHOS::PointerDrawingManager
/foundation/multimodalinput/input/service/window_manager/include/
H A Dpointer_drawing_manager.h79 void UpdatePointerDevice(bool hasPointerDevice, bool isPointerVisible, bool isHotPlug) override;
/foundation/multimodalinput/input/service/device_manager/src/
H A Dinput_device_manager.cpp571 (*observer)->UpdatePointerDevice(hasPointerDevice, isVisible, isHotPlug); in NotifyPointerDevice()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp2172 void PointerDrawingManager::UpdatePointerDevice(bool hasPointerDevice, bool isPointerVisible, in UpdatePointerDevice() function in OHOS::MMI::PointerDrawingManager

Completed in 14 milliseconds