Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dams_configuration_parameter.cpp242 UpdateStartUpServiceConfigInteger(Object, AmsConfig::MISSION_SAVE_TIME, missionSaveTime_); in LoadAppConfigurationForStartUpService()
243UpdateStartUpServiceConfigInteger(Object, AmsConfig::APP_NOT_RESPONSE_PROCESS_TIMEOUT_TIME, anrTim… in LoadAppConfigurationForStartUpService()
244 UpdateStartUpServiceConfigInteger(Object, AmsConfig::AMS_TIMEOUT_TIME, amsTime_); in LoadAppConfigurationForStartUpService()
245UpdateStartUpServiceConfigInteger(Object, AmsConfig::ROOT_LAUNCHER_RESTART_MAX, maxRootLauncherRes… in LoadAppConfigurationForStartUpService()
246UpdateStartUpServiceConfigInteger(Object, AmsConfig::RESIDENT_RESTART_MAX, maxResidentRestartNum_); in LoadAppConfigurationForStartUpService()
247UpdateStartUpServiceConfigInteger(Object, AmsConfig::RESTART_INTERVAL_TIME, restartIntervalTime_); in LoadAppConfigurationForStartUpService()
248UpdateStartUpServiceConfigInteger(Object, AmsConfig::BOOT_ANIMATION_TIMEOUT_TIME, bootAnimationTim… in LoadAppConfigurationForStartUpService()
249 UpdateStartUpServiceConfigInteger(Object, AmsConfig::TIMEOUT_UNIT_TIME, timeoutUnitTime_); in LoadAppConfigurationForStartUpService()
250 UpdateStartUpServiceConfigInteger(Object, AmsConfig::MULTI_USER_TYPE, multiUserType_); in LoadAppConfigurationForStartUpService()
334 void AmsConfigurationParameter::UpdateStartUpServiceConfigInteger(nlohmann::json& Object, in UpdateStartUpServiceConfigInteger() function in OHOS::AAFwk::AmsConfigurationParameter
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dams_configuration_parameter.h157 …void UpdateStartUpServiceConfigInteger(nlohmann::json& Object, const std::string &configName, int3…