Searched refs:UpdateStartUpServiceConfigInteger (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ams_configuration_parameter.cpp | 242 UpdateStartUpServiceConfigInteger(Object, AmsConfig::MISSION_SAVE_TIME, missionSaveTime_); in LoadAppConfigurationForStartUpService() 243 …UpdateStartUpServiceConfigInteger(Object, AmsConfig::APP_NOT_RESPONSE_PROCESS_TIMEOUT_TIME, anrTim… in LoadAppConfigurationForStartUpService() 244 UpdateStartUpServiceConfigInteger(Object, AmsConfig::AMS_TIMEOUT_TIME, amsTime_); in LoadAppConfigurationForStartUpService() 245 …UpdateStartUpServiceConfigInteger(Object, AmsConfig::ROOT_LAUNCHER_RESTART_MAX, maxRootLauncherRes… in LoadAppConfigurationForStartUpService() 246 …UpdateStartUpServiceConfigInteger(Object, AmsConfig::RESIDENT_RESTART_MAX, maxResidentRestartNum_); in LoadAppConfigurationForStartUpService() 247 … UpdateStartUpServiceConfigInteger(Object, AmsConfig::RESTART_INTERVAL_TIME, restartIntervalTime_); in LoadAppConfigurationForStartUpService() 248 …UpdateStartUpServiceConfigInteger(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 D | ams_configuration_parameter.h | 157 …void UpdateStartUpServiceConfigInteger(nlohmann::json& Object, const std::string &configName, int3…
|