Home
last modified time | relevance | path

Searched refs:health_check_in_progress (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/
Dmock_connection_health_checker.h41 MOCK_CONST_METHOD0(health_check_in_progress, bool());
Dconnection_health_checker.cc126 bool ConnectionHealthChecker::health_check_in_progress() const { in health_check_in_progress() function in shill::ConnectionHealthChecker
217 bool restart = health_check_in_progress(); in SetConnection()
Dconnection_health_checker.h106 virtual bool health_check_in_progress() const;
/system/connectivity/shill/cellular/
Dactive_passive_out_of_credits_detector.cc163 if (health_checker_->health_check_in_progress()) { in RequestConnectionHealthCheck()
Dactive_passive_out_of_credits_detector_unittest.cc303 EXPECT_CALL(*health_checker, health_check_in_progress()) in TEST_F()