Lines Matching refs:issue
426 const string& issue = in ExpectPingHostEndSuccess() local
430 EXPECT_CALL(metrics_, NotifyConnectionDiagnosticsIssue(issue)); in ExpectPingHostEndSuccess()
432 ResultCallback(issue, IsEventList(expected_events_))); in ExpectPingHostEndSuccess()
537 const string& issue = in ExpectNeighborTableLookupEndSuccess() local
540 EXPECT_CALL(metrics_, NotifyConnectionDiagnosticsIssue(issue)); in ExpectNeighborTableLookupEndSuccess()
542 ResultCallback(issue, IsEventList(expected_events_))); in ExpectNeighborTableLookupEndSuccess()
611 const string& issue = diag_result == ConnectionDiagnostics::kResultSuccess in ExpectPortalDetectionEnd() local
614 EXPECT_CALL(metrics_, NotifyConnectionDiagnosticsIssue(issue)); in ExpectPortalDetectionEnd()
616 ResultCallback(issue, IsEventList(expected_events_))); in ExpectPortalDetectionEnd()
759 const string& issue = in ExpectArpTableLookup() local
762 EXPECT_CALL(metrics_, NotifyConnectionDiagnosticsIssue(issue)); in ExpectArpTableLookup()
764 ResultCallback(issue, IsEventList(expected_events_))); in ExpectArpTableLookup()
787 string issue; in ExpectNeighborTableLookupEndFailure() local
789 issue = is_gateway ? ConnectionDiagnostics::kIssueGatewayNoNeighborEntry in ExpectNeighborTableLookupEndFailure()
791 EXPECT_CALL(metrics_, NotifyConnectionDiagnosticsIssue(issue)); in ExpectNeighborTableLookupEndFailure()
793 ResultCallback(issue, IsEventList(expected_events_))); in ExpectNeighborTableLookupEndFailure()
796 issue = in ExpectNeighborTableLookupEndFailure()
800 EXPECT_CALL(metrics_, NotifyConnectionDiagnosticsIssue(issue)); in ExpectNeighborTableLookupEndFailure()
803 ResultCallback(issue, in ExpectNeighborTableLookupEndFailure()