HomeSort by relevance Sort by last modified time
    Searched full:attempt_count_ (Results 1 - 3 of 3) sorted by null

  /system/connectivity/shill/
portal_detector.cc 59 : attempt_count_(0),
90 attempt_count_ = 1;
103 attempt_count_ = 0;
116 if (attempt_count_ > 1)
118 if (attempt_count_ == 1 && connectivity_trial_.get())
132 attempt_count_,
140 attempt_count_ >= kMaxRequestAttempts ||
142 result.num_attempts = attempt_count_;
146 attempt_count_++;
163 if (attempt_count_ > 0)
    [all...]
portal_detector.h 157 int attempt_count_; member in class:shill::PortalDetector
portal_detector_unittest.cc 139 EXPECT_FALSE(portal_detector_->attempt_count_);

Completed in 129 milliseconds