Home
last modified time | relevance | path

Searched defs:systemAbilityJson (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/common/test/unittest/
H A Dparse_util_test.cpp944 nlohmann::json systemAbilityJson; variable
972 nlohmann::json systemAbilityJson; variable
990 nlohmann::json systemAbilityJson; variable
1010 nlohmann::json systemAbilityJson; variable
1030 nlohmann::json systemAbilityJson; variable
1050 nlohmann::json systemAbilityJson; variable
1069 nlohmann::json systemAbilityJson; variable
1088 nlohmann::json systemAbilityJson; variable
1107 nlohmann::json systemAbilityJson; variable
1128 nlohmann::json systemAbilityJson; variable
[all …]
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp326 nlohmann::json& systemAbilityJson = profileJson.at(SA_TAG_SYSTEM_ABILITY); in ParseJsonFile() local
343 … ParseUtil::ParseSystemAbilityGetExtension(SaProfile& saProfile, nlohmann::json& systemAbilityJson) in ParseSystemAbilityGetExtension()
367 …ParseUtil::ParseSystemAbilityGetSaBaseInfo(SaProfile& saProfile, nlohmann::json& systemAbilityJson) in ParseSystemAbilityGetSaBaseInfo()
390 … ParseUtil::ParseSystemAbilityGetSaExtInfo(SaProfile& saProfile, nlohmann::json& systemAbilityJson) in ParseSystemAbilityGetSaExtInfo()
429 bool ParseUtil::ParseSystemAbility(SaProfile& saProfile, nlohmann::json& systemAbilityJson) in ParseSystemAbility()
454 bool ParseUtil::ParseJsonTag(const nlohmann::json& systemAbilityJson, const std::string& jsonTag, in ParseJsonTag()
477 void ParseUtil::ParseStartOndemandTag(const nlohmann::json& systemAbilityJson, in ParseStartOndemandTag()
488 void ParseUtil::ParseStopOndemandTag(const nlohmann::json& systemAbilityJson, in ParseStopOndemandTag()