/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | el5_filekey_callback.cpp | 81 baseDir, info.bundleName, bundleInfo.GetAppPrivilegeLevel(), bundleInfo.IsPreInstallApp(), in CheckEl5Dir() 95 … databaseDir, info.bundleName, bundleInfo.GetAppPrivilegeLevel(), bundleInfo.IsPreInstallApp(), in CheckEl5Dir()
|
H A D | bundle_multiuser_installer.cpp | 186 createDirParam.isPreInstallApp = info.IsPreInstallApp(); in CreateDataDir() 252 el5Param.isPreInstallApp = info.IsPreInstallApp(); in CreateEl5Dir()
|
H A D | bundle_exception_handler.cpp | 86 if (info.IsPreInstallApp() || (info.GetApplicationBundleType() != BundleType::APP)) { in IsBundleHapPathExist()
|
H A D | base_bundle_installer.cpp | 1357 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 D | bundle_data_mgr.cpp | 350 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 D | bundle_mgr_host_impl.cpp | 3515 bool BundleMgrHostImpl::IsPreInstallApp(const std::string &bundleName) in IsPreInstallApp() function in OHOS::AppExecFwk::BundleMgrHostImpl 3522 return dataMgr->IsPreInstallApp(bundleName); in IsPreInstallApp()
|
H A D | bundle_profile.cpp | 2462 transformParam.isPreInstallApp = innerBundleInfo.IsPreInstallApp(); in ToInnerBundleInfo()
|
H A D | module_profile.cpp | 2516 transformParam.isPreInstallApp = innerBundleInfo.IsPreInstallApp(); in ToInnerBundleInfo()
|
H A D | inner_bundle_info.cpp | 3424 if (IsPreInstallApp()) { in IsBundleRemovable()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/ |
H A D | bundle_overlay_install_checker.cpp | 158 if (!innerBundleInfo.IsPreInstallApp()) { in CheckExternalBundle() 249 if (!oldInfo.IsPreInstallApp()) { in CheckTargetBundle()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 344 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 D | bundle_sandbox_installer.cpp | 254 createDirParam.isPreInstallApp = info.IsPreInstallApp(); in CreateSandboxDataDir()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/ |
H A D | bundle_clone_installer.cpp | 333 createDirParam.isPreInstallApp = info.IsPreInstallApp(); in CreateCloneDataDir()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 1074 bool IsPreInstallApp(const std::string &bundleName);
|
H A D | bundle_data_mgr.h | 873 bool IsPreInstallApp(const std::string &bundleName);
|
H A D | inner_bundle_info.h | 1318 bool IsPreInstallApp() const in IsPreInstallApp() function
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 702 …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 D | bms_bundle_data_mgr_test.cpp | 6484 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 D | bms_bundle_manager_test.cpp | 1882 bool testRet = GetBundleDataMgr()->IsPreInstallApp(""); 2541 retBool = hostImpl->IsPreInstallApp("");
|