/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | display_power_controller.cpp | 51 …DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::DISPLAY_ON, in SetDisplayState() 60 …DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::DISPLAY_OF… in SetDisplayState() 84 …DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::DESKTOP_RE… in NotifyDisplayEvent()
|
H A D | display_manager_agent_controller.cpp | 40 bool DisplayManagerAgentController::NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus st… in NotifyDisplayPowerEvent() function in OHOS::Rosen::DisplayManagerAgentController 48 agent->NotifyDisplayPowerEvent(event, status); in NotifyDisplayPowerEvent()
|
H A D | display_manager_service.cpp | 401 …return DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::WAK… in WakeUpBegin() 412 …return DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::WAK… in WakeUpEnd() 424 …return DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::SLE… in SuspendBegin() 435 …return DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::SLE… in SuspendEnd()
|
H A D | abstract_screen_controller.cpp | 1475 return DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent( in SetScreenPowerForAll()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | session_display_power_controller.cpp | 34 ScreenSessionManager::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::DISPLAY_ON, in SetDisplayStateToOn() 64 … ScreenSessionManager::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::DISPLAY_OFF, in SetDisplayState() 114 … ScreenSessionManager::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::DESKTOP_READY, in NotifyDisplayEvent()
|
H A D | screen_session_manager.cpp | 1491 return NotifyDisplayPowerEvent(DisplayPowerEvent::WAKE_UP, EventStatus::BEGIN, reason); in WakeUpBegin() 1508 return NotifyDisplayPowerEvent(DisplayPowerEvent::WAKE_UP, EventStatus::END, in WakeUpEnd() 1536 return NotifyDisplayPowerEvent(DisplayPowerEvent::SLEEP, EventStatus::BEGIN, reason); in SuspendBegin() 1553 return NotifyDisplayPowerEvent(DisplayPowerEvent::SLEEP, EventStatus::END, in SuspendEnd() 1645 …ScreenSessionManager::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::DISPLAY_OFF_CANCELE… in TryToCancelScreenOff() 1655 …ScreenSessionManager::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::DISPLAY_OFF_CANCELE… in TryToCancelScreenOff() 1782 …return NotifyDisplayPowerEvent(state == ScreenPowerState::POWER_ON ? DisplayPowerEvent::DISPLAY_ON… in SetSpecifiedScreenPower() 1889 …return NotifyDisplayPowerEvent(status == ScreenPowerStatus::POWER_STATUS_ON ? DisplayPowerEvent::D… in SetScreenPower() 1907 …return NotifyDisplayPowerEvent(status == ScreenPowerStatus::POWER_STATUS_ON ? DisplayPowerEvent::D… in SetScreenPower() 2463 bool ScreenSessionManager::NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status, in NotifyDisplayPowerEvent() function in OHOS::Rosen::ScreenSessionManager [all …]
|
/ohos5.0/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_agent_proxy_test.cpp | 65 HWTEST_F(DisplayManagerAgentProxyTest, NotifyDisplayPowerEvent, Function | SmallTest | Level1) 74 displayManagerAgentProxy->NotifyDisplayPowerEvent(event, status); 79 displayManagerAgentProxy->NotifyDisplayPowerEvent(event, status); in __anona9da5a5c0202()
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_agent_controller.h | 35 bool NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status);
|
/ohos5.0/foundation/window/window_manager/dm/include/ |
H A D | display_manager_agent_default.h | 30 void NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) override {}; in NotifyDisplayPowerEvent() function
|
/ohos5.0/foundation/window/window_manager/dm/include/zidl/ |
H A D | display_manager_agent_proxy.h | 30 virtual void NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) override;
|
H A D | display_manager_agent_interface.h | 72 virtual void NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) = 0;
|
/ohos5.0/foundation/window/window_manager/dm/src/zidl/ |
H A D | display_manager_agent_stub.cpp | 43 NotifyDisplayPowerEvent(event, status); in OnRemoteRequest()
|
H A D | display_manager_agent_proxy.cpp | 30 void DisplayManagerAgentProxy::NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) in NotifyDisplayPowerEvent() function in OHOS::Rosen::DisplayManagerAgentProxy
|
/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | display_manager.cpp | 105 void NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status); 243 virtual void NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) override in NotifyDisplayPowerEvent() function in OHOS::Rosen::DisplayManager::Impl::DisplayManagerAgent 245 pImpl_->NotifyDisplayPowerEvent(event, status); in NotifyDisplayPowerEvent() 1806 void DisplayManager::Impl::NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) in NotifyDisplayPowerEvent() function in OHOS::Rosen::DisplayManager::Impl
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | screen_session_manager.h | 100 …bool NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status, PowerStateChangeReason r…
|