Searched refs:SaveInstallerResult (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/update/sys_installer/services/module_update/src/ |
H A D | module_file_repository.cpp | 53 void ModuleFileRepository::SaveInstallerResult(const std::string &path, const std::string &hmpName, in SaveInstallerResult() function in OHOS::SysInstaller::ModuleFileRepository 97 … 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()
|
H A D | module_update.cpp | 319 repository_.SaveInstallerResult(moduleFile.GetPath(), status.hmpName, in ActivateModules()
|
/ohos5.0/base/update/sys_installer/services/module_update/service/src/ |
H A D | module_update_consumer.cpp | 90 …ModuleUpdateMain::GetInstance().SaveInstallerResult(saStatusPair.second, ModuleErrorCode::ERR_BMS_… in Run() 104 … ModuleUpdateMain::GetInstance().SaveInstallerResult(hmpName, ModuleErrorCode::ERR_SAMGR_REVERT, in Run()
|
H A D | module_update_main.cpp | 530 void ModuleUpdateMain::SaveInstallerResult(const std::string &hmpPath, int result, in SaveInstallerResult() function in OHOS::SysInstaller::ModuleUpdateMain
|
/ohos5.0/base/update/sys_installer/services/module_update/include/ |
H A D | module_file_repository.h | 38 void SaveInstallerResult(const std::string &path, const std::string &hmpName,
|
/ohos5.0/base/update/sys_installer/services/module_update/service/include/ |
H A D | module_update_main.h | 45 void SaveInstallerResult(const std::string &hmpPath, int result,
|
/ohos5.0/base/update/sys_installer/frameworks/ipc_server/src/ |
H A D | module_update_service.cpp | 112 ModuleUpdateMain::GetInstance().SaveInstallerResult(path, ret, std::to_string(ret), timer); in StartUpdateHmpPackage()
|