Searched refs:SetBundleInfoLabel (Results 1 – 6 of 6) sorted by relevance
30 static bool SetBundleInfoLabel(BundleInfo *bundleInfo, const char *label);
52 SetBundleInfoLabel(des, src.label); in CopyBundleInfo()153 bool BundleInfoUtils::SetBundleInfoLabel(BundleInfo *bundleInfo, const char *label) in SetBundleInfoLabel() function in OHOS::BundleInfoUtils
617 … if (cJSON_IsString(item) && !BundleInfoUtils::SetBundleInfoLabel(bundleInfo, item->valuestring)) { in ConvertJsonToBundleInfo()
132 if (!BundleInfoUtils::SetBundleInfoLabel(bundleInfo, label)) { in ConvertLableResToBundleInfo()
146 if (!BundleInfoUtils::SetBundleInfoLabel(bundleInfo, bundleProfile.label)) { in SetBundleInfo()
913 !BundleInfoUtils::SetBundleInfoLabel(bundleInfo, bundleProfile.label)) { in SetBundleInfo()