Searched refs:PROFILE_KEY_MODULE_ABILITY_ICON (Results 1 – 3 of 3) sorted by relevance
553 if (cJSON_HasObjectItem(firstAbilityJson, PROFILE_KEY_MODULE_ABILITY_ICON)) { in ParseAbilityInfos()554 bundleProfile.iconPath = ParseValue(firstAbilityJson, PROFILE_KEY_MODULE_ABILITY_ICON); in ParseAbilityInfos()755 if (!cJSON_HasObjectItem(abilityObject, PROFILE_KEY_MODULE_ABILITY_ICON)) { in ParseAbilityIcon()758 …eProfile.abilityInfos[index].iconPath = ParseValue(abilityObject, PROFILE_KEY_MODULE_ABILITY_ICON); in ParseAbilityIcon()
336 bundleProfile.iconPath = ParseValue(firstAbilityJson, PROFILE_KEY_MODULE_ABILITY_ICON); in ParseAbilityInfo()
105 const char PROFILE_KEY_MODULE_ABILITY_ICON[] = "icon"; variable