Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/services/module_update/src/
H A Dmodule_file_repository.cpp53 void ModuleFileRepository::SaveInstallerResult(const std::string &path, const std::string &hmpName, in SaveInstallerResult() function in OHOS::SysInstaller::ModuleFileRepository
97SaveInstallerResult(path, hmpName, ModuleErrorCode::ERR_VERIFY_SIGN_FAIL, "img empty", timer); in ProcessFile()
103SaveInstallerResult(path, hmpName, ModuleErrorCode::ERR_VERIFY_SIGN_FAIL, "get pub key fail", time… in ProcessFile()
108SaveInstallerResult(path, hmpName, ModuleErrorCode::ERR_VERIFY_SIGN_FAIL, "verify fail", timer); in ProcessFile()
113SaveInstallerResult(path, hmpName, ModuleErrorCode::ERR_VERIFY_SIGN_FAIL, "hvb fail", timer); in ProcessFile()
H A Dmodule_update.cpp319 repository_.SaveInstallerResult(moduleFile.GetPath(), status.hmpName, in ActivateModules()
/ohos5.0/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_consumer.cpp90 …ModuleUpdateMain::GetInstance().SaveInstallerResult(saStatusPair.second, ModuleErrorCode::ERR_BMS_… in Run()
104 … ModuleUpdateMain::GetInstance().SaveInstallerResult(hmpName, ModuleErrorCode::ERR_SAMGR_REVERT, in Run()
H A Dmodule_update_main.cpp530 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 Dmodule_file_repository.h38 void SaveInstallerResult(const std::string &path, const std::string &hmpName,
/ohos5.0/base/update/sys_installer/services/module_update/service/include/
H A Dmodule_update_main.h45 void SaveInstallerResult(const std::string &hmpPath, int result,
/ohos5.0/base/update/sys_installer/frameworks/ipc_server/src/
H A Dmodule_update_service.cpp112 ModuleUpdateMain::GetInstance().SaveInstallerResult(path, ret, std::to_string(ret), timer); in StartUpdateHmpPackage()