Searched refs:health_check_in_progress (Results 1 – 5 of 5) sorted by relevance
41 MOCK_CONST_METHOD0(health_check_in_progress, bool());
126 bool ConnectionHealthChecker::health_check_in_progress() const { in health_check_in_progress() function in shill::ConnectionHealthChecker217 bool restart = health_check_in_progress(); in SetConnection()
106 virtual bool health_check_in_progress() const;
163 if (health_checker_->health_check_in_progress()) { in RequestConnectionHealthCheck()
303 EXPECT_CALL(*health_checker, health_check_in_progress()) in TEST_F()