Searched refs:HttpBootHandler (Results 1 – 3 of 3) sorted by relevance
14 class HttpBootHandler : public FileHandler class17 HttpBootHandler() = default;18 HttpBootHandler(const HttpBootHandler&) = delete;19 HttpBootHandler(HttpBootHandler&&) = delete;20 HttpBootHandler& operator=(const HttpBootHandler&) = delete;21 HttpBootHandler& operator=(HttpBootHandler&&) = delete;23 ~HttpBootHandler() = default;
28 return std::make_unique<HttpBootHandler>(); in getHandlerByType()
23 int HttpBootHandler::read(struct pldm_oem_meta_file_io_read_resp* data) in read()