Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dams_configuration_parameter.cpp311 bool AmsConfigurationParameter::CheckServiceConfigEnable(nlohmann::json& Object, const std::string … in CheckServiceConfigEnable() function in OHOS::AAFwk::AmsConfigurationParameter
337 if (CheckServiceConfigEnable(Object, configName, JsonValueType::NUMBER)) { in UpdateStartUpServiceConfigInteger()
345 if (CheckServiceConfigEnable(Object, configName, JsonValueType::STRING)) { in UpdateStartUpServiceConfigString()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dams_configuration_parameter.h156 …bool CheckServiceConfigEnable(nlohmann::json& Object, const std::string &configName, JsonValueType…