/foundation/window/window_manager/test/systemtest/dms/ |
H A D | display_power_test.cpp | 37 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 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_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 | display_manager_agent_controller.cpp | 40 bool DisplayManagerAgentController::NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status)
in NotifyDisplayPowerEvent()
|
/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()
|
/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/previewer/include/ |
H A D | dm_common.h | 180 enum class DisplayPowerEvent : uint32_t { class 203 virtual void OnDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) = 0;
|
/foundation/window/window_manager/dm/src/zidl/ |
H A D | display_manager_agent_stub.cpp | 122 DisplayPowerEvent event = static_cast<DisplayPowerEvent>(data.ReadUint32());
in ProcNotifyDisplayPowerEvent()
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_client_proxy_test.cpp | 125 DisplayPowerEvent event = DisplayPowerEvent::DISPLAY_ON; in HWTEST_F()
|
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()
|
H A D | screen_session_manager_client_stub_test.cpp | 106 DisplayPowerEvent event = DisplayPowerEvent::DISPLAY_OFF; in HWTEST_F()
|
/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/window_scene/screen_session_manager_client/include/zidl/ |
H A D | screen_session_manager_client_interface.h | 55 virtual void OnPowerStatusChanged(DisplayPowerEvent event, EventStatus status,
|
H A D | screen_session_manager_client_proxy.h | 35 void OnPowerStatusChanged(DisplayPowerEvent event, EventStatus status,
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/ |
H A D | js_screen_session.h | 53 void OnPowerStatusChange(DisplayPowerEvent event, EventStatus eventStatus,
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | dm_common.h | 205 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 D | screen_session_manager_client.h | 99 void OnPowerStatusChanged(DisplayPowerEvent event, EventStatus status,
|
/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_agent_proxy_test.cpp | 70 DisplayPowerEvent event = DisplayPowerEvent::DESKTOP_READY; in HWTEST_F()
|
H A D | display_power_unit_test.cpp | 31 virtual void OnDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) {}
in OnDisplayPowerEvent()
|
/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_session.h | 47 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 D | screen_session_manager.h | 99 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 D | displaymanager_fuzzer.cpp | 56 virtual void OnDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) override
|
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/zidl/ |
H A D | screen_session_manager_client_stub.cpp | 133 auto event = static_cast<DisplayPowerEvent>(data.ReadUint32()); in HandleOnPowerStatusChanged()
|