/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/ |
H A D | bms_data_mgr_test.cpp | 204 dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START); in HWTEST_F() 211 * @tc.desc: 1. correct status transfer INSTALL_START->INSTALL_SUCCESS->UNINSTALL_START->UNINSTALL_SUCCESS 220 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START); in HWTEST_F() 231 * @tc.desc: 1. correct status transfer INSTALL_START->INSTALL_SUCCESS->UNINSTALL_START->UNINSTALL_FAIL 240 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START); in HWTEST_F() 268 * @tc.desc: 1. NOT correct status transfer INSTALL_START->UNINSTALL_START 276 bool ret2 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START); in HWTEST_F() 383 dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START); in HWTEST_F() 403 dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START); in HWTEST_F() 423 dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START); in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 129 if (!dataMgr_->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START)) { in UnInstall() 188 if (!dataMgr_->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START)) { in UnInstall() 728 dataMgr_->UpdateBundleInstallState(bundleName_, InstallState::UNINSTALL_START); in SaveBundleInfoToStorage() 936 if (!dataMgr_->UpdateBundleInstallState(bundleName_, InstallState::UNINSTALL_START)) { in UninstallLowerVersion()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/ |
H A D | bms_bundle_set_overlay_enabled_test.cpp | 151 bool startRet = dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::UNINSTALL_START);
in RemoveBundleInfo()
|
H A D | bms_bundle_overlay_checker_test.cpp | 208 bool startRet = dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::UNINSTALL_START);
in UninstallBundleInfo() 409 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::UNINSTALL_START);
in HWTEST_F() 500 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::UNINSTALL_START);
in HWTEST_F() 553 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::UNINSTALL_START);
in HWTEST_F() 1604 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::UNINSTALL_START);
in HWTEST_F() 2326 ret5 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START);
in HWTEST_F()
|
H A D | bms_bundle_get_overlay_module_info_test.cpp | 173 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START);
in RemoveBundleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_installer_test/ |
H A D | bms_bundle_clone_installer_test.cpp | 139 dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in DeleteBundle()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_query_test/ |
H A D | bms_bundle_quick_fix_query_test.cpp | 168 bool startRet = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START);
in MockUninstallBundleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_uninstaller_test/ |
H A D | bms_bundle_uninstaller_test.cpp | 257 dataMgt->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in ClearBundleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_app_service_fwk_installer.cpp | 262 dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in ClearBundleInfo() 1779 installer.dataMgr_->transferStates_.emplace(InstallState::UNINSTALL_START, InstallState::UNINSTALL_START); in HWTEST_F()
|
H A D | bms_bundle_installer_permission_test.cpp | 314 dataMgt->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START); in ClearBundleInfo()
|
H A D | bms_bundle_install_checker_test.cpp | 737 baseBundleInstaller.dataMgr_->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START);
in HWTEST_F() 797 baseBundleInstaller.dataMgr_->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START);
in HWTEST_F() 837 baseBundleInstaller.dataMgr_->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START);
in HWTEST_F()
|
H A D | bms_bundle_installer_test.cpp | 367 dataMgt->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START); in ClearBundleInfo() 4051 bool ret = GetBundleDataMgr()->UpdateBundleInstallState(BUNDLE_BACKUP_NAME, InstallState::UNINSTALL_START); in HWTEST_F() 4122 bool ret = GetBundleDataMgr()->UpdateBundleInstallState(BUNDLE_BACKUP_NAME, InstallState::UNINSTALL_START); in HWTEST_F() 4756 ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME_TEST, InstallState::UNINSTALL_START); in HWTEST_F()
|
H A D | bms_multiple_installer_test.cpp | 310 dataMgt->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in ClearBundleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 418 if (statusItem->second == InstallState::UNINSTALL_START || statusItem->second == InstallState::ROLL_BACK) { in RemoveModuleInfo() 540 if (statusItem->second == InstallState::UNINSTALL_START || statusItem->second == InstallState::ROLL_BACK) { in RemoveHspModuleByVersionCode() 3895 transferStates_.emplace(InstallState::UNINSTALL_START, InstallState::INSTALL_SUCCESS); in InitStateTransferMap() 3896 transferStates_.emplace(InstallState::UNINSTALL_START, InstallState::INSTALL_START); in InitStateTransferMap() 3897 transferStates_.emplace(InstallState::UNINSTALL_START, InstallState::UPDATING_SUCCESS); in InitStateTransferMap() 3898 transferStates_.emplace(InstallState::UNINSTALL_FAIL, InstallState::UNINSTALL_START); in InitStateTransferMap() 3899 transferStates_.emplace(InstallState::UNINSTALL_START, InstallState::UNINSTALL_START); in InitStateTransferMap() 3900 transferStates_.emplace(InstallState::UNINSTALL_SUCCESS, InstallState::UNINSTALL_START); in InitStateTransferMap() 3908 transferStates_.emplace(InstallState::INSTALL_SUCCESS, InstallState::UNINSTALL_START); in InitStateTransferMap() [all...] |
H A D | base_bundle_installer.cpp | 460 if (!dataMgr_->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START)) { in UninstallHspBundle() 498 if (!dataMgr_->UpdateBundleInstallState(info.GetBundleName(), InstallState::UNINSTALL_START)) { in UninstallHspVersion() 1567 if (!dataMgr_->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START)) { in ProcessBundleUninstall() 1733 if (!dataMgr_->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START)) { in ProcessBundleUninstall() 2108 dataMgr_->UpdateBundleInstallState(bundleName_, InstallState::UNINSTALL_START); in ProcessBundleInstallStatus() 4271 if (!dataMgr_->UpdateBundleInstallState(bundleName_, InstallState::UNINSTALL_START)) { in UninstallLowerVersionFeature() 6101 if (!dataMgr_->UpdateBundleInstallState(oldInfo.GetBundleName(), InstallState::UNINSTALL_START)) { in RollbackHmpCommonInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_default_app_test/ |
H A D | bms_bundle_default_app_mgr_test.cpp | 162 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in UninstallBundleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/ |
H A D | bms_bundle_kit_service_base_test.cpp | 308 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in MockUninstallBundle()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_data_mgr.h | 64 UNINSTALL_START, member in OHOS::AppExecFwk::InstallState 1013 * @return Returns true if install state is UPDATING_START or UNINSTALL_START; returns false otherwise. 1020 * @return Returns true if install state is UPDATING_START or UNINSTALL_START; returns false otherwise.
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/ |
H A D | bms_bundle_free_install_test.cpp | 251 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in UninstallBundleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 887 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in MockUninstallBundle() 12600 res = dataMgr->UpdateBundleInstallState(LAUNCHER_BUNDLE_NAME, InstallState::UNINSTALL_START); in HWTEST_F() 12632 res = dataMgr->UpdateBundleInstallState(LAUNCHER_BUNDLE_NAME, InstallState::UNINSTALL_START); in HWTEST_F() 12665 res = dataMgr->UpdateBundleInstallState(LAUNCHER_BUNDLE_NAME, InstallState::UNINSTALL_START); in HWTEST_F() 12703 res = dataMgr->UpdateBundleInstallState(LAUNCHER_BUNDLE_NAME, InstallState::UNINSTALL_START); in HWTEST_F()
|
H A D | bms_bundle_data_mgr_test.cpp | 765 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in MockUninstallBundle()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 333 dataMgt->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START); in ClearBundleInfo() 4025 testRet = GetBundleDataMgr()->IsDisableState(InstallState::UNINSTALL_START); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
H A D | bms_bundle_quick_fix_test.cpp | 303 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in UninstallBundleInfo()
|