Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_map.cpp141 newBundleInfo.label = bundleInfo->label; in GetCopyBundleInfo()
143 newBundleInfo.codePath = bundleInfo->codePath; in GetCopyBundleInfo()
144 newBundleInfo.dataPath = bundleInfo->dataPath; in GetCopyBundleInfo()
146 newBundleInfo.targetApi = bundleInfo->targetApi; in GetCopyBundleInfo()
147 newBundleInfo.vendor = bundleInfo->vendor; in GetCopyBundleInfo()
151 newBundleInfo.appId = bundleInfo->appId; in GetCopyBundleInfo()
155 newBundleInfo.uid = bundleInfo->uid; in GetCopyBundleInfo()
156 newBundleInfo.gid = bundleInfo->gid; in GetCopyBundleInfo()
161 newBundleInfo.abilityInfos = nullptr; in GetCopyBundleInfo()
162 newBundleInfo.numOfAbility = 0; in GetCopyBundleInfo()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_map.h46 …void GetCopyBundleInfo(uint32_t flags, const BundleInfo *bundleInfo, BundleInfo &newBundleInfo) co…
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
H A Dbms_adapter.cpp271 BJsonEntityCaps::BundleInfo newBundleInfo = {.name = curBundleName, in GenerateBundleStatsIncrease() local
283 newBundleInfos.emplace_back(newBundleInfo); in GenerateBundleStatsIncrease()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp948 InnerBundleInfo newBundleInfo; in InnerProcessUpdateHapToken() local
950 if (!GetInnerBundleInfo(newBundleInfo, isBundleExist) || !isBundleExist) { in InnerProcessUpdateHapToken()
954 std::vector<std::string> moduleVec = newBundleInfo.GetModuleNameVec(); in InnerProcessUpdateHapToken()
964 newBundleInfo.SetInnerModuleNeedDelete(package, true); in InnerProcessUpdateHapToken()
968 ErrCode result = UpdateHapToken(isOldSystemApp != newBundleInfo.IsSystemApp(), newBundleInfo); in InnerProcessUpdateHapToken()
974 result = SetDirApl(newBundleInfo); in InnerProcessUpdateHapToken()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp5683 BundleInfo newBundleInfo; variable
5684 newBundleInfo.versionCode = 1000;
5685 newInfo.UpdateBaseBundleInfo(newBundleInfo, true);
6411 InnerBundleInfo newBundleInfo; variable
6414 newBundleInfo.innerModuleInfos_[BUNDLE_NAME] = newInnerModuleInfo;
6416 infos[BUNDLE_NAME] = newBundleInfo;