Searched refs:NetDataHandler (Results 1 – 7 of 7) sorted by relevance
30 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()
19 class NetDataHandler : public DataInterface class22 NetDataHandler() : listenFd(std::nullopt), connFd(std::nullopt) {} in NetDataHandler() function in ipmi_flash::NetDataHandler
109 std::make_unique<NetDataHandler>()); in createHandler()
18 class NetDataHandler : public DataInterface class21 NetDataHandler(ipmiblob::BlobInterface* blob, ProgressInterface* progress, in NetDataHandler() function in host_tool::NetDataHandler
53 bool NetDataHandler::sendContents(const std::string& input, in sendContents()
239 handler = std::make_unique<host_tool::NetDataHandler>( in main()
103 NetDataHandler handler;