Home
last modified time | relevance | path

Searched refs:setFd (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/include/
H A Dduplicatable_file_handle.hpp58 void setFd(int fd) in setFd() function
/openbmc/bmcweb/test/http/
H A Dhttp_body_test.cpp126 value.setFd(fileno(r), ec); in TEST()
/openbmc/bmcweb/http/
H A Dhttp_body.hpp154 void setFd(int fd, boost::system::error_code& ec) in setFd() function in bmcweb::HttpBody::value_type
H A Dhttp_response.hpp369 response.body().setFd(fd, ec); in openFd()