Searched refs:openFd (Results 1 – 4 of 4) sorted by relevance
/openbmc/bmcweb/test/http/ |
H A D | http_response_test.cpp | 97 res.openFd(fileno(fd)); in TEST() 109 res.openFd(fileno(fd), bmcweb::EncodingType::Base64); in TEST() 151 res.openFd(fileno(f), bmcweb::EncodingType::Base64); in TEST() 166 res.openFd(file.native_handle(), bmcweb::EncodingType::Base64); in TEST() 181 res.openFd(file.native_handle()); in TEST()
|
/openbmc/phosphor-net-ipmid/ |
H A D | sd_event_loop.cpp | 173 int openFd = SD_LISTEN_FDS_START; in setupSocket() local 174 if (!sd_is_socket(openFd, AF_UNSPEC, SOCK_DGRAM, -1)) in setupSocket() 181 *io, boost::asio::ip::udp::v6(), openFd); in setupSocket()
|
/openbmc/bmcweb/http/ |
H A D | http_response.hpp | 317 bool openFd(int fd, bmcweb::EncodingType enc = bmcweb::EncodingType::Raw) in openFd() function
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | log_services.hpp | 658 if (!asyncResp->res.openFd(fd, bmcweb::EncodingType::Base64)) in downloadEntryCallback() 668 if (!asyncResp->res.openFd(fd)) in downloadEntryCallback()
|