Searched refs:afterRead (Results 1 – 3 of 3) sorted by relevance
/openbmc/bmcweb/http/ |
H A D | http_client.hpp | 321 std::bind_front(&ConnectionInfo::afterRead, this, in recvMessage() 328 std::bind_front(&ConnectionInfo::afterRead, this, in recvMessage() 333 void afterRead(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterRead() function in crow::ConnectionInfo
|
H A D | http_connection.hpp | 581 void afterRead(const std::shared_ptr<self_type>& /*self*/, in afterRead() function in crow::Connection 645 std::bind_front(&self_type::afterRead, this, shared_from_this())); in doRead()
|
/openbmc/bmcweb/include/ |
H A D | vm_websocket.hpp | 304 void afterRead(const std::weak_ptr<NbdProxyServer>& weak, in afterRead() function 331 std::bind_front(&NbdProxyServer::afterRead, in doRead()
|