Searched defs:ConnectionTester (Results 1 - 2 of 2) sorted by last modified time

/system/connectivity/shill/
H A Dconnection_tester.cc46 const int ConnectionTester::kTrialTimeoutSeconds = 5;
48 ConnectionTester::ConnectionTester( function in class:shill::ConnectionTester
60 Bind(&ConnectionTester::CompleteTest,
63 ConnectionTester::~ConnectionTester() {
68 void ConnectionTester::Start() {
75 void ConnectionTester::Stop() {
80 void ConnectionTester::CompleteTest(ConnectivityTrial::Result result) {
H A Dconnection_tester.h35 // The ConnectionTester class implements a single trial connectivity test
45 class ConnectionTester { class in namespace:shill
47 ConnectionTester(ConnectionRefPtr connection,
50 virtual ~ConnectionTester();
72 base::WeakPtrFactory<ConnectionTester> weak_ptr_factory_;
76 DISALLOW_COPY_AND_ASSIGN(ConnectionTester);

Completed in 19 milliseconds