Home
last modified time | relevance | path

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

/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
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", timer); 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 Dmodule_update.cpp319 repository_.SaveInstallerResult(moduleFile.GetPath(), status.hmpName, in ActivateModules()
/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_consumer.cpp90 ModuleUpdateMain::GetInstance().SaveInstallerResult(saStatusPair.second, ModuleErrorCode::ERR_BMS_REVERT, in Run()
104 ModuleUpdateMain::GetInstance().SaveInstallerResult(hmpName, ModuleErrorCode::ERR_SAMGR_REVERT, in Run()
H A Dmodule_update_main.cpp533 void ModuleUpdateMain::SaveInstallerResult(const std::string &hmpPath, int result, in SaveInstallerResult() function in OHOS::SysInstaller::ModuleUpdateMain
/base/update/sys_installer/services/module_update/include/
H A Dmodule_file_repository.h38 void SaveInstallerResult(const std::string &path, const std::string &hmpName,
/base/update/sys_installer/services/module_update/service/include/
H A Dmodule_update_main.h45 void SaveInstallerResult(const std::string &hmpPath, int result,
/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()

Completed in 4 milliseconds