Home
last modified time | relevance | path

Searched refs:SetBundleInfoLabel (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/
H A Dbundle_info_utils.h30 static bool SetBundleInfoLabel(BundleInfo *bundleInfo, const char *label);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_info_utils.cpp52 SetBundleInfoLabel(des, src.label); in CopyBundleInfo()
153 bool BundleInfoUtils::SetBundleInfoLabel(BundleInfo *bundleInfo, const char *label) in SetBundleInfoLabel() function in OHOS::BundleInfoUtils
H A Dconvert_utils.cpp617 … if (cJSON_IsString(item) && !BundleInfoUtils::SetBundleInfoLabel(bundleInfo, item->valuestring)) { in ConvertJsonToBundleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_res_transform.cpp132 if (!BundleInfoUtils::SetBundleInfoLabel(bundleInfo, label)) { in ConvertLableResToBundleInfo()
H A Dbundle_info_creator.cpp146 if (!BundleInfoUtils::SetBundleInfoLabel(bundleInfo, bundleProfile.label)) { in SetBundleInfo()
H A Dgt_bundle_parser.cpp913 !BundleInfoUtils::SetBundleInfoLabel(bundleInfo, bundleProfile.label)) { in SetBundleInfo()