/foundation/windowmanager/dm/test/systemtest/ |
D | display_power_test.cpp | 327 bool ret = ScreenManager::GetInstance().SetScreenPowerForAll(ScreenPowerState::POWER_OFF, 343 bool ret = ScreenManager::GetInstance().SetScreenPowerForAll(ScreenPowerState::POWER_ON, 359 bool ret = ScreenManager::GetInstance().SetScreenPowerForAll(ScreenPowerState::INVALID_STATE, 393 …bool ret = ScreenManager::GetInstance().SetScreenPowerForAll(stateToSet, PowerStateChangeReason::P…
|
/foundation/windowmanager/dm/test/unittest/ |
D | display_power_unit_test.cpp | 64 …ScreenManager::GetInstance().SetScreenPowerForAll(initialPowerState_, PowerStateChangeReason::POWE… in TearDown() 246 EXPECT_CALL(m.Mock(), SetScreenPowerForAll(_, PowerStateChangeReason::POWER_BUTTON)) 249 bool ret = ScreenManager::GetInstance().SetScreenPowerForAll(ScreenPowerState::POWER_OFF,
|
D | mock_display_manager_adapter.h | 62 MOCK_METHOD2(SetScreenPowerForAll, bool(ScreenPowerState state, PowerStateChangeReason reason));
|
/foundation/windowmanager/interfaces/innerkits/dm/ |
D | screen_manager.h | 56 bool SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason);
|
/foundation/windowmanager/dm/src/ |
D | display_manager_adapter.cpp | 127 bool ScreenManagerAdapter::SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reas… in SetScreenPowerForAll() function in OHOS::Rosen::ScreenManagerAdapter 130 return displayManagerServiceProxy_->SetScreenPowerForAll(state, reason); in SetScreenPowerForAll()
|
D | screen_manager.cpp | 411 bool ScreenManager::SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason) in SetScreenPowerForAll() function in OHOS::Rosen::ScreenManager 414 return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenPowerForAll(state, reason); in SetScreenPowerForAll()
|
/foundation/windowmanager/dmserver/include/ |
D | display_manager_proxy.h | 60 bool SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason) override;
|
D | display_manager_interface.h | 101 virtual bool SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason) = 0;
|
D | display_manager_service.h | 72 bool SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason) override;
|
D | abstract_screen_controller.h | 69 bool SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason) const;
|
/foundation/windowmanager/dm/include/ |
D | display_manager_adapter.h | 80 virtual bool SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason);
|
/foundation/windowmanager/dmserver/src/ |
D | display_manager_service.cpp | 303 bool DisplayManagerService::SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason rea… in SetScreenPowerForAll() function in OHOS::Rosen::DisplayManagerService 306 return abstractScreenController_->SetScreenPowerForAll(state, reason); in SetScreenPowerForAll()
|
D | display_manager_stub.cpp | 176 reply.WriteBool(SetScreenPowerForAll(state, reason)); in OnRemoteRequest()
|
D | display_manager_proxy.cpp | 588 bool DisplayManagerProxy::SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reaso… in SetScreenPowerForAll() function in OHOS::Rosen::DisplayManagerProxy
|
D | abstract_screen_controller.cpp | 1063 bool AbstractScreenController::SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason … in SetScreenPowerForAll() function in OHOS::Rosen::AbstractScreenController
|