Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dconnection_health_checker.cc109 health_check_in_progress_(false), in ConnectionHealthChecker()
127 return health_check_in_progress_; in health_check_in_progress()
169 if (health_check_in_progress_) { in Start()
180 health_check_in_progress_ = true; in Start()
202 health_check_in_progress_ = false; in Stop()
Dconnection_health_checker.h225 bool health_check_in_progress_; variable
Dconnection_health_checker_unittest.cc252 EXPECT_FALSE(health_checker_->health_check_in_progress_); in ExpectReset()