Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_mode_module.cpp231 void PowerModeModule::EnableMode(PowerMode mode, bool isBoot) in EnableMode()
378 void PowerModeModule::RunAction(bool isBoot) in RunAction()
385 void PowerModeModule::SetDisplayOffTime(bool isBoot) in SetDisplayOffTime()
413 void PowerModeModule::SetAutoAdjustBrightness(bool isBoot) in SetAutoAdjustBrightness()
428 void PowerModeModule::SetLcdBrightness(bool isBoot) in SetLcdBrightness()
445 void PowerModeModule::SetVibration(bool isBoot) in SetVibration()
459 void PowerModeModule::SetWindowRotation(bool isBoot) in SetWindowRotation()
473 void PowerModeModule::SetIntellVoiceState(bool isBoot) in SetIntellVoiceState()
H A Dpower_mode_policy.cpp158 void PowerModePolicy::TriggerAllActions(bool isBoot) in TriggerAllActions()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmedia_scanner.cpp947 int32_t MediaScannerObj::ScanError(bool isBoot) in ScanError()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp6195 void AbilityManagerService::StartHighestPriorityAbility(int32_t userId, bool isBoot) in StartHighestPriorityAbility()
8111 bool isBoot = oldUserId == U0_USER_ID ? true : false; in SwitchToUser() local