Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_client.hpp641 const std::shared_ptr<ConnectionPolicy>& connPolicyIn, in ConnectionInfo() argument
644 subId(idIn), connPolicy(connPolicyIn), host(hostIn), in ConnectionInfo()
842 const std::shared_ptr<ConnectionPolicy>& connPolicyIn, in ConnectionPool() argument
845 ioc(iocIn), id(idIn), connPolicy(connPolicyIn), destIP(destIPIn), in ConnectionPool()
897 const std::shared_ptr<ConnectionPolicy>& connPolicyIn) : in HttpClient() argument
898 ioc(iocIn), connPolicy(connPolicyIn) in HttpClient()