Searched refs:GetPreInstallBundleInfo (Results 1 - 11 of 11) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | hmp_bundle_installer.cpp | 149 if (dataMgr_->GetPreInstallBundleInfo(bundleName, preInfo)) { in GetRequiredUserIds() 372 if ((dataMgr_->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo))) { in CheckUninstallSystemHsp() 385 dataMgr_->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo); in UpdatePreInfoInDb()
|
H A D | system_bundle_installer.cpp | 281 if ((dataMgr->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo))) { in CheckUninstallSystemHsp()
|
H A D | bundle_mgr_service_event_handler.cpp | 2780 dataMgr->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo); in DeletePreInfoInDb() 3733 if (!dataMgr->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo)) { in UpdatePreinstallDBForUninstalledBundle()
|
H A D | base_bundle_installer.cpp | 770 dataMgr_->GetPreInstallBundleInfo(bundleName_, preInstallBundleInfo); in InnerProcessBundleInstall() 1846 if (!dataMgr_->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo)) { in MarkPreInstallState() 1966 if (!dataMgr_->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo) in InnerProcessInstallByPreInstallInfo()
|
H A D | bundle_mgr_host_impl.cpp | 3941 if (!dataMgr->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo)) { in GetUninstalledBundleInfo()
|
H A D | bundle_data_mgr.cpp | 4969 bool BundleDataMgr::GetPreInstallBundleInfo( in GetPreInstallBundleInfo() function in OHOS::AppExecFwk::BundleDataMgr
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 91 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 D | inner_shared_bundle_installer.cpp | 436 if (!dataMgr->GetPreInstallBundleInfo(bundleName_, preInstallBundleInfo)) { in SavePreInstallInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_data_mgr.h | 580 bool GetPreInstallBundleInfo(const std::string &bundleName, PreInstallBundleInfo &preInstallBundleInfo);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_app_service_fwk_installer.cpp | 308 bool getRes = dataMgr->GetPreInstallBundleInfo(bundleName, preInstallBundleInfo); in DeletePreBundleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 3153 * @tc.name: test GetPreInstallBundleInfo 3159 bool res = GetBundleDataMgr()->GetPreInstallBundleInfo("", preInstallBundleInfo); in HWTEST_F()
|
Completed in 54 milliseconds