Home
last modified time | relevance | path

Searched refs:UPDATING_SUCCESS (Results 1 - 8 of 8) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp189 * @tc.desc: 1. correct status transfer INSTALL_START->INSTALL_SUCCESS->UPDATING_START->UPDATING_SUCCESS
199 bool ret4 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UPDATING_SUCCESS); in HWTEST_F()
336 * @tc.desc: 1. NOT correct status transfer INSTALL_START->UPDATING_SUCCESS
344 bool ret2 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UPDATING_SUCCESS); in HWTEST_F()
490 * @tc.desc: 1. NOT correct status transfer INSTALL_START->INSTALL_SUCCESS->UPDATING_SUCCESS
499 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UPDATING_SUCCESS); in HWTEST_F()
598 bool ret4 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UPDATING_SUCCESS); in HWTEST_F()
707 bool ret4 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UPDATING_SUCCESS); in HWTEST_F()
1255 ret = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UPDATING_SUCCESS); in HWTEST_F()
1297 ret = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UPDATING_SUCCESS); in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp875 if (!dataMgr_->UpdateBundleInstallState(bundleName_, InstallState::UPDATING_SUCCESS)) { in ProcessModuleUpdate()
912 if (!dataMgr_->UpdateBundleInstallState(bundleName_, InstallState::UPDATING_SUCCESS)) { in ProcessNewModuleInstall()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp352 dataMgr->UpdateBundleInstallState(bundleName, InstallState::UPDATING_SUCCESS); in SaveInstallInfoToCache()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp346 if (statusItem->second == InstallState::UPDATING_SUCCESS) { in AddNewModuleInfo()
615 if (statusItem->second == InstallState::UPDATING_SUCCESS in UpdateInnerBundleInfo()
3897 transferStates_.emplace(InstallState::UNINSTALL_START, InstallState::UPDATING_SUCCESS); in InitStateTransferMap()
3902 transferStates_.emplace(InstallState::UPDATING_SUCCESS, InstallState::UPDATING_START); in InitStateTransferMap()
3907 transferStates_.emplace(InstallState::INSTALL_SUCCESS, InstallState::UPDATING_SUCCESS); in InitStateTransferMap()
3909 transferStates_.emplace(InstallState::UPDATING_START, InstallState::UPDATING_SUCCESS); in InitStateTransferMap()
3911 transferStates_.emplace(InstallState::ROLL_BACK, InstallState::UPDATING_SUCCESS); in InitStateTransferMap()
3912 transferStates_.emplace(InstallState::UPDATING_FAIL, InstallState::UPDATING_SUCCESS); in InitStateTransferMap()
3917 transferStates_.emplace(InstallState::UPDATING_SUCCESS, InstallState::USER_CHANGE); in InitStateTransferMap()
3919 transferStates_.emplace(InstallState::USER_CHANGE, InstallState::UPDATING_SUCCESS); in InitStateTransferMap()
[all...]
H A Dbase_bundle_installer.cpp2252 if (!dataMgr_->UpdateBundleInstallState(bundleName_, InstallState::UPDATING_SUCCESS)) { in ProcessNewModuleInstall()
2310 if (!dataMgr_->UpdateBundleInstallState(bundleName_, InstallState::UPDATING_SUCCESS)) { in ProcessModuleUpdate()
2382 if (!dataMgr_->UpdateBundleInstallState(bundleName_, InstallState::UPDATING_SUCCESS)) { in ProcessModuleUpdate()
H A Dbundle_mgr_service_event_handler.cpp843 dataMgr->UpdateBundleInstallState(bundleName, InstallState::UPDATING_SUCCESS); in SaveInstallInfoToCache()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H A Dbms_bundle_overlay_checker_test.cpp1598 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::UPDATING_SUCCESS); in HWTEST_F()
1659 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::UPDATING_SUCCESS); in HWTEST_F()
2310 bool ret4 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UPDATING_SUCCESS); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h68 UPDATING_SUCCESS, member in OHOS::AppExecFwk::InstallState

Completed in 42 milliseconds