Home
last modified time | relevance | path

Searched refs:maxRootLauncherRestartNum_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dams_configuration_parameter.cpp84 return (isRootLauncher ? maxRootLauncherRestartNum_ : maxResidentRestartNum_); in GetMaxRestartNum()
245 …rtUpServiceConfigInteger(Object, AmsConfig::ROOT_LAUNCHER_RESTART_MAX, maxRootLauncherRestartNum_); in LoadAppConfigurationForStartUpService()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dams_configuration_parameter.h167 int maxRootLauncherRestartNum_ = 0; variable