Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_notifier.cpp12 const size_t maxRetryAttempts = 15; variable
183 auto gaveUp = _retryCount >= maxRetryAttempts; in newLogCallback()
241 if (_retryCount >= maxRetryAttempts) in doNewLogNotify()
244 if (_retryCount == maxRetryAttempts) in doNewLogNotify()
/openbmc/dbus-sensors/src/nvidia-gpu/
H A DInventory.hpp71 static constexpr int maxRetryAttempts = 3; member in Inventory
H A DInventory.cpp275 if (it->second.retryCount >= maxRetryAttempts) in handleInventoryPropertyResponse()
280 "ATTEMPTS", maxRetryAttempts); in handleInventoryPropertyResponse()
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp302 policy->maxRetryAttempts = retryAttempts; in updateRetryConfig()
/openbmc/bmcweb/http/
H A Dhttp_client.hpp110 uint32_t maxRetryAttempts = 5; member
471 if ((retryCount >= connPolicy->maxRetryAttempts) || in waitAndRetry()
/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp408 return {.maxRetryAttempts = 0, in getAggregationPolicy()