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 D | bms_bundle_exception_handler_test.cpp | 170 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 D | bundle_exception_handler.cpp | 111 if (mark.status == InstallExceptionStatus::INSTALL_FINISH) { in InnerHandleInvalidBundle()
|
H A D | base_bundle_installer.cpp | 1815 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 D | bundle_mgr_service_event_handler.cpp | 1749 info.GetInstallMark().status != InstallExceptionStatus::INSTALL_FINISH) { in InnerProcessRebootBundleInstall()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 460 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 D | app_service_fwk_installer.cpp | 1049 … info.SetInstallMark(bundleName_, info.GetCurModuleName(), InstallExceptionStatus::INSTALL_FINISH); in MarkInstallFinish()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 155 INSTALL_FINISH, enumerator
|