Home
last modified time | relevance | path

Searched refs:UpdateHandler (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-ipmi-flash/tools/
H A Dhandler.cpp52 bool UpdateHandler::checkAvailable(const std::string& goalFirmware) in checkAvailable()
74 std::vector<uint8_t> UpdateHandler::retryIfFailed( in retryIfFailed()
106 void UpdateHandler::retrySendFile(const std::string& target, in retrySendFile()
122 void UpdateHandler::sendFile(const std::string& target, const std::string& path) in sendFile()
130 void UpdateHandler::retryVerifyFile(const std::string& target, in retryVerifyFile()
154 bool UpdateHandler::verifyFile(const std::string& target, bool ignoreStatus) in verifyFile()
164 std::vector<uint8_t> UpdateHandler::retryReadVersion( in retryReadVersion()
186 std::vector<uint8_t> UpdateHandler::readVersion(const std::string& versionBlob) in readVersion()
193 void UpdateHandler::cleanArtifacts() in cleanArtifacts()
H A Dhandler.hpp63 class UpdateHandler : public UpdateHandlerInterface class
66 UpdateHandler(ipmiblob::BlobInterface* blob, DataInterface* handler) : in UpdateHandler() function in host_tool::UpdateHandler
70 ~UpdateHandler() = default;
H A Dmain.cpp276 host_tool::UpdateHandler updater(&blob, handler.get()); in main()
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_updater_unittest.cpp34 UpdateHandler updater{&blobMock, &handlerMock};