Home
last modified time | relevance | path

Searched refs:AbilityRes (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_parser.h53 AbilityRes &abilityRes, uint32_t index);
55 … ParseAbilityDesc(const cJSON *abilityObject, BundleProfile &bundleProfile, AbilityRes &abilityRes,
57 … ParseAbilityIcon(const cJSON *abilityObject, BundleProfile &bundleProfile, AbilityRes &abilityRes,
59 …ParseAbilityLabel(const cJSON *abilityObject, BundleProfile &bundleProfile, AbilityRes &abilityRes,
H A Dbundle_common.h220 struct AbilityRes { struct
230 AbilityRes *abilityRes; argument
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_parser.cpp615 bundleRes.abilityRes = reinterpret_cast<AbilityRes *>(AdapterMalloc(sizeof(AbilityRes) * in ParseAllAbilityInfo()
621 int32_t ret = memset_s(bundleRes.abilityRes, sizeof(AbilityRes) * bundleProfile.numOfAbility, 0, in ParseAllAbilityInfo()
622 sizeof(AbilityRes) * bundleProfile.numOfAbility); in ParseAllAbilityInfo()
659 AbilityRes &abilityRes, uint32_t index) in ParsePerAbilityInfo()
728 AbilityRes &abilityRes, int32_t index) in ParseAbilityDesc()
753 AbilityRes &abilityRes, int32_t index) in ParseAbilityIcon()
774 AbilityRes &abilityRes, int32_t index) in ParseAbilityLabel()
H A Dgt_bundle_parser.cpp319 bundleRes.abilityRes = reinterpret_cast<AbilityRes *>(AdapterMalloc(sizeof(AbilityRes))); in ParseAbilityInfo()
322 if (memset_s(bundleRes.abilityRes, sizeof(AbilityRes), 0, sizeof(AbilityRes)) != EOK) { in ParseAbilityInfo()
H A Dgt_bundle_installer.cpp574 bundleRes->abilityRes = reinterpret_cast<AbilityRes *>(AdapterMalloc(sizeof(AbilityRes))); in AddBundleResList()