Home
last modified time | relevance | path

Searched refs:ReportResultAndStop (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/
Dconnection_diagnostics.cc268 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()
[all …]
Dconnection_diagnostics.h245 void ReportResultAndStop(const std::string &issue);