Lines Matching refs:reason
273 bool ScreenManagerAdapter::SetSpecifiedScreenPower(ScreenId screenId, ScreenPowerState state, PowerStateChangeReason reason)
276 return displayManagerServiceProxy_->SetSpecifiedScreenPower(screenId, state, reason);
279 bool ScreenManagerAdapter::SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason)
282 return displayManagerServiceProxy_->SetScreenPowerForAll(state, reason);
314 bool DisplayManagerAdapter::WakeUpBegin(PowerStateChangeReason reason)
318 return displayManagerServiceProxy_->WakeUpBegin(reason);
328 bool DisplayManagerAdapter::SuspendBegin(PowerStateChangeReason reason)
332 return displayManagerServiceProxy_->SuspendBegin(reason);
350 PowerStateChangeReason reason)
354 return displayManagerServiceProxy_->SetScreenPowerById(screenId, state, reason);