Home
last modified time | relevance | path

Searched refs:NotifyDisplayPowerEvent (Results 1 - 15 of 15) sorted by relevance

/foundation/window/window_manager/dmserver/src/
H A Ddisplay_power_controller.cpp51 DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::DISPLAY_ON, in SetDisplayState()
60 DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::DISPLAY_OFF, in SetDisplayState()
84 DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::DESKTOP_READY, in NotifyDisplayEvent()
H A Ddisplay_manager_agent_controller.cpp40 bool DisplayManagerAgentController::NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) in NotifyDisplayPowerEvent() function in OHOS::Rosen::DisplayManagerAgentController
46 WLOGFI("NotifyDisplayPowerEvent"); in NotifyDisplayPowerEvent()
48 agent->NotifyDisplayPowerEvent(event, status); in NotifyDisplayPowerEvent()
H A Ddisplay_manager_service.cpp399 return DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::WAKE_UP, in WakeUpBegin()
410 return DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::WAKE_UP, in WakeUpEnd()
422 return DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::SLEEP, in SuspendBegin()
433 return DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::SLEEP, in SuspendEnd()
H A Dabstract_screen_controller.cpp1475 return DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent( in SetScreenPowerForAll()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dsession_display_power_controller.cpp37 ScreenSessionManager::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::DISPLAY_ON, in SetDisplayStateToOn()
70 ScreenSessionManager::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::DISPLAY_OFF, in SetDisplayState()
118 ScreenSessionManager::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::DESKTOP_READY, in NotifyDisplayEvent()
H A Dscreen_session_manager.cpp1607 return NotifyDisplayPowerEvent(DisplayPowerEvent::WAKE_UP, EventStatus::BEGIN, reason); in WakeUpBegin()
1624 return NotifyDisplayPowerEvent(DisplayPowerEvent::WAKE_UP, EventStatus::END, in WakeUpEnd()
1652 return NotifyDisplayPowerEvent(DisplayPowerEvent::SLEEP, EventStatus::BEGIN, reason); in SuspendBegin()
1669 return NotifyDisplayPowerEvent(DisplayPowerEvent::SLEEP, EventStatus::END, in SuspendEnd()
1880 ScreenSessionManager::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::DISPLAY_OFF_CANCELED, in TryToCancelScreenOff()
1890 ScreenSessionManager::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::DISPLAY_OFF_CANCELED, in TryToCancelScreenOff()
1983 return NotifyDisplayPowerEvent(state == ScreenPowerState::POWER_ON ? DisplayPowerEvent::DISPLAY_ON : in SetSpecifiedScreenPower()
2078 return NotifyDisplayPowerEvent(status == ScreenPowerStatus::POWER_STATUS_ON ? DisplayPowerEvent::DISPLAY_ON : in SetScreenPower()
2098 return NotifyDisplayPowerEvent(status == ScreenPowerStatus::POWER_STATUS_ON ? DisplayPowerEvent::DISPLAY_ON : in SetScreenPower()
2665 bool ScreenSessionManager::NotifyDisplayPowerEvent(DisplayPowerEven function in OHOS::Rosen::ScreenSessionManager
[all...]
/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_agent_default.h30 void NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) override {};
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_agent_controller.h35 bool NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status);
/foundation/window/window_manager/dm/include/zidl/
H A Ddisplay_manager_agent_interface.h70 virtual void NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) = 0;
H A Ddisplay_manager_agent_proxy.h30 virtual void NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) override;
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_agent_proxy_test.cpp61 * @tc.name: NotifyDisplayPowerEvent
62 * @tc.desc: NotifyDisplayPowerEvent
65 HWTEST_F(DisplayManagerAgentProxyTest, NotifyDisplayPowerEvent, Function | SmallTest | Level1) in HWTEST_F()
74 displayManagerAgentProxy->NotifyDisplayPowerEvent(event, status); in HWTEST_F()
79 displayManagerAgentProxy->NotifyDisplayPowerEvent(event, status); in HWTEST_F()
/foundation/window/window_manager/dm/src/zidl/
H A Ddisplay_manager_agent_stub.cpp124 NotifyDisplayPowerEvent(event, status); in ProcNotifyDisplayPowerEvent()
H A Ddisplay_manager_agent_proxy.cpp30 void DisplayManagerAgentProxy::NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) in NotifyDisplayPowerEvent() function in OHOS::Rosen::DisplayManagerAgentProxy
34 WLOGFW("NotifyDisplayPowerEvent: remote is nullptr"); in NotifyDisplayPowerEvent()
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp103 void NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status);
239 virtual void NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) override
241 pImpl_->NotifyDisplayPowerEvent(event, status);
1736 void DisplayManager::Impl::NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) in NotifyDisplayPowerEvent() function in OHOS::Rosen::DisplayManager::Impl
1738 WLOGFD("[UL_POWER]NotifyDisplayPowerEvent event:%{public}u, status:%{public}u, size:%{public}zu", event, status, in NotifyDisplayPowerEvent()
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h99 bool NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status, PowerStateChangeReason reason);

Completed in 20 milliseconds