Searched refs:maxRootLauncherRestartNum_ (Results 1 – 2 of 2) sorted by relevance
84 return (isRootLauncher ? maxRootLauncherRestartNum_ : maxResidentRestartNum_); in GetMaxRestartNum()245 …rtUpServiceConfigInteger(Object, AmsConfig::ROOT_LAUNCHER_RESTART_MAX, maxRootLauncherRestartNum_); in LoadAppConfigurationForStartUpService()
167 int maxRootLauncherRestartNum_ = 0; variable