Home
last modified time | relevance | path

Searched refs:GetApplicationBundleType (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_process.cpp36 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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_exception_handler.cpp86 if (info.IsPreInstallApp() || (info.GetApplicationBundleType() != BundleType::APP)) { in IsBundleHapPathExist()
H A Dbase_bundle_installer.cpp391 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 …]
H A Dsystem_bundle_installer.cpp247 if (info.GetApplicationBundleType() != BundleType::APP_SERVICE_FWK) { in CheckUninstallSystemHsp()
H A Dbundle_data_mgr.cpp166 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 …]
H A Dbundle_install_checker.cpp753 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()
H A Dbundle_mgr_service_event_handler.cpp1578 if (info.GetApplicationBundleType() != BundleType::ATOMIC_SERVICE) { in RefreshQuotaForAllUid()
H A Dbundle_mgr_host_impl.cpp4146 .bundleType = static_cast<int32_t>(innerBundleInfo.GetApplicationBundleType()), in SwitchUninstallState()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp161 if (!isBundleExist || bundleInfo.GetApplicationBundleType() != BundleType::SHARED) { in FindDependencyInInstalledBundles()
H A Dinner_shared_bundle_installer.cpp272 if (parsedBundles_.begin()->second.GetApplicationBundleType() != BundleType::SHARED) { in CheckAppLabelInfo()
286 if (oldBundleInfo_.GetApplicationBundleType() != BundleType::SHARED) { in CheckBundleTypeWithInstalledVersion()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp401 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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1887 BundleType GetApplicationBundleType() const in GetApplicationBundleType() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp933 EXPECT_EQ(innerBundleInfo.GetApplicationBundleType(), BundleType::ATOMIC_SERVICE);