Home | History | Annotate | Download | only in shill

Lines Matching refs:ConnectivityTrial

51 // This is achieved by using one or more ConnectivityTrial attempts
59 : trial_result(ConnectivityTrial::Result()),
62 explicit Result(ConnectivityTrial::Result result_in)
66 Result(ConnectivityTrial::Result result_in,
73 ConnectivityTrial::Result trial_result;
112 // ConnectivityTrial is in the progress of making attempts. Returns true if
153 // Callback used by ConnectivityTrial to return |result| after attempting to
155 void CompleteAttempt(ConnectivityTrial::Result result);
163 base::Callback<void(ConnectivityTrial::Result)> connectivity_trial_callback_;
166 std::unique_ptr<ConnectivityTrial> connectivity_trial_;