Home
last modified time | relevance | path

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

/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.cpp187 createDirParam.isPreInstallApp = info.IsPreInstallApp(); in CreateDataDir()
H A Dbundle_exception_handler.cpp87 if (info.IsPreInstallApp() || (info.GetApplicationBundleType() != BundleType::APP)) { in IsBundleHapPathExist()
H A Dbase_bundle_installer.cpp1355 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 Dbundle_data_mgr.cpp352 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 Dbundle_mgr_host_impl.cpp3474 bool BundleMgrHostImpl::IsPreInstallApp(const std::string &bundleName) in IsPreInstallApp() function in OHOS::AppExecFwk::BundleMgrHostImpl
3481 return dataMgr->IsPreInstallApp(bundleName); in IsPreInstallApp()
H A Dbundle_profile.cpp2285 transformParam.isPreInstallApp = innerBundleInfo.IsPreInstallApp(); in ToInnerBundleInfo()
H A Dmodule_profile.cpp2346 transformParam.isPreInstallApp = innerBundleInfo.IsPreInstallApp(); in ToInnerBundleInfo()
H A Dinner_bundle_info.cpp3326 if (IsPreInstallApp()) { in IsBundleRemovable()
/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()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp347 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 Dbundle_sandbox_installer.cpp254 createDirParam.isPreInstallApp = info.IsPreInstallApp(); in CreateSandboxDataDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp398 createDirParam.isPreInstallApp = info.IsPreInstallApp(); in CreateCloneDataDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp783 if (newInnerBundleInfo_.IsPreInstallApp() && !BundleUtil::CheckSystemFreeSize(APP_INSTALL_PATH, FIVE_MB)) { in RollBack()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h1068 bool IsPreInstallApp(const std::string &bundleName);
H A Dbundle_data_mgr.h874 bool IsPreInstallApp(const std::string &bundleName);
H A Dinner_bundle_info.h1296 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 Dbms_bundle_data_mgr_test.cpp7343 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 Dbms_bundle_manager_test.cpp1875 * @tc.name: test IsPreInstallApp
1881 bool testRet = GetBundleDataMgr()->IsPreInstallApp(""); in HWTEST_F()
2540 retBool = hostImpl->IsPreInstallApp(""); in HWTEST_F()

Completed in 74 milliseconds