Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_client.hpp129 class ConnectionInfo : public std::enable_shared_from_this<ConnectionInfo> class
195 std::bind_front(&ConnectionInfo::afterConnect, this, in afterResolve()
284 std::bind_front(&ConnectionInfo::afterWrite, this, in sendMessage()
291 std::bind_front(&ConnectionInfo::afterWrite, this, in sendMessage()
337 std::bind_front(&ConnectionInfo::afterRead, this, in recvMessage()
344 std::bind_front(&ConnectionInfo::afterRead, this, in recvMessage()
434 std::shared_ptr<ConnectionInfo> self = weakSelf.lock(); in onTimeout()
633 explicit ConnectionInfo( in ConnectionInfo() function in crow::ConnectionInfo
652 std::vector<std::shared_ptr<ConnectionInfo>> connections;
659 void setConnProps(ConnectionInfo& conn) in setConnProps()
[all …]