Home
last modified time | relevance | path

Searched refs:afterWrite (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/http/
H A Dwebsocket_impl.hpp280 void afterWrite(const std::shared_ptr<Connection>& /*self*/, in afterWrite() function in crow::websocket::ConnectionImpl
323 std::bind_front(&self_t::afterWrite, this, shared_from_this())); in doWrite()
H A Dhttp_client.hpp312 std::bind_front(&ConnectionInfo::afterWrite, this, in sendMessage()
319 std::bind_front(&ConnectionInfo::afterWrite, this, in sendMessage()
324 void afterWrite(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterWrite() function in crow::ConnectionInfo
/openbmc/bmcweb/features/virtual_media/
H A Dvm_websocket.hpp352 static void afterWrite(const std::weak_ptr<NbdProxyServer>& weak, in afterWrite() function
399 std::bind_front(&NbdProxyServer::afterWrite, weak_from_this(), in doWrite()