Searched refs:GetApplicationBundleType (Results 1 – 13 of 13) sorted by relevance
36 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in GetBundleResourceInfo()71 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in GetAllResourceInfo()382 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in CheckIsNeedProcessAbilityResource()475 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in GetAbilityResourceInfos()
86 if (info.IsPreInstallApp() || (info.GetApplicationBundleType() != BundleType::APP)) { in IsBundleHapPathExist()
391 if (info.GetApplicationBundleType() != BundleType::SHARED) { in CheckUninstallInnerBundleInfo()809 if (oldInfo.GetApplicationBundleType() == BundleType::SHARED) { in InnerProcessBundleInstall()1068 … if (isAppService_ && oldInfo.GetApplicationBundleType() != newInfo.GetApplicationBundleType()) { in CheckAppService()1503 bundleType_ = oldInfo.GetApplicationBundleType(); in ProcessBundleUninstall()1507 if (oldInfo.GetApplicationBundleType() == BundleType::SHARED) { in ProcessBundleUninstall()1688 if (oldInfo.GetApplicationBundleType() == BundleType::SHARED) { in ProcessBundleUninstall()1979 if (info.GetApplicationBundleType() == BundleType::ATOMIC_SERVICE) { in RemoveBundle()2873 if (info.GetApplicationBundleType() == BundleType::ATOMIC_SERVICE) { in CreateBundleDataDir()3574 bundleType_ = infos.begin()->second.GetApplicationBundleType(); in ParseHapFiles()4390 if (oldInfo.GetApplicationBundleType() != newInfo.GetApplicationBundleType()) { in CheckAppLabel()[all …]
247 if (info.GetApplicationBundleType() != BundleType::APP_SERVICE_FWK) { in CheckUninstallSystemHsp()
166 AddAppHspBundleName(item.second.GetApplicationBundleType(), item.first); in LoadDataFromPersistentStorage()322 AddAppHspBundleName(info.GetApplicationBundleType(), bundleName); in AddInnerBundleInfo()2929 bundleType = item->second.GetApplicationBundleType(); in GetBundleType()2944 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in GetBaseSharedBundleInfo()2948 innerBundleInfo.GetApplicationBundleType()); in GetBaseSharedBundleInfo()3231 if (info.GetApplicationBundleType() == BundleType::SHARED) { in GetAllBundleInfos()3324 if (info.GetApplicationBundleType() == BundleType::SHARED) { in GetAllBundleInfosV9()6590 if (infoItem->second.GetApplicationBundleType() != BundleType::SHARED) { in GetAppProvisionInfo()6669 if (innerBundleInfo.GetApplicationBundleType() != BundleType::SHARED) { in GetSharedBundleInfoBySelf()9104 if ((item->second.GetApplicationBundleType() == BundleType::SHARED) || in IsBundleInstalled()[all …]
753 if (innerBundleInfo.GetApplicationBundleType() != BundleType::ATOMIC_SERVICE) { in SetPackInstallationFree()817 installationFree = innerBundleInfo.GetApplicationBundleType() == BundleType::ATOMIC_SERVICE; in SetEntryInstallationFree()920 BundleType bundleType = (infos.begin()->second).GetApplicationBundleType(); in CheckAppLabelInfo()983 if (bundleType != info.second.GetApplicationBundleType()) { in CheckAppLabelInfo()
1578 if (info.GetApplicationBundleType() != BundleType::ATOMIC_SERVICE) { in RefreshQuotaForAllUid()
4146 .bundleType = static_cast<int32_t>(innerBundleInfo.GetApplicationBundleType()), in SwitchUninstallState()
161 if (!isBundleExist || bundleInfo.GetApplicationBundleType() != BundleType::SHARED) { in FindDependencyInInstalledBundles()
272 if (parsedBundles_.begin()->second.GetApplicationBundleType() != BundleType::SHARED) { in CheckAppLabelInfo()286 if (oldBundleInfo_.GetApplicationBundleType() != BundleType::SHARED) { in CheckBundleTypeWithInstalledVersion()
401 if (info.second.GetApplicationBundleType() != BundleType::APP_SERVICE_FWK) { in CheckAppLabelInfo()929 oldInfo.GetApplicationBundleType() != BundleType::APP_SERVICE_FWK) { in CheckNeedInstall()931 bundleName_.c_str(), oldInfo.GetApplicationBundleType()); in CheckNeedInstall()
1887 BundleType GetApplicationBundleType() const in GetApplicationBundleType() function
933 EXPECT_EQ(innerBundleInfo.GetApplicationBundleType(), BundleType::ATOMIC_SERVICE);