Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_server.hpp128 void afterAccept(SocketPtr socket, HttpType httpType, in afterAccept() function in crow::Server
167 std::bind_front(&self_t::afterAccept, this, std::move(socket), in doAccept()
/openbmc/bmcweb/include/
H A Dvm_websocket.hpp264 static void afterAccept(const std::weak_ptr<NbdProxyServer>& weak, in afterAccept() function
291 std::bind_front(&NbdProxyServer::afterAccept, weak_from_this())); in run()