Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dconnection_diagnostics.h195 static const char kIssueGatewayNoNeighborEntry[]; variable
Dconnection_diagnostics.cc132 const char ConnectionDiagnostics::kIssueGatewayNoNeighborEntry[] = member in shill::ConnectionDiagnostics
838 ? kIssueGatewayNoNeighborEntry in OnNeighborTableRequestTimeout()
Dconnection_diagnostics_unittest.cc789 issue = is_gateway ? ConnectionDiagnostics::kIssueGatewayNoNeighborEntry in ExpectNeighborTableLookupEndFailure()
Dmetrics.cc1596 } else if (issue == ConnectionDiagnostics::kIssueGatewayNoNeighborEntry) { in NotifyConnectionDiagnosticsIssue()