Home
last modified time | relevance | path

Searched refs:PROFILE_KEY_MODULE_ABILITY_LABEL (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_parser.cpp546 if (cJSON_HasObjectItem(firstAbilityJson, PROFILE_KEY_MODULE_ABILITY_LABEL)) { in ParseAbilityInfos()
547 bundleProfile.label = ParseValue(firstAbilityJson, PROFILE_KEY_MODULE_ABILITY_LABEL); in ParseAbilityInfos()
776 if (!cJSON_HasObjectItem(abilityObject, PROFILE_KEY_MODULE_ABILITY_LABEL)) { in ParseAbilityLabel()
779 …dleProfile.abilityInfos[index].label = ParseValue(abilityObject, PROFILE_KEY_MODULE_ABILITY_LABEL); in ParseAbilityLabel()
H A Dgt_bundle_parser.cpp316 bundleProfile.label = ParseValue(firstAbilityJson, PROFILE_KEY_MODULE_ABILITY_LABEL); in ParseAbilityInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h104 const char PROFILE_KEY_MODULE_ABILITY_LABEL[] = "label"; variable