Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dconnection_diagnostics_unittest.cc281 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()
Dconnection_diagnostics.cc199 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()
Dconnection_diagnostics.h129 kTypePortalDetection = 0, enumerator