Home
last modified time | relevance | path

Searched refs:DEFAULT_LABEL_SETTING (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_info_creator.cpp145 …eProfile.label != nullptr) && !BundleUtil::StartWith(bundleProfile.label, DEFAULT_LABEL_SETTING)) { in SetBundleInfo()
275 !BundleUtil::StartWith(bundleProfile.abilityInfos[index].label, DEFAULT_LABEL_SETTING)) { in SetAbilityInfo()
H A Dbundle_parser.cpp781 if (BundleUtil::StartWith(bundleProfile.abilityInfos[index].label, DEFAULT_LABEL_SETTING)) { in ParseAbilityLabel()
H A Dgt_bundle_parser.cpp326 if (BundleUtil::StartWith(bundleProfile.label, DEFAULT_LABEL_SETTING)) { in ParseAbilityInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h67 const char DEFAULT_LABEL_SETTING[] = "$string:"; variable