Home
last modified time | relevance | path

Searched refs:IsPreInstallApp (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Del5_filekey_callback.cpp81 baseDir, info.bundleName, bundleInfo.GetAppPrivilegeLevel(), bundleInfo.IsPreInstallApp(), in CheckEl5Dir()
95 … databaseDir, info.bundleName, bundleInfo.GetAppPrivilegeLevel(), bundleInfo.IsPreInstallApp(), in CheckEl5Dir()
H A Dbundle_multiuser_installer.cpp186 createDirParam.isPreInstallApp = info.IsPreInstallApp(); in CreateDataDir()
252 el5Param.isPreInstallApp = info.IsPreInstallApp(); in CreateEl5Dir()
H A Dbundle_exception_handler.cpp86 if (info.IsPreInstallApp() || (info.GetApplicationBundleType() != BundleType::APP)) { in IsBundleHapPathExist()
H A Dbase_bundle_installer.cpp1357 if (!newInfos.empty() && newInfos.begin()->second.IsPreInstallApp() && in RollBack()
1644 if (oldInfo.IsPreInstallApp()) { in ProcessBundleUninstall()
1789 if (oldInfo.IsPreInstallApp()) { in ProcessBundleUninstall()
2125 if ((oldInfo.IsSingleton() && !newInfo.IsSingleton()) && newInfo.IsPreInstallApp() in ProcessBundleUpdateStatus()
2863 createDirParam.isPreInstallApp = info.IsPreInstallApp(); in CreateBundleDataDir()
3009 dir, info.GetBundleName(), info.GetAppPrivilegeLevel(), info.IsPreInstallApp(), in CreateScreenLockProtectionExistDirs()
3185 if (info.IsPreInstallApp()) { in ExtractModule()
3202 if (info.IsPreInstallApp() || apiTargetVersion > ServiceConstants::API_VERSION_NINE) { in ExtractResourceFiles()
3657 createDirParam.isPreInstallApp = info.IsPreInstallApp(); in CreateExtensionDataDir()
5057 codeSignatureParam.isPreInstalledBundle = info.IsPreInstallApp(); in VerifyCodeSignatureForNativeFiles()
[all …]
H A Dbundle_data_mgr.cpp350 oldInfo.UpdateRemovable(newInfo.IsPreInstallApp(), newInfo.IsRemovable()); in AddNewModuleInfo()
629 newInfo.IsPreInstallApp(), newInfo.IsRemovable()); in UpdateInnerBundleInfo()
3498 if (appIndex == 0 && infoItem->second.IsPreInstallApp() && !bundleStats.empty()) { in GetBundleStats()
6766 bool BundleDataMgr::IsPreInstallApp(const std::string &bundleName) in IsPreInstallApp() function in OHOS::AppExecFwk::BundleDataMgr
6776 return item->second.IsPreInstallApp(); in IsPreInstallApp()
7796 if (!oldInfo.IsPreInstallApp()) { in BuildExternalOverlayConnection()
8085 createDirParam.isPreInstallApp = info.IsPreInstallApp(); in CreateBundleDataDir()
9146 if (infoItem->second.IsPreInstallApp() != isPreInstallApp) { in UpdateIsPreInstallApp()
H A Dbundle_mgr_host_impl.cpp3515 bool BundleMgrHostImpl::IsPreInstallApp(const std::string &bundleName) in IsPreInstallApp() function in OHOS::AppExecFwk::BundleMgrHostImpl
3522 return dataMgr->IsPreInstallApp(bundleName); in IsPreInstallApp()
H A Dbundle_profile.cpp2462 transformParam.isPreInstallApp = innerBundleInfo.IsPreInstallApp(); in ToInnerBundleInfo()
H A Dmodule_profile.cpp2516 transformParam.isPreInstallApp = innerBundleInfo.IsPreInstallApp(); in ToInnerBundleInfo()
H A Dinner_bundle_info.cpp3424 if (IsPreInstallApp()) { in IsBundleRemovable()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
H A Dbundle_overlay_install_checker.cpp158 if (!innerBundleInfo.IsPreInstallApp()) { in CheckExternalBundle()
249 if (!oldInfo.IsPreInstallApp()) { in CheckTargetBundle()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp344 if (newInfo.IsPreInstallApp()) { in ExtractSharedBundles()
696 bundlePath, cpuAbi, tempSoPath, signatureFileDir_, newInfo.IsPreInstallApp()); in ProcessNativeLibrary()
700 isPreInstalledBundle_ = newInfo.IsPreInstallApp(); in ProcessNativeLibrary()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_installer.cpp254 createDirParam.isPreInstallApp = info.IsPreInstallApp(); in CreateSandboxDataDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp333 createDirParam.isPreInstallApp = info.IsPreInstallApp(); in CreateCloneDataDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h1074 bool IsPreInstallApp(const std::string &bundleName);
H A Dbundle_data_mgr.h873 bool IsPreInstallApp(const std::string &bundleName);
H A Dinner_bundle_info.h1318 bool IsPreInstallApp() const in IsPreInstallApp() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp702 …if (newInnerBundleInfo_.IsPreInstallApp() && !BundleUtil::CheckSystemFreeSize(APP_INSTALL_PATH, FI… in RollBack()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp6484 EXPECT_TRUE(bundleDataMgr->bundleInfos_[bundleName].IsPreInstallApp());
6489 EXPECT_FALSE(bundleDataMgr->bundleInfos_[bundleName].IsPreInstallApp());
6492 EXPECT_FALSE(bundleDataMgr->bundleInfos_[bundleName].IsPreInstallApp());
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp1882 bool testRet = GetBundleDataMgr()->IsPreInstallApp("");
2541 retBool = hostImpl->IsPreInstallApp("");