Searched refs:AddEvent (Results 1 – 2 of 2) sorted by relevance
/system/connectivity/shill/ |
D | connection_diagnostics.cc | 199 AddEvent(kTypePortalDetection, kPhaseStart, kResultSuccess); in Start() 258 void ConnectionDiagnostics::AddEvent(Type type, Phase phase, Result result) { in AddEvent() function in shill::ConnectionDiagnostics 300 AddEvent(kTypePortalDetection, kPhasePortalDetectionEndContent, in StartAfterPortalDetectionInternal() 308 AddEvent(kTypePortalDetection, kPhasePortalDetectionEndDNS, result_type); in StartAfterPortalDetectionInternal() 328 AddEvent(kTypePortalDetection, kPhasePortalDetectionEndOther, in StartAfterPortalDetectionInternal() 431 AddEvent(kTypePingDNSServers, kPhaseStart, kResultSuccess); in PingDNSServers() 574 AddEvent(kTypeIPCollisionCheck, kPhaseStart, kResultSuccess); in CheckIpCollision() 878 AddEvent(kTypeFindRoute, kPhaseEnd, kResultFailure); in OnRouteQueryTimeout()
|
D | connection_diagnostics.h | 235 void AddEvent(Type type, Phase phase, Result result);
|