/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 | 187 createDirParam.isPreInstallApp = info.IsPreInstallApp(); in CreateDataDir()
|
H A D | bundle_exception_handler.cpp | 87 if (info.IsPreInstallApp() || (info.GetApplicationBundleType() != BundleType::APP)) { in IsBundleHapPathExist()
|
H A D | base_bundle_installer.cpp | 1355 if (!newInfos.empty() && newInfos.begin()->second.IsPreInstallApp() && in RollBack() 1498 if (installParam.GetIsUninstallAndRecover() && !oldInfo.IsPreInstallApp()) { in ProcessBundleUninstall() 1637 if (oldInfo.IsPreInstallApp()) { in ProcessBundleUninstall() 1797 if (oldInfo.IsPreInstallApp()) { in ProcessBundleUninstall() 2141 if ((oldInfo.IsSingleton() && !newInfo.IsSingleton()) && newInfo.IsPreInstallApp() in ProcessBundleUpdateStatus() 2144 } else if ((!oldInfo.IsSingleton() && newInfo.IsSingleton()) && newInfo.IsPreInstallApp() in ProcessBundleUpdateStatus() 2740 baseDataDir, info.GetBundleName(), info.GetAppPrivilegeLevel(), info.IsPreInstallApp(), in SetDirApl() 2747 databaseDataDir, info.GetBundleName(), info.GetAppPrivilegeLevel(), info.IsPreInstallApp(), in SetDirApl() 2868 createDirParam.isPreInstallApp = info.IsPreInstallApp(); in CreateBundleDataDir() 3048 dir, info.GetBundleName(), info.GetAppPrivilegeLevel(), info.IsPreInstallApp(), in CreateScreenLockProtectionExistDirs() [all...] |
H A D | bundle_data_mgr.cpp | 352 oldInfo.UpdateRemovable(newInfo.IsPreInstallApp(), newInfo.IsRemovable()); in AddNewModuleInfo() 637 newInfo.IsPreInstallApp(), newInfo.IsRemovable()); in UpdateInnerBundleInfo() 3561 if (appIndex == 0 && infoItem->second.IsPreInstallApp() && !bundleStats.empty()) { in GetBundleStats() 6790 bool BundleDataMgr::IsPreInstallApp(const std::string &bundleName) in IsPreInstallApp() function in OHOS::AppExecFwk::BundleDataMgr 6792 APP_LOGD("IsPreInstallApp bundleName: %{public}s", bundleName.c_str()); in IsPreInstallApp() 6796 APP_LOGW("IsPreInstallApp failed, can not find bundle %{public}s", in IsPreInstallApp() 6800 return item->second.IsPreInstallApp(); in IsPreInstallApp() 6956 if (item.second.IsPreInstallApp()) { in GetAllDriverBundleName() 7501 if (!oldInfo.IsPreInstallApp()) { in BuildExternalOverlayConnection() 7789 createDirParam.isPreInstallApp = info.IsPreInstallApp(); in CreateBundleDataDir() [all...] |
H A D | bundle_mgr_host_impl.cpp | 3474 bool BundleMgrHostImpl::IsPreInstallApp(const std::string &bundleName) in IsPreInstallApp() function in OHOS::AppExecFwk::BundleMgrHostImpl 3481 return dataMgr->IsPreInstallApp(bundleName); in IsPreInstallApp()
|
H A D | bundle_profile.cpp | 2285 transformParam.isPreInstallApp = innerBundleInfo.IsPreInstallApp(); in ToInnerBundleInfo()
|
H A D | module_profile.cpp | 2346 transformParam.isPreInstallApp = innerBundleInfo.IsPreInstallApp(); in ToInnerBundleInfo()
|
H A D | inner_bundle_info.cpp | 3326 if (IsPreInstallApp()) { in IsBundleRemovable()
|
/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()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 347 if (newInfo.IsPreInstallApp()) { in ExtractSharedBundles() 704 bundlePath, cpuAbi, tempSoPath, signatureFileDir_, newInfo.IsPreInstallApp()); in ProcessNativeLibrary() 708 isPreInstalledBundle_ = newInfo.IsPreInstallApp(); in ProcessNativeLibrary()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/ |
H A D | bundle_sandbox_installer.cpp | 254 createDirParam.isPreInstallApp = info.IsPreInstallApp(); in CreateSandboxDataDir()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/ |
H A D | bundle_clone_installer.cpp | 398 createDirParam.isPreInstallApp = info.IsPreInstallApp(); in CreateCloneDataDir()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 783 if (newInnerBundleInfo_.IsPreInstallApp() && !BundleUtil::CheckSystemFreeSize(APP_INSTALL_PATH, FIVE_MB)) { in RollBack()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 1068 bool IsPreInstallApp(const std::string &bundleName);
|
H A D | bundle_data_mgr.h | 874 bool IsPreInstallApp(const std::string &bundleName);
|
H A D | inner_bundle_info.h | 1296 bool IsPreInstallApp() const in IsPreInstallApp() function in OHOS::AppExecFwk::InnerBundleInfo
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 7343 EXPECT_TRUE(bundleDataMgr->bundleInfos_[bundleName].IsPreInstallApp()); in HWTEST_F() 7348 EXPECT_FALSE(bundleDataMgr->bundleInfos_[bundleName].IsPreInstallApp()); in HWTEST_F() 7351 EXPECT_FALSE(bundleDataMgr->bundleInfos_[bundleName].IsPreInstallApp()); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 1875 * @tc.name: test IsPreInstallApp 1881 bool testRet = GetBundleDataMgr()->IsPreInstallApp(""); in HWTEST_F() 2540 retBool = hostImpl->IsPreInstallApp(""); in HWTEST_F()
|