Searched defs:NetDataHandler (Results 1 – 2 of 2) sorted by relevance
19 class NetDataHandler : public DataInterface class22 NetDataHandler() : listenFd(std::nullopt), connFd(std::nullopt) {} in NetDataHandler() function in ipmi_flash::NetDataHandler
18 class NetDataHandler : public DataInterface class21 NetDataHandler(ipmiblob::BlobInterface* blob, ProgressInterface* progress, in NetDataHandler() function in host_tool::NetDataHandler