Home
last modified time | relevance | path

Searched refs:kTypePingGateway (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dconnection_diagnostics_unittest.cc427 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 …]
Dconnection_diagnostics.cc581 ? kTypePingGateway in PingHost()
717 ReportResultAndStop(ping_event_type == kTypePingGateway in OnPingHostComplete()
725 ping_event_type == kTypePingGateway && in OnPingHostComplete()
778 kTypePingGateway, kPhaseEnd, kResultFailure, in OnArpRequestTimeout()
Dconnection_diagnostics.h133 kTypePingGateway = 4, enumerator