Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_client.hpp654 const std::shared_ptr<ConnectionPolicy>& connPolicyIn, in ConnectionInfo() argument
657 subId(idIn), connPolicy(connPolicyIn), host(hostIn), in ConnectionInfo()
855 const std::shared_ptr<ConnectionPolicy>& connPolicyIn, in ConnectionPool() argument
858 ioc(iocIn), id(idIn), connPolicy(connPolicyIn), destIP(destIPIn), in ConnectionPool()
910 const std::shared_ptr<ConnectionPolicy>& connPolicyIn) : in HttpClient() argument
911 ioc(iocIn), connPolicy(connPolicyIn) in HttpClient()