/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_OFF, in SetDisplayState() 84 DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::DESKTOP_READY, in NotifyDisplayEvent()
|
H A D | display_manager_agent_controller.cpp | 40 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 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() 422 return DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::SLEEP,
in SuspendBegin() 433 return DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::SLEEP,
in SuspendEnd()
|
H A D | abstract_screen_controller.cpp | 1475 return DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent(
in SetScreenPowerForAll()
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | session_display_power_controller.cpp | 37 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 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() 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 D | display_manager_agent_default.h | 30 void NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) override {};
|
/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_agent_controller.h | 35 bool NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status);
|
/foundation/window/window_manager/dm/include/zidl/ |
H A D | display_manager_agent_interface.h | 70 virtual void NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) = 0;
|
H A D | display_manager_agent_proxy.h | 30 virtual void NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) override;
|
/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_agent_proxy_test.cpp | 61 * @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 D | display_manager_agent_stub.cpp | 124 NotifyDisplayPowerEvent(event, status);
in ProcNotifyDisplayPowerEvent()
|
H A D | display_manager_agent_proxy.cpp | 30 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 D | display_manager.cpp | 103 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 D | screen_session_manager.h | 99 bool NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status, PowerStateChangeReason reason);
|