Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/
H A Dbundle_info_utils.h34 static bool SetBundleInfoDataPath(BundleInfo *bundleInfo, const char *dataPath);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_info_utils.cpp56 SetBundleInfoDataPath(des, src.dataPath); in CopyBundleInfo()
197 bool BundleInfoUtils::SetBundleInfoDataPath(BundleInfo *bundleInfo, const char *dataPath) in SetBundleInfoDataPath() function in OHOS::BundleInfoUtils
H A Dconvert_utils.cpp629 …if (!cJSON_IsString(item) || !BundleInfoUtils::SetBundleInfoDataPath(bundleInfo, item->valuestring… in ConvertJsonToBundleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_info_creator.cpp155 !BundleInfoUtils::SetBundleInfoDataPath(bundleInfo, dataPath.c_str()) || in SetBundleInfo()
H A Dbundle_installer.cpp721 !BundleInfoUtils::SetBundleInfoDataPath(bundleInfo, oldBundleInfo->dataPath)) { in CheckVersionAndSignature()