Home
last modified time | relevance | path

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

/system/update_engine/
Dlibcurl_http_fetcher.cc350 retry_count_ = 0; in ProxiesResolved()
561 retry_count_++; in CurlPerformOnce()
565 << "after " << retry_count_ << " attempt(s)"; in CurlPerformOnce()
567 if (retry_count_ > max_retry_count_) { in CurlPerformOnce()
568 LOG(INFO) << "Reached max attempts (" << retry_count_ << ")"; in CurlPerformOnce()
Dlibcurl_http_fetcher.h294 int retry_count_{0};
/system/bt/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller.cc86 int retry_count_ = 0; member
120 retry_count_ = 1; in local_busy_clear()
158 retry_count_ = 1; in retrans_timer_expires()
166 retry_count_++; in monitor_timer_expires()
490 return retry_count_ < controller_->local_max_transmit_; in retry_count_less_than_max_transmit()