Home
last modified time | relevance | path

Searched refs:GetPreInstallBundleInfo (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dsystem_bundle_installer.cpp273 if ((dataMgr->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo))) { in CheckUninstallSystemHsp()
H A Dbase_bundle_installer.cpp761 dataMgr_->GetPreInstallBundleInfo(bundleName_, preInstallBundleInfo); in InnerProcessBundleInstall()
1498 if (!dataMgr_->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo)) { in ProcessBundleUninstall()
1837 if (!dataMgr_->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo)) { in MarkPreInstallState()
1949 if (!dataMgr_->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo) in InnerProcessInstallByPreInstallInfo()
6096 if (!dataMgr_->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo)) { in CheckShellCanInstallPreApp()
H A Dbundle_mgr_service_event_handler.cpp2270 dataMgr->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo); in DeletePreInfoInDb()
3167 if (!dataMgr->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo)) { in UpdatePreinstallDBForNotUpdatedBundle()
H A Dbundle_mgr_host_impl.cpp3973 if (!dataMgr->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo)) { in GetUninstalledBundleInfo()
H A Dbundle_data_mgr.cpp4958 bool BundleDataMgr::GetPreInstallBundleInfo( in GetPreInstallBundleInfo() function in OHOS::AppExecFwk::BundleDataMgr
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp91 if (!dataMgr_->GetPreInstallBundleInfo(bundleName_, preInstallBundleInfo) || in Install()
149 if (dataMgr_->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo)) { in UnInstall()
261 dataMgr_->GetPreInstallBundleInfo(bundleName_, preInstallBundleInfo); in SavePreInstallBundleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp433 if (!dataMgr->GetPreInstallBundleInfo(bundleName_, preInstallBundleInfo)) { in SavePreInstallInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_app_service_fwk_installer.cpp307 bool getRes = dataMgr->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo); in DeletePreBundleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h578 …bool GetPreInstallBundleInfo(const std::string &bundleName, PreInstallBundleInfo &preInstallBundle…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp3181 bool res = GetBundleDataMgr()->GetPreInstallBundleInfo("", preInstallBundleInfo);