Searched defs:ConnectivityTrial (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/
H A Dconnectivity_trial.cc54 const char ConnectivityTrial::kDefaultURL[] =
56 const char ConnectivityTrial::kResponseExpected[] = "HTTP/?.? 204";
58 ConnectivityTrial::ConnectivityTrial( function in class:shill::ConnectivityTrial
69 Bind(&ConnectivityTrial::RequestReadCallback,
72 Bind(&ConnectivityTrial::RequestResultCallback,
76 ConnectivityTrial::~ConnectivityTrial() {
80 bool ConnectivityTrial::Retry(int start_delay_milliseconds) {
90 bool ConnectivityTrial
[all...]
H A Dconnectivity_trial.h42 // The ConnectivityTrial class implements a single portal detection
46 // ConnectivityTrial is responsible for managing the callbacks between the
48 // used to test connectivity. ConnectivityTrial maps between the HTTPRequest
51 // ConnectivityTrial tests the connection by attempting to parse and access a
56 class ConnectivityTrial { class in namespace:shill
84 ConnectivityTrial(ConnectionRefPtr connection,
88 virtual ~ConnectivityTrial();
102 // ConnectivityTrial::Result with the phase set to
103 // ConnectivityTrial::kPhaseDNS and the status set to
104 // ConnectivityTrial
[all...]

Completed in 136 milliseconds