Searched refs:WAKE_UP (Results 1 - 6 of 6) sorted by relevance
/foundation/window/window_manager/test/systemtest/dms/ |
H A D | display_power_test.cpp | 274 ASSERT_EQ(DisplayPowerEvent::WAKE_UP, listener_->event_);
in HWTEST_F() 289 ASSERT_EQ(DisplayPowerEvent::WAKE_UP, listener_->event_);
in HWTEST_F()
|
/foundation/window/window_manager/previewer/include/ |
H A D | dm_common.h | 181 WAKE_UP, member in OHOS::Rosen::DisplayPowerEvent
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | dm_common.h | 206 WAKE_UP, member in OHOS::Rosen::DisplayPowerEvent
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_service.cpp | 399 return DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::WAKE_UP,
in WakeUpBegin() 410 return DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::WAKE_UP,
in WakeUpEnd()
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_client_test.cpp | 262 DisplayPowerEvent event = DisplayPowerEvent::WAKE_UP; in HWTEST_F() 1207 DisplayPowerEvent event = DisplayPowerEvent::WAKE_UP; in HWTEST_F()
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager.cpp | 1607 return NotifyDisplayPowerEvent(DisplayPowerEvent::WAKE_UP, EventStatus::BEGIN, reason); in WakeUpBegin() 1624 return NotifyDisplayPowerEvent(DisplayPowerEvent::WAKE_UP, EventStatus::END, in WakeUpEnd()
|
Completed in 22 milliseconds