Home
last modified time | relevance | path

Searched refs:UNINSTALL_START (Results 1 - 23 of 23) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp204 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 Dapp_service_fwk_installer.cpp129 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 Dbms_bundle_set_overlay_enabled_test.cpp151 bool startRet = dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::UNINSTALL_START); in RemoveBundleInfo()
H A Dbms_bundle_overlay_checker_test.cpp208 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 Dbms_bundle_get_overlay_module_info_test.cpp173 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 Dbms_bundle_clone_installer_test.cpp139 dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in DeleteBundle()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_query_test/
H A Dbms_bundle_quick_fix_query_test.cpp168 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 Dbms_bundle_uninstaller_test.cpp257 dataMgt->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in ClearBundleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_app_service_fwk_installer.cpp262 dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in ClearBundleInfo()
1779 installer.dataMgr_->transferStates_.emplace(InstallState::UNINSTALL_START, InstallState::UNINSTALL_START); in HWTEST_F()
H A Dbms_bundle_installer_permission_test.cpp314 dataMgt->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START); in ClearBundleInfo()
H A Dbms_bundle_install_checker_test.cpp737 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 Dbms_bundle_installer_test.cpp367 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 Dbms_multiple_installer_test.cpp310 dataMgt->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in ClearBundleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp418 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 Dbase_bundle_installer.cpp460 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 Dbms_bundle_default_app_mgr_test.cpp162 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 Dbms_bundle_kit_service_base_test.cpp308 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in MockUninstallBundle()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h64 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 Dbms_bundle_free_install_test.cpp251 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 Dbms_bundle_kit_service_test.cpp887 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 Dbms_bundle_data_mgr_test.cpp765 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in MockUninstallBundle()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp333 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 Dbms_bundle_quick_fix_test.cpp303 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in UninstallBundleInfo()

Completed in 118 milliseconds