Home
last modified time | relevance | path

Searched defs:isBoot (Results 1 – 2 of 2) sorted by relevance

/base/powermgr/power_manager/services/native/src/
Dpower_mode_module.cpp78 void PowerModeModule::EnableMode(PowerMode mode, bool isBoot) in EnableMode()
223 void PowerModeModule::RunAction(bool isBoot) in RunAction()
230 void PowerModeModule::SetDisplayOffTime(bool isBoot) in SetDisplayOffTime()
242 void PowerModeModule::SetSleepTime([[maybe_unused]] bool isBoot) in SetSleepTime()
251 void PowerModeModule::SetAutoAdjustBrightness(bool isBoot) in SetAutoAdjustBrightness()
263 void PowerModeModule::SetLcdBrightness(bool isBoot) in SetLcdBrightness()
274 void PowerModeModule::SetVibration(bool isBoot) in SetVibration()
285 void PowerModeModule::SetWindowRotation(bool isBoot) in SetWindowRotation()
Dpower_mode_policy.cpp116 void PowerModePolicy::TriggerAllActions(bool isBoot) in TriggerAllActions()