Searched refs:newBundleInfo (Results 1 – 5 of 5) sorted by relevance
141 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 …]
46 …void GetCopyBundleInfo(uint32_t flags, const BundleInfo *bundleInfo, BundleInfo &newBundleInfo) co…
271 BJsonEntityCaps::BundleInfo newBundleInfo = {.name = curBundleName, in GenerateBundleStatsIncrease() local283 newBundleInfos.emplace_back(newBundleInfo); in GenerateBundleStatsIncrease()
948 InnerBundleInfo newBundleInfo; in InnerProcessUpdateHapToken() local950 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()
5683 BundleInfo newBundleInfo; variable5684 newBundleInfo.versionCode = 1000;5685 newInfo.UpdateBaseBundleInfo(newBundleInfo, true);6411 InnerBundleInfo newBundleInfo; variable6414 newBundleInfo.innerModuleInfos_[BUNDLE_NAME] = newInnerModuleInfo;6416 infos[BUNDLE_NAME] = newBundleInfo;