Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dparse_util.h53 bool ParseSystemAbilityGetSaBaseInfo(SaProfile& saProfile, nlohmann::json& systemAbilityJson);
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp367 bool ParseUtil::ParseSystemAbilityGetSaBaseInfo(SaProfile& saProfile, nlohmann::json& systemAbility… in ParseSystemAbilityGetSaBaseInfo() function in OHOS::ParseUtil
432 if (!ParseSystemAbilityGetSaBaseInfo(saProfile, systemAbilityJson)) { in ParseSystemAbility()