Searched refs:maxRetryAttempts (Results 1 – 6 of 6) sorted by relevance
12 const size_t maxRetryAttempts = 15; variable183 auto gaveUp = _retryCount >= maxRetryAttempts; in newLogCallback()241 if (_retryCount >= maxRetryAttempts) in doNewLogNotify()244 if (_retryCount == maxRetryAttempts) in doNewLogNotify()
71 static constexpr int maxRetryAttempts = 3; member in Inventory
275 if (it->second.retryCount >= maxRetryAttempts) in handleInventoryPropertyResponse()280 "ATTEMPTS", maxRetryAttempts); in handleInventoryPropertyResponse()
302 policy->maxRetryAttempts = retryAttempts; in updateRetryConfig()
110 uint32_t maxRetryAttempts = 5; member471 if ((retryCount >= connPolicy->maxRetryAttempts) || in waitAndRetry()
408 return {.maxRetryAttempts = 0, in getAggregationPolicy()