Home
last modified time | relevance | path

Searched refs:INSTALL_FINISH (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_exception_handler_test/
H A Dbms_bundle_exception_handler_test.cpp170 info.SetInstallMark(BUNDLE_NAME, Package_NAME, InstallExceptionStatus::INSTALL_FINISH);
173 EXPECT_EQ(data.status, InstallExceptionStatus::INSTALL_FINISH);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_exception_handler.cpp111 if (mark.status == InstallExceptionStatus::INSTALL_FINISH) { in InnerHandleInvalidBundle()
H A Dbase_bundle_installer.cpp1815 oldInfo.SetInstallMark(bundleName, modulePackage, InstallExceptionStatus::INSTALL_FINISH); in ProcessBundleUninstall()
2087 info.SetInstallMark(bundleName_, modulePackage_, InstallExceptionStatus::INSTALL_FINISH); in ProcessBundleInstallStatus()
2243 oldInfo.SetInstallMark(bundleName_, modulePackage_, InstallExceptionStatus::INSTALL_FINISH); in ProcessNewModuleInstall()
6002 … info.SetInstallMark(bundleName_, info.GetCurModuleName(), InstallExceptionStatus::INSTALL_FINISH); in MarkInstallFinish()
H A Dbundle_mgr_service_event_handler.cpp1749 info.GetInstallMark().status != InstallExceptionStatus::INSTALL_FINISH) { in InnerProcessRebootBundleInstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp460 newBundleInfo_.SetInstallMark(bundleName_, packageName, InstallExceptionStatus::INSTALL_FINISH); in SaveBundleInfoToStorage()
795 … info.SetInstallMark(bundleName_, info.GetCurModuleName(), InstallExceptionStatus::INSTALL_FINISH); in MarkInstallFinish()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp1049 … info.SetInstallMark(bundleName_, info.GetCurModuleName(), InstallExceptionStatus::INSTALL_FINISH); in MarkInstallFinish()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h155 INSTALL_FINISH, enumerator