Searched refs:CheckServiceConfigEnable (Results 1 – 2 of 2) sorted by relevance
311 bool AmsConfigurationParameter::CheckServiceConfigEnable(nlohmann::json& Object, const std::string … in CheckServiceConfigEnable() function in OHOS::AAFwk::AmsConfigurationParameter337 if (CheckServiceConfigEnable(Object, configName, JsonValueType::NUMBER)) { in UpdateStartUpServiceConfigInteger()345 if (CheckServiceConfigEnable(Object, configName, JsonValueType::STRING)) { in UpdateStartUpServiceConfigString()
156 …bool CheckServiceConfigEnable(nlohmann::json& Object, const std::string &configName, JsonValueType…