Home
last modified time | relevance | path

Searched refs:afterAccept (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/http/
H A Dhttp_server.hpp123 void afterAccept(SocketPtr socket, const boost::system::error_code& ec) in afterAccept() function in crow::Server
175 std::bind_front(&self_t::afterAccept, this, std::move(socket))); in doAccept()
/openbmc/bmcweb/include/
H A Dvm_websocket.hpp249 static void afterAccept(const std::weak_ptr<NbdProxyServer>& weak, in afterAccept() function
276 std::bind_front(&NbdProxyServer::afterAccept, weak_from_this())); in run()