Home
last modified time | relevance | path

Searched refs:GetPreInstallBundleInfo (Results 1 - 11 of 11) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dhmp_bundle_installer.cpp149 if (dataMgr_->GetPreInstallBundleInfo(bundleName, preInfo)) { in GetRequiredUserIds()
372 if ((dataMgr_->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo))) { in CheckUninstallSystemHsp()
385 dataMgr_->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo); in UpdatePreInfoInDb()
H A Dsystem_bundle_installer.cpp281 if ((dataMgr->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo))) { in CheckUninstallSystemHsp()
H A Dbundle_mgr_service_event_handler.cpp2780 dataMgr->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo); in DeletePreInfoInDb()
3733 if (!dataMgr->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo)) { in UpdatePreinstallDBForUninstalledBundle()
H A Dbase_bundle_installer.cpp770 dataMgr_->GetPreInstallBundleInfo(bundleName_, preInstallBundleInfo); in InnerProcessBundleInstall()
1846 if (!dataMgr_->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo)) { in MarkPreInstallState()
1966 if (!dataMgr_->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo) in InnerProcessInstallByPreInstallInfo()
H A Dbundle_mgr_host_impl.cpp3941 if (!dataMgr->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo)) { in GetUninstalledBundleInfo()
H A Dbundle_data_mgr.cpp4969 bool BundleDataMgr::GetPreInstallBundleInfo( in GetPreInstallBundleInfo() function in OHOS::AppExecFwk::BundleDataMgr
/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()
342 dataMgr_->GetPreInstallBundleInfo(bundleName_, preInstallBundleInfo); in SavePreInstallBundleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp436 if (!dataMgr->GetPreInstallBundleInfo(bundleName_, preInstallBundleInfo)) { in SavePreInstallInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h580 bool GetPreInstallBundleInfo(const std::string &bundleName, PreInstallBundleInfo &preInstallBundleInfo);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_app_service_fwk_installer.cpp308 bool getRes = dataMgr->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo); in DeletePreBundleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp3153 * @tc.name: test GetPreInstallBundleInfo
3159 bool res = GetBundleDataMgr()->GetPreInstallBundleInfo("", preInstallBundleInfo); in HWTEST_F()

Completed in 68 milliseconds