Searched refs:kTypePingGateway (Results 1 – 3 of 3) sorted by relevance
/system/connectivity/shill/ |
D | connection_diagnostics_unittest.cc | 427 ping_event_type == ConnectionDiagnostics::kTypePingGateway in ExpectPingHostEndSuccess() 1143 ExpectPingHostStartSuccess(ConnectionDiagnostics::kTypePingGateway, in TEST_F() 1145 ExpectPingHostEndSuccess(ConnectionDiagnostics::kTypePingGateway, in TEST_F() 1165 ExpectPingHostStartSuccess(ConnectionDiagnostics::kTypePingGateway, in TEST_F() 1167 ExpectPingHostEndSuccess(ConnectionDiagnostics::kTypePingGateway, in TEST_F() 1187 ExpectPingHostStartSuccess(ConnectionDiagnostics::kTypePingGateway, in TEST_F() 1189 ExpectPingHostEndSuccess(ConnectionDiagnostics::kTypePingGateway, in TEST_F() 1214 ExpectPingHostStartSuccess(ConnectionDiagnostics::kTypePingGateway, in TEST_F() 1216 ExpectPingHostEndSuccess(ConnectionDiagnostics::kTypePingGateway, in TEST_F() 1241 ExpectPingHostStartSuccess(ConnectionDiagnostics::kTypePingGateway, in TEST_F() [all …]
|
D | connection_diagnostics.cc | 581 ? kTypePingGateway in PingHost() 717 ReportResultAndStop(ping_event_type == kTypePingGateway in OnPingHostComplete() 725 ping_event_type == kTypePingGateway && in OnPingHostComplete() 778 kTypePingGateway, kPhaseEnd, kResultFailure, in OnArpRequestTimeout()
|
D | connection_diagnostics.h | 133 kTypePingGateway = 4, enumerator
|