Searched refs:kTypePortalDetection (Results 1 – 3 of 3) sorted by relevance
/system/connectivity/shill/ |
D | connection_diagnostics_unittest.cc | 281 AddExpectedEvent(ConnectionDiagnostics::kTypePortalDetection, in ExpectPortalDetectionStartSuccess() 608 AddExpectedEvent(ConnectionDiagnostics::kTypePortalDetection, diag_phase, in ExpectPortalDetectionEnd() 850 DoesPreviousEventMatch(ConnectionDiagnostics::kTypePortalDetection, in TEST_F() 854 DoesPreviousEventMatch(ConnectionDiagnostics::kTypePortalDetection, in TEST_F() 858 AddActualEvent(ConnectionDiagnostics::kTypePortalDetection, in TEST_F() 861 AddActualEvent(ConnectionDiagnostics::kTypePortalDetection, in TEST_F() 874 DoesPreviousEventMatch(ConnectionDiagnostics::kTypePortalDetection, in TEST_F() 880 DoesPreviousEventMatch(ConnectionDiagnostics::kTypePortalDetection, in TEST_F()
|
D | connection_diagnostics.cc | 199 AddEvent(kTypePortalDetection, kPhaseStart, kResultSuccess); in Start() 300 AddEvent(kTypePortalDetection, kPhasePortalDetectionEndContent, in StartAfterPortalDetectionInternal() 308 AddEvent(kTypePortalDetection, kPhasePortalDetectionEndDNS, result_type); in StartAfterPortalDetectionInternal() 328 AddEvent(kTypePortalDetection, kPhasePortalDetectionEndOther, in StartAfterPortalDetectionInternal()
|
D | connection_diagnostics.h | 129 kTypePortalDetection = 0, enumerator
|