Searched refs:afterRead (Results 1 – 4 of 4) sorted by relevance
| /openbmc/bmcweb/http/ |
| H A D | websocket_impl.hpp | 239 void afterRead(const std::shared_ptr<Connection>& /*self*/, in afterRead() function in crow::websocket::ConnectionImpl 276 ws.async_read(inBuffer, std::bind_front(&self_t::afterRead, this, in doRead()
|
| H A D | http_connection.hpp | 697 void afterRead(const std::shared_ptr<self_type>& /*self*/, in afterRead() function in crow::Connection 766 std::bind_front(&self_type::afterRead, this, in doRead() 773 std::bind_front(&self_type::afterRead, this, in doRead()
|
| H A D | http_client.hpp | 364 std::bind_front(&ConnectionInfo::afterRead, this, in recvMessage() 371 std::bind_front(&ConnectionInfo::afterRead, this, in recvMessage() 376 void afterRead(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterRead() function in crow::ConnectionInfo
|
| /openbmc/bmcweb/features/virtual_media/ |
| H A D | vm_websocket.hpp | 321 void afterRead(const std::weak_ptr<NbdProxyServer>& weak, in afterRead() function 348 std::bind_front(&NbdProxyServer::afterRead, in doRead()
|