Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_client.hpp108 struct ConnectionPolicy struct
142 std::shared_ptr<ConnectionPolicy> connPolicy;
654 const std::shared_ptr<ConnectionPolicy>& connPolicyIn, in ConnectionInfo()
670 std::shared_ptr<ConnectionPolicy> connPolicy;
855 const std::shared_ptr<ConnectionPolicy>& connPolicyIn, in ConnectionPool()
897 std::shared_ptr<ConnectionPolicy> connPolicy;
910 const std::shared_ptr<ConnectionPolicy>& connPolicyIn) : in HttpClient()
/openbmc/bmcweb/redfish-core/include/
H A Dsubscription.hpp92 std::shared_ptr<crow::ConnectionPolicy> policy;
H A Dredfish_aggregator.hpp406 inline crow::ConnectionPolicy getAggregationPolicy() in getAggregationPolicy()
884 std::make_shared<crow::ConnectionPolicy>(getAggregationPolicy())) in RedfishAggregator()
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp49 policy(std::make_shared<crow::ConnectionPolicy>()), hbTimer(ioc)