Home
last modified time | relevance | path

Searched refs:GetBundlePaths (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_install_bundle_info.h78 std::vector<std::string> GetBundlePaths() const in GetBundlePaths() function in OHOS::AppExecFwk::PreInstallBundleInfo
192 if (bundlePaths_.size() == preInstallBundleInfo.GetBundlePaths().size()) { in operator <()
196 return bundlePaths_.size() > preInstallBundleInfo.GetBundlePaths().size(); in operator <()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dhmp_bundle_installer.cpp386 auto bundlePathList = preInstallBundleInfo.GetBundlePaths(); in UpdatePreInfoInDb()
393 if (preInstallBundleInfo.GetBundlePaths().empty()) { in UpdatePreInfoInDb()
H A Dbundle_mgr_service_event_handler.cpp1271 auto preinstalledAppPaths = preInstallBundleInfo.GetBundlePaths(); in InnerProcessCheckPreinstallData()
1500 auto preinstalledAppPaths = preInstallBundleInfo.GetBundlePaths(); in InnerProcessCheckRecoverableApplicationInfo()
2039 for (const auto &preBundlePath : loadIter.second.GetBundlePaths()) { in ProcessRebootAppServiceUninstall()
2695 for (auto preBundlePath : loadIter.second.GetBundlePaths()) { in ProcessRebootBundleUninstall()
2782 if (preInstallBundleInfo.GetBundlePaths().empty()) { in DeletePreInfoInDb()
2932 if (OTAInstallSystemHsp(preInstallBundleInfo.GetBundlePaths()) != ERR_OK) { in HandlePreInstallAppServiceBundleNamesException()
2958 if (!OTAInstallSystemBundle(preInstallBundleInfo.GetBundlePaths(), in HandlePreInstallBundleNamesException()
H A Dbase_bundle_installer.cpp1967 || preInstallBundleInfo.GetBundlePaths().empty()) { in InnerProcessInstallByPreInstallInfo()
1975 bool isSharedBundle = preInstallBundleInfo.GetBundlePaths().front().find(PRE_INSTALL_HSP_PATH) != std::string::npos; in InnerProcessInstallByPreInstallInfo()
1977 innerInstallParam.sharedBundleDirPaths = preInstallBundleInfo.GetBundlePaths(); in InnerProcessInstallByPreInstallInfo()
1979 pathVec = preInstallBundleInfo.GetBundlePaths(); in InnerProcessInstallByPreInstallInfo()
H A Dbundle_mgr_host_impl.cpp3906 recoverableApplication.codePaths = recoverableBundleInfo.GetBundlePaths(); in GetRecoverableApplicationInfo()
3946 preInstallBundleInfo.GetBundlePaths(), bundleInfo)) { in GetUninstalledBundleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp92 preInstallBundleInfo.GetBundlePaths().empty()) { in Install()
104 result = ProcessInstall(preInstallBundleInfo.GetBundlePaths(), reinstallParam); in Install()

Completed in 27 milliseconds