Home
last modified time | relevance | path

Searched refs:HttpBootHandler (Results 1 – 3 of 3) sorted by relevance

/openbmc/pldm/oem/meta/libpldmresponder/
H A Dfile_io_type_http_boot.hpp14 class HttpBootHandler : public FileHandler class
17 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;
H A Dfile_io.cpp28 return std::make_unique<HttpBootHandler>(); in getHandlerByType()
H A Dfile_io_type_http_boot.cpp23 int HttpBootHandler::read(struct pldm_oem_meta_file_io_read_resp* data) in read()