Home
last modified time | relevance | path

Searched refs:UNINSTALL_START (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp272 dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START);
451 dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START);
471 dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START);
491 dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START);
511 dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START);
531 dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START);
551 dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START);
571 dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START);
617 dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START);
680 dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START);
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_installer_test/
H A Dbms_bundle_clone_installer_test.cpp138 dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in DeleteBundle()
/ohos5.0/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()
647 dataMgr_->UpdateBundleInstallState(bundleName_, InstallState::UNINSTALL_START); in SaveBundleInfoToStorage()
845 if (!dataMgr_->UpdateBundleInstallState(bundleName_, InstallState::UNINSTALL_START)) { in UninstallLowerVersion()
/ohos5.0/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);
500 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::UNINSTALL_START);
553 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::UNINSTALL_START);
1604 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::UNINSTALL_START);
2326 ret5 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START);
H A Dbms_bundle_get_overlay_module_info_test.cpp173 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in RemoveBundleInfo()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp737 …baseBundleInstaller.dataMgr_->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START);
797 …baseBundleInstaller.dataMgr_->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START);
837 …baseBundleInstaller.dataMgr_->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START);
H A Dbms_bundle_app_service_fwk_installer.cpp261 dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in ClearBundleInfo()
H A Dbms_bundle_installer_test.cpp363 dataMgt->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START); in ClearBundleInfo()
4047 … = GetBundleDataMgr()->UpdateBundleInstallState(BUNDLE_BACKUP_NAME, InstallState::UNINSTALL_START);
4118 … = GetBundleDataMgr()->UpdateBundleInstallState(BUNDLE_BACKUP_NAME, InstallState::UNINSTALL_START);
4770 ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME_TEST, InstallState::UNINSTALL_START);
H A Dbms_multiple_installer_test.cpp310 dataMgt->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in ClearBundleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp413 …if (statusItem->second == InstallState::UNINSTALL_START || statusItem->second == InstallState::ROL… in RemoveModuleInfo()
533 …if (statusItem->second == InstallState::UNINSTALL_START || statusItem->second == InstallState::ROL… in RemoveHspModuleByVersionCode()
3844 transferStates_.emplace(InstallState::UNINSTALL_START, InstallState::INSTALL_SUCCESS); in InitStateTransferMap()
3845 transferStates_.emplace(InstallState::UNINSTALL_START, InstallState::INSTALL_START); in InitStateTransferMap()
3846 transferStates_.emplace(InstallState::UNINSTALL_START, InstallState::UPDATING_SUCCESS); in InitStateTransferMap()
3847 transferStates_.emplace(InstallState::UNINSTALL_FAIL, InstallState::UNINSTALL_START); in InitStateTransferMap()
3848 transferStates_.emplace(InstallState::UNINSTALL_START, InstallState::UNINSTALL_START); in InitStateTransferMap()
3849 transferStates_.emplace(InstallState::UNINSTALL_SUCCESS, InstallState::UNINSTALL_START); in InitStateTransferMap()
3857 transferStates_.emplace(InstallState::INSTALL_SUCCESS, InstallState::UNINSTALL_START); in InitStateTransferMap()
3863 transferStates_.emplace(InstallState::UNINSTALL_START, InstallState::USER_CHANGE); in InitStateTransferMap()
[all …]
H A Dbase_bundle_installer.cpp455 if (!dataMgr_->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START)) { in UninstallHspBundle()
493 if (!dataMgr_->UpdateBundleInstallState(info.GetBundleName(), InstallState::UNINSTALL_START)) { in UninstallHspVersion()
1574 if (!dataMgr_->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START)) { in ProcessBundleUninstall()
1725 if (!dataMgr_->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START)) { in ProcessBundleUninstall()
2092 dataMgr_->UpdateBundleInstallState(bundleName_, InstallState::UNINSTALL_START); in ProcessBundleInstallStatus()
4097 if (!dataMgr_->UpdateBundleInstallState(bundleName_, InstallState::UNINSTALL_START)) { in UninstallLowerVersionFeature()
/ohos5.0/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h65 UNINSTALL_START, enumerator
/ohos5.0/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp888 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in MockUninstallBundle()
12483 res = dataMgr->UpdateBundleInstallState(LAUNCHER_BUNDLE_NAME, InstallState::UNINSTALL_START);
12515 res = dataMgr->UpdateBundleInstallState(LAUNCHER_BUNDLE_NAME, InstallState::UNINSTALL_START);
12548 res = dataMgr->UpdateBundleInstallState(LAUNCHER_BUNDLE_NAME, InstallState::UNINSTALL_START);
12586 res = dataMgr->UpdateBundleInstallState(LAUNCHER_BUNDLE_NAME, InstallState::UNINSTALL_START);
H A Dbms_bundle_data_mgr_test.cpp763 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in MockUninstallBundle()
/ohos5.0/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()
4047 testRet = GetBundleDataMgr()->IsDisableState(InstallState::UNINSTALL_START);
/ohos5.0/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()