Searched refs:UpdatePointerDevice (Results 1 - 7 of 7) sorted by relevance
/foundation/multimodalinput/input/util/common/include/ |
H A D | device_observer.h | 23 virtual void UpdatePointerDevice(bool hasPointerDevice, bool isVisible, bool isHotPlug) = 0;
|
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | pointer_drawing_manager_test.cpp | 608 * @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 D | pointer_drawing_manager_ex_test.cpp | 1262 * @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 D | mock.cpp | 264 void PointerDrawingManager::UpdatePointerDevice(bool hasPointerDevice, bool isPointerVisible, in UpdatePointerDevice() function in OHOS::PointerDrawingManager
|
/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | pointer_drawing_manager.h | 79 void UpdatePointerDevice(bool hasPointerDevice, bool isPointerVisible, bool isHotPlug) override;
|
/foundation/multimodalinput/input/service/device_manager/src/ |
H A D | input_device_manager.cpp | 571 (*observer)->UpdatePointerDevice(hasPointerDevice, isVisible, isHotPlug); in NotifyPointerDevice()
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | pointer_drawing_manager.cpp | 2172 void PointerDrawingManager::UpdatePointerDevice(bool hasPointerDevice, bool isPointerVisible, in UpdatePointerDevice() function in OHOS::MMI::PointerDrawingManager
|
Completed in 14 milliseconds