Home
last modified time | relevance | path

Searched refs:SetBundleInfoVendor (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/
H A Dbundle_info_utils.h29 static bool SetBundleInfoVendor(BundleInfo *bundleInfo, const char *vendor);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_info_utils.cpp57 SetBundleInfoVendor(des, src.vendor); in CopyBundleInfo()
142 bool BundleInfoUtils::SetBundleInfoVendor(BundleInfo *bundleInfo, const char *vendor) in SetBundleInfoVendor() function in OHOS::BundleInfoUtils
H A Dconvert_utils.cpp633 …if (cJSON_IsString(item) && !BundleInfoUtils::SetBundleInfoVendor(bundleInfo, item->valuestring)) { in ConvertJsonToBundleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_info_creator.cpp156 …(bundleProfile.vendor != nullptr && !BundleInfoUtils::SetBundleInfoVendor(bundleInfo, bundleProfil… in SetBundleInfo()
H A Dgt_bundle_parser.cpp908 …if (bundleProfile.vendor != nullptr && !BundleInfoUtils::SetBundleInfoVendor(bundleInfo, bundlePro… in SetBundleInfo()