Home
last modified time | relevance | path

Searched refs:jsonTag (Results 1 - 2 of 2) sorted by relevance

/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dparse_util.h56 bool ParseJsonTag(const nlohmann::json& systemAbilityJson, const std::string& jsonTag,
60 const std::string& jsonTag, StartOnDemand& startOnDemand);
62 const std::string& jsonTag, StopOnDemand& stopOnDemand);
/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp456 bool ParseUtil::ParseJsonTag(const nlohmann::json& systemAbilityJson, const std::string& jsonTag, in ParseJsonTag() argument
459 if (systemAbilityJson.find(jsonTag) == systemAbilityJson.end()) { in ParseJsonTag()
462 onDemandJson = systemAbilityJson.at(jsonTag); in ParseJsonTag()
480 const std::string& jsonTag, StartOnDemand& startOnDemand) in ParseStartOndemandTag()
483 if (!ParseJsonTag(systemAbilityJson, jsonTag, onDemandJson)) { in ParseStartOndemandTag()
491 const std::string& jsonTag, StopOnDemand& stopOnDemand) in ParseStopOndemandTag()
494 if (!ParseJsonTag(systemAbilityJson, jsonTag, onDemandJson)) { in ParseStopOndemandTag()
479 ParseStartOndemandTag(const nlohmann::json& systemAbilityJson, const std::string& jsonTag, StartOnDemand& startOnDemand) ParseStartOndemandTag() argument
490 ParseStopOndemandTag(const nlohmann::json& systemAbilityJson, const std::string& jsonTag, StopOnDemand& stopOnDemand) ParseStopOndemandTag() argument

Completed in 3 milliseconds