Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_client.hpp111 std::chrono::seconds retryIntervalSecs = std::chrono::seconds(0); member
475 connPolicy->retryIntervalSecs.count(), retryCount); in waitAndRetry()
476 timer.expires_after(connPolicy->retryIntervalSecs); in waitAndRetry()
/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp378 .retryIntervalSecs = std::chrono::seconds(0), in getAggregationPolicy()
H A Devent_service_manager.hpp451 policy->retryIntervalSecs = std::chrono::seconds(retryTimeoutInterval); in updateRetryConfig()