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

  /system/connectivity/shill/
connection_health_checker.cc 109 health_check_in_progress_(false),
127 return health_check_in_progress_;
169 if (health_check_in_progress_) {
180 health_check_in_progress_ = true;
202 health_check_in_progress_ = false;
connection_health_checker.h 225 bool health_check_in_progress_; member in class:shill::ConnectionHealthChecker
connection_health_checker_unittest.cc 252 EXPECT_FALSE(health_checker_->health_check_in_progress_);

Completed in 41 milliseconds