Home
last modified time | relevance | path

Searched refs:maxResidentRestartNum_ (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()
246 …UpdateStartUpServiceConfigInteger(Object, AmsConfig::RESIDENT_RESTART_MAX, maxResidentRestartNum_); in LoadAppConfigurationForStartUpService()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dams_configuration_parameter.h168 int maxResidentRestartNum_ = 0; variable