Searched refs:UpdatePointerDevice (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/util/common/include/ |
H A D | device_observer.h | 23 virtual void UpdatePointerDevice(bool hasPointerDevice, bool isVisible, bool isHotPlug) = 0;
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | pointer_drawing_manager_test.cpp | 203 pointerDrawingManager->UpdatePointerDevice(true, true, true); 205 pointerDrawingManager->UpdatePointerDevice(false, true, true); 1431 ASSERT_NO_FATAL_FAILURE(pointerDrawingManager->UpdatePointerDevice(true, false, true)); 1434 ASSERT_NO_FATAL_FAILURE(pointerDrawingManager->UpdatePointerDevice(false, false, true)); 1440 ASSERT_NO_FATAL_FAILURE(pointerDrawingManager->UpdatePointerDevice(false, false, true)); 1815 ASSERT_NO_FATAL_FAILURE(pointerDrawingManager->UpdatePointerDevice(true, false, true)); 1816 pointerDrawingManager->UpdatePointerDevice(true, true, true); 1818 ASSERT_NO_FATAL_FAILURE(pointerDrawingManager->UpdatePointerDevice(false, false, true)); 1824 ASSERT_NO_FATAL_FAILURE(pointerDrawingManager->UpdatePointerDevice(false, false, true));
|
H A D | pointer_drawing_manager_ex_test.cpp | 1007 …ASSERT_NO_FATAL_FAILURE(manager.UpdatePointerDevice(hasPointerDevice, isPointerVisible, isHotPlug)… 1023 …ASSERT_NO_FATAL_FAILURE(manager.UpdatePointerDevice(hasPointerDevice, isPointerVisible, isHotPlug)… 1045 …ASSERT_NO_FATAL_FAILURE(manager.UpdatePointerDevice(hasPointerDevice, isPointerVisible, isHotPlug)… 1061 …ASSERT_NO_FATAL_FAILURE(manager.UpdatePointerDevice(hasPointerDevice, isPointerVisible, isHotPlug)…
|
H A D | mock.cpp | 339 void PointerDrawingManager::UpdatePointerDevice(bool hasPointerDevice, bool isPointerVisible, in UpdatePointerDevice() function in OHOS::PointerDrawingManager
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | pointer_drawing_manager.h | 71 void UpdatePointerDevice(bool hasPointerDevice, bool isPointerVisible, bool isHotPlug) override;
|
/ohos5.0/foundation/multimodalinput/input/service/device_manager/src/ |
H A D | input_device_manager.cpp | 591 (*observer)->UpdatePointerDevice(hasPointerDevice, isVisible, isHotPlug); in NotifyPointerDevice()
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | pointer_drawing_manager.cpp | 1502 void PointerDrawingManager::UpdatePointerDevice(bool hasPointerDevice, bool isPointerVisible, in UpdatePointerDevice() function in OHOS::MMI::PointerDrawingManager
|