Home
last modified time | relevance | path

Searched refs:kIssueInternalError (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/
Dconnection_diagnostics.cc130 const char ConnectionDiagnostics::kIssueInternalError[] = member in shill::ConnectionDiagnostics
312 ReportResultAndStop(kIssueInternalError); in StartAfterPortalDetectionInternal()
334 ReportResultAndStop(kIssueInternalError); in StartAfterPortalDetectionInternal()
359 ReportResultAndStop(kIssueInternalError); in ResolveTargetServerIPAddress()
428 ReportResultAndStop(kIssueInternalError); in PingDNSServers()
450 ReportResultAndStop(kIssueInternalError); in FindRouteToHost()
476 ReportResultAndStop(kIssueInternalError); in FindArpTableEntry()
512 ReportResultAndStop(kIssueInternalError); in FindNeighborTableEntry()
540 ReportResultAndStop(kIssueInternalError); in CheckIpCollision()
548 ReportResultAndStop(kIssueInternalError); in CheckIpCollision()
[all …]
Dconnection_diagnostics.h194 static const char kIssueInternalError[]; variable
Dconnection_diagnostics_unittest.cc339 ExpectPingDNSSeversStart(false, ConnectionDiagnostics::kIssueInternalError); in ExpectPingDNSSeversStartFailureAllIcmpSessionsFailed()
415 ConnectionDiagnostics::kIssueInternalError)); in ExpectPingHostStartFailure()
417 ResultCallback(ConnectionDiagnostics::kIssueInternalError, in ExpectPingHostStartFailure()
657 expected_issue == ConnectionDiagnostics::kIssueInternalError); in ExpectPingDNSSeversStart()
Dmetrics.cc1594 } else if (issue == ConnectionDiagnostics::kIssueInternalError) { in NotifyConnectionDiagnosticsIssue()