/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/ |
H A D | bms_data_mgr_test.cpp | 153 * @tc.desc: 1. correct status transfer INSTALL_START->INSTALL_FAIL 160 bool ret1 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START); in HWTEST_F() 169 * @tc.desc: 1. correct status transfer INSTALL_START->INSTALL_SUCCESS->UPDATING_START->UPDATING_FAIL 176 bool ret1 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START); in HWTEST_F() 189 * @tc.desc: 1. correct status transfer INSTALL_START->INSTALL_SUCCESS->UPDATING_START->UPDATING_SUCCESS 196 bool ret1 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START); in HWTEST_F() 211 * @tc.desc: 1. correct status transfer INSTALL_START->INSTALL_SUCCESS->UNINSTALL_START->UNINSTALL_SUCCESS 218 bool ret1 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START); in HWTEST_F() 231 * @tc.desc: 1. correct status transfer INSTALL_START->INSTALL_SUCCESS->UNINSTALL_START->UNINSTALL_FAIL 238 bool ret1 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START); in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_exception_handler_test/ |
H A D | bms_bundle_exception_handler_test.cpp | 136 info.SetInstallMark(BUNDLE_NAME, Package_NAME, InstallExceptionStatus::INSTALL_START); in HWTEST_F() 180 * @tc.desc: test HandleInvalidBundle (Set the mark status to InstallExceptionStatus::INSTALL_START) 187 info.SetInstallMark(BUNDLE_NAME, Package_NAME, InstallExceptionStatus::INSTALL_START); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/ |
H A D | bms_bundle_set_overlay_enabled_test.cpp | 119 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::INSTALL_START);
in AddOverlayInnerBundleInfo() 143 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::INSTALL_START);
in AddNonOverlayInnerBundleInfo()
|
H A D | bms_bundle_get_overlay_module_info_test.cpp | 141 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::INSTALL_START);
in AddOverlayInnerBundleInfo() 165 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::INSTALL_START);
in AddNonOverlayInnerBundleInfo() 214 dataMgr->UpdateBundleInstallState(TEST_TARGET_BUNDLE_NAME, InstallState::INSTALL_START);
in AddOverlayBundleInfo()
|
H A D | bms_bundle_overlay_checker_test.cpp | 176 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::INSTALL_START);
in AddInnerBundleInfo() 200 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::INSTALL_START);
in AddInnerBundleInfoNoModuleInfo() 400 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::INSTALL_START);
in HWTEST_F() 492 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::INSTALL_START);
in HWTEST_F() 545 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::INSTALL_START);
in HWTEST_F() 853 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::INSTALL_START);
in HWTEST_F() 1045 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::INSTALL_START);
in HWTEST_F() 1504 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::INSTALL_START);
in HWTEST_F() 1510 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME2, InstallState::INSTALL_START);
in HWTEST_F() 1531 dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::INSTALL_START);
in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_exception_handler.cpp | 122 if (mark.status == InstallExceptionStatus::INSTALL_START) { in InnerHandleInvalidBundle()
|
H A D | bundle_data_mgr.cpp | 247 if (state == InstallState::INSTALL_START) { in UpdateBundleInstallState() 295 if (statusItem->second == InstallState::INSTALL_START) { in AddInnerBundleInfo() 2685 (innerBundleInfo.GetInstallMark().status == InstallExceptionStatus::INSTALL_START)) { in GetBundleInfo() 2739 (innerBundleInfo.GetInstallMark().status == InstallExceptionStatus::INSTALL_START)) { in GetBundleInfoV9() 3893 transferStates_.emplace(InstallState::INSTALL_SUCCESS, InstallState::INSTALL_START); in InitStateTransferMap() 3894 transferStates_.emplace(InstallState::INSTALL_FAIL, InstallState::INSTALL_START); in InitStateTransferMap() 3896 transferStates_.emplace(InstallState::UNINSTALL_START, InstallState::INSTALL_START); in InitStateTransferMap() 3904 transferStates_.emplace(InstallState::UPDATING_FAIL, InstallState::INSTALL_START); in InitStateTransferMap() 3905 transferStates_.emplace(InstallState::UPDATING_START, InstallState::INSTALL_START); in InitStateTransferMap() 8808 if (item->second.GetInstallMark().status == InstallExceptionStatus::INSTALL_START) { in IsBundleInstalled() [all...] |
H A D | base_bundle_installer.cpp | 2061 if (!dataMgr_->UpdateBundleInstallState(bundleName_, InstallState::INSTALL_START)) { in ProcessBundleInstallStatus() 2074 info.SetInstallMark(bundleName_, modulePackage_, InstallExceptionStatus::INSTALL_START); in ProcessBundleInstallStatus() 4863 state_ = InstallerState::INSTALL_START; in ResetInstallProperties()
|
H A D | bundle_mgr_service_event_handler.cpp | 823 dataMgr->UpdateBundleInstallState(bundleName, InstallState::INSTALL_START); in SaveInstallInfoToCache()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | base_bundle_installer.h | 49 INSTALL_START, member in OHOS::AppExecFwk::BaseBundleInstaller::InstallerState 753 InstallerState state_ = InstallerState::INSTALL_START;
|
H A D | bundle_data_mgr.h | 61 INSTALL_START = 1, member in OHOS::AppExecFwk::InstallState
|
H A D | inner_bundle_info.h | 154 INSTALL_START = 1,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_installer_test/ |
H A D | bms_bundle_clone_installer_test.cpp | 128 dataMgr->UpdateBundleInstallState(bundleName, InstallState::INSTALL_START); in SetInnerBundleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_query_test/ |
H A D | bms_bundle_quick_fix_query_test.cpp | 155 bool startRet = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START);
in MockInstallBundleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 337 dataMgr->UpdateBundleInstallState(bundleName, InstallState::INSTALL_START); in SaveInstallInfoToCache()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_install_checker_test.cpp | 724 bool ret1 = baseBundleInstaller.dataMgr_ ->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START);
in HWTEST_F() 787 bool ret1 = baseBundleInstaller.dataMgr_->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START);
in HWTEST_F() 820 bool ret1 = baseBundleInstaller.dataMgr_->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START);
in HWTEST_F()
|
H A D | bms_multiple_installer_test.cpp | 509 dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START); in HWTEST_F() 1897 dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START); in HWTEST_F()
|
H A D | bms_bundle_app_service_fwk_installer.cpp | 1924 installer.dataMgr_->installStates_.emplace(BUNDLE_NAME, InstallState::INSTALL_START); in HWTEST_F()
|
H A D | bms_bundle_installer_test.cpp | 593 dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START); in HWTEST_F() 4743 bool ret1 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME_TEST, InstallState::INSTALL_START); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 479 dataMgr->UpdateBundleInstallState(bundleName_, InstallState::INSTALL_START); in SaveBundleInfoToStorage()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_default_app_test/ |
H A D | bms_bundle_default_app_mgr_test.cpp | 150 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::INSTALL_START); in AddInnerBundleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 722 if (!dataMgr_->UpdateBundleInstallState(bundleName_, InstallState::INSTALL_START)) { in SaveBundleInfoToStorage()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/ |
H A D | bms_bundle_kit_service_base_test.cpp | 271 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::INSTALL_START); in SaveToDatabase()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/ |
H A D | bms_bundle_free_install_test.cpp | 220 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::INSTALL_START); in AddInnerBundleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 627 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::INSTALL_START); in SaveToDatabase() 7474 innerBundleInfo.SetInstallMark(BUNDLE_NAME_TEST, MODULE_NAME_TEST, InstallExceptionStatus::INSTALL_START); in HWTEST_F()
|