Home
last modified time | relevance | path

Searched refs:DisplayPowerEvent (Results 1 - 25 of 35) sorted by relevance

12

/foundation/window/window_manager/test/systemtest/dms/
H A Ddisplay_power_test.cpp37 virtual void OnDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) in OnDisplayPowerEvent()
43 DisplayPowerEvent event_;
97 listener_->event_ = static_cast<DisplayPowerEvent>(-1); in SetUp()
274 ASSERT_EQ(DisplayPowerEvent::WAKE_UP, listener_->event_); in HWTEST_F()
289 ASSERT_EQ(DisplayPowerEvent::WAKE_UP, listener_->event_); in HWTEST_F()
304 ASSERT_EQ(DisplayPowerEvent::SLEEP, listener_->event_); in HWTEST_F()
319 ASSERT_EQ(DisplayPowerEvent::SLEEP, listener_->event_); in HWTEST_F()
335 ASSERT_EQ(DisplayPowerEvent::DISPLAY_OFF, listener_->event_); in HWTEST_F()
351 ASSERT_EQ(DisplayPowerEvent::DISPLAY_ON, listener_->event_); in HWTEST_F()
386 DisplayPowerEvent expectedEven in HWTEST_F()
[all...]
/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_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 Ddisplay_manager_agent_controller.cpp40 bool DisplayManagerAgentController::NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) in NotifyDisplayPowerEvent()
/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()
/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/previewer/include/
H A Ddm_common.h180 enum class DisplayPowerEvent : uint32_t { class
203 virtual void OnDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) = 0;
/foundation/window/window_manager/dm/src/zidl/
H A Ddisplay_manager_agent_stub.cpp122 DisplayPowerEvent event = static_cast<DisplayPowerEvent>(data.ReadUint32()); in ProcNotifyDisplayPowerEvent()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_client_proxy_test.cpp125 DisplayPowerEvent event = DisplayPowerEvent::DISPLAY_ON; in HWTEST_F()
H A Dscreen_session_manager_client_test.cpp262 DisplayPowerEvent event = DisplayPowerEvent::WAKE_UP; in HWTEST_F()
1207 DisplayPowerEvent event = DisplayPowerEvent::WAKE_UP; in HWTEST_F()
H A Dscreen_session_manager_client_stub_test.cpp106 DisplayPowerEvent event = DisplayPowerEvent::DISPLAY_OFF; in HWTEST_F()
/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/window_scene/screen_session_manager_client/include/zidl/
H A Dscreen_session_manager_client_interface.h55 virtual void OnPowerStatusChanged(DisplayPowerEvent event, EventStatus status,
H A Dscreen_session_manager_client_proxy.h35 void OnPowerStatusChanged(DisplayPowerEvent event, EventStatus status,
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_session.h53 void OnPowerStatusChange(DisplayPowerEvent event, EventStatus eventStatus,
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h205 enum class DisplayPowerEvent : uint32_t { class
229 virtual void OnDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) = 0;
/foundation/window/window_manager/window_scene/screen_session_manager_client/include/
H A Dscreen_session_manager_client.h99 void OnPowerStatusChanged(DisplayPowerEvent event, EventStatus status,
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_agent_proxy_test.cpp70 DisplayPowerEvent event = DisplayPowerEvent::DESKTOP_READY; in HWTEST_F()
H A Ddisplay_power_unit_test.cpp31 virtual void OnDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) {} in OnDisplayPowerEvent()
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h47 virtual void OnPowerStatusChange(DisplayPowerEvent event, EventStatus status,
220 void PowerStatusChange(DisplayPowerEvent event, EventStatus status, PowerStateChangeReason reason);
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h99 bool NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status, PowerStateChangeReason reason);
249 void OnPowerStatusChange(DisplayPowerEvent event, EventStatus status,
379 int NotifyPowerEventForDualDisplay(DisplayPowerEvent event, EventStatus status,
/foundation/window/window_manager/test/fuzztest/dms/displaymanager_fuzzer/
H A Ddisplaymanager_fuzzer.cpp56 virtual void OnDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) override
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/zidl/
H A Dscreen_session_manager_client_stub.cpp133 auto event = static_cast<DisplayPowerEvent>(data.ReadUint32()); in HandleOnPowerStatusChanged()

Completed in 17 milliseconds

12