Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_client.hpp635 const std::shared_ptr<ConnectionPolicy>& connPolicyIn, in ConnectionInfo() argument
638 connPolicy(connPolicyIn), host(hostIn), connId(connIdIn), ioc(iocIn), in ConnectionInfo()
834 const std::shared_ptr<ConnectionPolicy>& connPolicyIn, in ConnectionPool() argument
837 id(idIn), connPolicy(connPolicyIn), destIP(destIPIn) in ConnectionPool()
865 const std::shared_ptr<ConnectionPolicy>& connPolicyIn) : in HttpClient() argument
867 connPolicy(connPolicyIn) in HttpClient()