Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_bundle_parser.h43 static uint8_t ParseAbilityInfo(const cJSON *abilityInfoObjects, BundleProfile &bundleProfile,
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_parser.cpp312 uint8_t GtBundleParser::ParseAbilityInfo(const cJSON *abilityInfoObjects, BundleProfile &bundleProf… in ParseAbilityInfo() argument
315 cJSON *firstAbilityJson = cJSON_GetArrayItem(abilityInfoObjects, 0); in ParseAbilityInfo()
350 return ParseAllAbilityInfo(abilityInfoObjects, bundleProfile); in ParseAbilityInfo()