Home | History | Annotate | Download | only in shill

Lines Matching refs:Result

62 MATCHER_P(IsResult, result, "") {
63 return (result.trial_result.phase == arg.trial_result.phase &&
64 result.trial_result.status == arg.trial_result.status &&
65 result.final == arg.final);
119 MOCK_METHOD1(ResultCallback, void(const PortalDetector::Result& result));
120 Callback<void(const PortalDetector::Result&)>& result_callback() {
125 Callback<void(const PortalDetector::Result&)> result_callback_;
145 void ExpectAttemptRetry(const PortalDetector::Result& result) {
147 ResultCallback(IsResult(result)));
200 ConnectivityTrial::Result errorResult =
206 PortalDetector::Result(
207 ConnectivityTrial::Result(
218 // Starting the attempt immediately should result with IsInProgress returning
226 // Starting the attempt with a delay should result with IsInProgress returning
288 PortalDetector::Result(
289 ConnectivityTrial::Result(
299 PortalDetector::Result(
300 ConnectivityTrial::Result(
317 ConnectivityTrial::Result r =
346 PortalDetector::Result(
347 ConnectivityTrial::Result(
357 PortalDetector::Result(
358 ConnectivityTrial::Result(
375 ConnectivityTrial::Result r =
376 ConnectivityTrial::Result(ConnectivityTrial::kPhaseContent,
388 PortalDetector::Result(
389 ConnectivityTrial::Result(
395 ConnectivityTrial::Result r =
396 ConnectivityTrial::Result(ConnectivityTrial::kPhaseContent,
404 PortalDetector::Result(
405 ConnectivityTrial::Result(
411 ConnectivityTrial::Result r =
412 ConnectivityTrial::Result(ConnectivityTrial::kPhaseUnknown,
421 PortalDetector::Result(
422 ConnectivityTrial::Result(
428 ConnectivityTrial::Result r =
429 ConnectivityTrial::Result(ConnectivityTrial::kPhaseContent,
439 PortalDetector::Result(
440 ConnectivityTrial::Result(
447 ConnectivityTrial::Result r =
448 ConnectivityTrial::Result(ConnectivityTrial::kPhaseContent,
458 PortalDetector::Result(
459 ConnectivityTrial::Result(
465 ConnectivityTrial::Result r =
466 ConnectivityTrial::Result(ConnectivityTrial::kPhaseContent,