Lines Matching refs:ReportResultAndStop
268 void ConnectionDiagnostics::ReportResultAndStop(const string& issue) { in ReportResultAndStop() function in shill::ConnectionDiagnostics
303 ReportResultAndStop(result_type == kResultSuccess ? kIssueNone in StartAfterPortalDetectionInternal()
312 ReportResultAndStop(kIssueInternalError); in StartAfterPortalDetectionInternal()
320 ReportResultAndStop(kIssueDNSServerMisconfig); in StartAfterPortalDetectionInternal()
334 ReportResultAndStop(kIssueInternalError); in StartAfterPortalDetectionInternal()
359 ReportResultAndStop(kIssueInternalError); in ResolveTargetServerIPAddress()
377 ReportResultAndStop(kIssueNoDNSServersConfigured); in PingDNSServers()
425 ReportResultAndStop(kIssueDNSServersInvalid); in PingDNSServers()
428 ReportResultAndStop(kIssueInternalError); in PingDNSServers()
450 ReportResultAndStop(kIssueInternalError); in FindRouteToHost()
476 ReportResultAndStop(kIssueInternalError); in FindArpTableEntry()
489 ReportResultAndStop(address.Equals(connection_->gateway()) in FindArpTableEntry()
512 ReportResultAndStop(kIssueInternalError); in FindNeighborTableEntry()
540 ReportResultAndStop(kIssueInternalError); in CheckIpCollision()
548 ReportResultAndStop(kIssueInternalError); in CheckIpCollision()
565 ReportResultAndStop(kIssueInternalError); in CheckIpCollision()
591 ReportResultAndStop(kIssueInternalError); in PingHost()
612 ReportResultAndStop(kIssueInternalError); in OnPingDNSServerComplete()
635 ReportResultAndStop(kIssueInternalError); in OnPingDNSServerComplete()
663 ReportResultAndStop(kIssueDNSServerNoResponse); in OnPingDNSServerComplete()
687 ReportResultAndStop(kIssueDNSServerMisconfig); in OnDNSResolutionComplete()
717 ReportResultAndStop(ping_event_type == kTypePingGateway in OnPingHostComplete()
767 ReportResultAndStop(kIssueIPCollision); in OnArpReplyReceived()
781 ReportResultAndStop(kIssueGatewayArpFailed); in OnArpRequestTimeout()
785 ReportResultAndStop(kIssueServerArpFailed); in OnArpRequestTimeout()
816 ReportResultAndStop(address_queried.Equals(connection_->gateway()) in OnNeighborMsgReceived()
825 ReportResultAndStop(address_queried.Equals(connection_->gateway()) in OnNeighborMsgReceived()
837 ReportResultAndStop(address_queried.Equals(connection_->gateway()) in OnNeighborTableRequestTimeout()
879 ReportResultAndStop(kIssueRouting); in OnRouteQueryTimeout()