Searched refs:UpdateHandler (Results 1 – 4 of 4) sorted by relevance
52 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()
63 class UpdateHandler : public UpdateHandlerInterface class66 UpdateHandler(ipmiblob::BlobInterface* blob, DataInterface* handler) : in UpdateHandler() function in host_tool::UpdateHandler70 ~UpdateHandler() = default;
276 host_tool::UpdateHandler updater(&blob, handler.get()); in main()
34 UpdateHandler updater{&blobMock, &handlerMock};