Home
last modified time | relevance | path

Searched refs:SetScreenPowerForAll (Results 1 – 15 of 15) sorted by relevance

/foundation/windowmanager/dm/test/systemtest/
Ddisplay_power_test.cpp327 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/
Ddisplay_power_unit_test.cpp64 …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,
Dmock_display_manager_adapter.h62 MOCK_METHOD2(SetScreenPowerForAll, bool(ScreenPowerState state, PowerStateChangeReason reason));
/foundation/windowmanager/interfaces/innerkits/dm/
Dscreen_manager.h56 bool SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason);
/foundation/windowmanager/dm/src/
Ddisplay_manager_adapter.cpp127 bool ScreenManagerAdapter::SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reas… in SetScreenPowerForAll() function in OHOS::Rosen::ScreenManagerAdapter
130 return displayManagerServiceProxy_->SetScreenPowerForAll(state, reason); in SetScreenPowerForAll()
Dscreen_manager.cpp411 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/
Ddisplay_manager_proxy.h60 bool SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason) override;
Ddisplay_manager_interface.h101 virtual bool SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason) = 0;
Ddisplay_manager_service.h72 bool SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason) override;
Dabstract_screen_controller.h69 bool SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason) const;
/foundation/windowmanager/dm/include/
Ddisplay_manager_adapter.h80 virtual bool SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason);
/foundation/windowmanager/dmserver/src/
Ddisplay_manager_service.cpp303 bool DisplayManagerService::SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason rea… in SetScreenPowerForAll() function in OHOS::Rosen::DisplayManagerService
306 return abstractScreenController_->SetScreenPowerForAll(state, reason); in SetScreenPowerForAll()
Ddisplay_manager_stub.cpp176 reply.WriteBool(SetScreenPowerForAll(state, reason)); in OnRemoteRequest()
Ddisplay_manager_proxy.cpp588 bool DisplayManagerProxy::SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reaso… in SetScreenPowerForAll() function in OHOS::Rosen::DisplayManagerProxy
Dabstract_screen_controller.cpp1063 bool AbstractScreenController::SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason … in SetScreenPowerForAll() function in OHOS::Rosen::AbstractScreenController