HomeSort by relevance Sort by last modified time
    Searched defs:DNSServerTester (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/
dns_server_tester.cc 40 const char DNSServerTester::kDNSTestHostname[] = "www.gstatic.com";
42 const int DNSServerTester::kDNSTestRetryIntervalMilliseconds = 60000;
44 const int DNSServerTester::kDNSTimeoutMilliseconds = 5000;
46 DNSServerTester::DNSServerTester(ConnectionRefPtr connection,
56 dns_client_callback_(Bind(&DNSServerTester::DNSClientCallback,
66 DNSServerTester::~DNSServerTester() {
70 void DNSServerTester::Start() {
77 void DNSServerTester::StartAttempt(int delay_ms)
    [all...]
dns_server_tester.h 39 // The DNSServerTester class implements the DNS health check
50 class DNSServerTester {
57 DNSServerTester(ConnectionRefPtr connection,
62 virtual ~DNSServerTester();
93 base::WeakPtrFactory<DNSServerTester> weak_ptr_factory_;
100 DISALLOW_COPY_AND_ASSIGN(DNSServerTester);

Completed in 569 milliseconds