Home
last modified time | relevance | path

Searched refs:NetDataHandler (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dnet_handler.cpp30 bool NetDataHandler::open() in open()
62 bool NetDataHandler::close() in close()
70 std::vector<std::uint8_t> NetDataHandler::copyFrom(std::uint32_t length) in copyFrom()
141 bool NetDataHandler::writeMeta(const std::vector<std::uint8_t>&) in writeMeta()
148 std::vector<std::uint8_t> NetDataHandler::readMeta() in readMeta()
H A Dnet_handler.hpp19 class NetDataHandler : public DataInterface class
22 NetDataHandler() : listenFd(std::nullopt), connFd(std::nullopt) {} in NetDataHandler() function in ipmi_flash::NetDataHandler
H A Dmain.cpp109 std::make_unique<NetDataHandler>()); in createHandler()
/openbmc/phosphor-ipmi-flash/tools/
H A Dnet.hpp18 class NetDataHandler : public DataInterface class
21 NetDataHandler(ipmiblob::BlobInterface* blob, ProgressInterface* progress, in NetDataHandler() function in host_tool::NetDataHandler
H A Dnet.cpp53 bool NetDataHandler::sendContents(const std::string& input, in sendContents()
H A Dmain.cpp239 handler = std::make_unique<host_tool::NetDataHandler>( in main()
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_net_unittest.cpp103 NetDataHandler handler;