Home
last modified time | relevance | path

Searched refs:ModuleErrorCode (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_main.cpp62 return ModuleErrorCode::ERR_INSTALL_FAIL; in CreateModuleDirs()
72 return ModuleErrorCode::ERR_INSTALL_FAIL; in CreateModuleDirs()
74 return ModuleErrorCode::MODULE_UPDATE_SUCCESS; in CreateModuleDirs()
217 return ModuleErrorCode::ERR_INVALID_PATH; in CheckHmpName()
221 return ModuleErrorCode::ERR_INSTALL_FAIL; in CheckHmpName()
247 return ModuleErrorCode::ERR_INSTALL_FAIL; in ReallyInstallModulePackage()
268 return ModuleErrorCode::ERR_INSTALL_FAIL; in ReallyInstallModulePackage()
276 return ModuleErrorCode::ERR_INSTALL_FAIL; in ReallyInstallModulePackage()
280 return ModuleErrorCode::ERR_INSTALL_FAIL; in ReallyInstallModulePackage()
292 return ModuleErrorCode::ERR_INSTALL_FAIL; in ValidateVersion()
[all …]
H A Dmodule_update_consumer.cpp90 …leUpdateMain::GetInstance().SaveInstallerResult(saStatusPair.second, ModuleErrorCode::ERR_BMS_REVE… in Run()
104 … ModuleUpdateMain::GetInstance().SaveInstallerResult(hmpName, ModuleErrorCode::ERR_SAMGR_REVERT, in Run()
/ohos5.0/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
H A Dmodule_update_kits_impl.cpp106 return ModuleErrorCode::ERR_SERVICE_NOT_FOUND; in InstallModulePackage()
117 return ModuleErrorCode::ERR_SERVICE_NOT_FOUND; in UninstallModulePackage()
129 return ModuleErrorCode::ERR_SERVICE_NOT_FOUND; in GetModulePackageInfo()
140 return ModuleErrorCode::ERR_SERVICE_NOT_FOUND; in ExitModuleUpdate()
193 return ModuleErrorCode::MODULE_UPDATE_SUCCESS; in InitModuleUpdate()
215 return ModuleErrorCode::ERR_SERVICE_PARA_ERROR; in StartUpdateHmpPackage()
221 return ModuleErrorCode::ERR_SERVICE_NOT_FOUND; in StartUpdateHmpPackage()
/ohos5.0/base/update/sys_installer/services/module_update/src/
H A Dmodule_file_repository.cpp97 … SaveInstallerResult(path, hmpName, ModuleErrorCode::ERR_VERIFY_SIGN_FAIL, "img empty", timer); in ProcessFile()
103 …SaveInstallerResult(path, hmpName, ModuleErrorCode::ERR_VERIFY_SIGN_FAIL, "get pub key fail", time… in ProcessFile()
108 … SaveInstallerResult(path, hmpName, ModuleErrorCode::ERR_VERIFY_SIGN_FAIL, "verify fail", timer); in ProcessFile()
113 … SaveInstallerResult(path, hmpName, ModuleErrorCode::ERR_VERIFY_SIGN_FAIL, "hvb fail", timer); in ProcessFile()
/ohos5.0/base/update/sys_installer/frameworks/ipc_server/src/
H A Dmodule_update_service.cpp66 return ModuleErrorCode::ERR_INVALID_PATH; in InstallModulePackage()
121 ret = ModuleErrorCode::ERR_INVALID_PATH; in StartUpdateHmpPackage()
128 ret = ModuleErrorCode::ERR_VERIFY_SIGN_FAIL; in StartUpdateHmpPackage()
/ohos5.0/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_error_code.h21 enum ModuleErrorCode { enum