Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_client.hpp169 friend class ConnectionPool;
665 class ConnectionPool : public std::enable_shared_from_this<ConnectionPool> class
761 auto cb = std::bind_front(&ConnectionPool::afterSendData, in sendData()
818 static void afterSendData(const std::weak_ptr<ConnectionPool>& weakSelf, in afterSendData()
828 std::shared_ptr<ConnectionPool> self = weakSelf.lock(); in afterSendData()
853 explicit ConnectionPool( in ConnectionPool() function in crow::ConnectionPool
892 std::unordered_map<std::string, std::shared_ptr<ConnectionPool>>
952 pool.first->second = std::make_shared<ConnectionPool>( in sendDataWithCallback()