Searched refs:reportConnectionEvent (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | LastMileLoggerTest.java | 84 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedEnablesTracing() 91 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotCrashIfReleaseFileIsMissing() 99 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotEnableTracingIfReleaseFileIsMissing() 105 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotAttemptToReopenReleaseFile() 116 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotAttemptToReopenReleaseFile() 123 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotCrashIfEnableFileIsMissing() 128 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotCrashOnRepeatedCalls() 129 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotCrashOnRepeatedCalls() 153 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_FAILED); in connectionEventFailedDisablesTracingWhenPendingFails() 186 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_FAILED); in connectionEventFailedDoesNotCrashIfEnableFileIsMissing() [all …]
|
H A D | WifiDiagnosticsTest.java | 347 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, in reportConnectionFailureIsIgnoredWithoutVerboseMode() 361 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, in reportConnectionFailureFetchesFatesInVerboseMode() 374 verify(mLastMileLogger).reportConnectionEvent( in reportConnectionEventPropagatesStartToLastMileLogger() 385 verify(mLastMileLogger).reportConnectionEvent( in reportConnectionEventPropagatesSuccessToLastMileLogger() 394 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, in reportConnectionEventPropagatesFailureToLastMileLogger() 396 verify(mLastMileLogger).reportConnectionEvent( in reportConnectionEventPropagatesFailureToLastMileLogger() 410 verify(mLastMileLogger).reportConnectionEvent( in reportConnectionEventPropagatesTimeoutToLastMileLogger() 423 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, in loggerFetchesTxFatesEvenIfFetchingRxFatesFails() 438 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, in loggerFetchesRxFatesEvenIfFetchingTxFatesFails() 487 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, in dumpSucceedsWhenFatesHaveBeenFetchedButAreEmpty() [all …]
|
H A D | ClientModeImplTest.java | 3320 verify(mWifiDiagnostics, never()).reportConnectionEvent( in testReportConnectionEventIsCalledAfterCmdStartConnect() 3323 verify(mWifiDiagnostics).reportConnectionEvent( in testReportConnectionEventIsCalledAfterCmdStartConnect() 3340 verify(mWifiDiagnostics).reportConnectionEvent( in testCmdDiagsConnectTimeoutIsGeneratedAfterCmdStartConnect() 3356 verify(mWifiDiagnostics, never()).reportConnectionEvent( in testCmdDiagsConnectTimeoutIsNotProcessedBeforeTimerExpires() 3363 verify(mWifiDiagnostics, never()).reportConnectionEvent( in verifyConnectionEventTimeoutDoesNotOccur() 3384 verify(mWifiDiagnostics, never()).reportConnectionEvent( in testReportConnectionEventIsCalledAfterAssociationFailure() 3387 verify(mWifiDiagnostics).reportConnectionEvent( in testReportConnectionEventIsCalledAfterAssociationFailure() 3433 verify(mWifiDiagnostics).reportConnectionEvent( in testReportConnectionEventIsCalledAfterAuthenticationFailure() 3842 verify(mWifiDiagnostics, atLeastOnce()).reportConnectionEvent( in testReportConnectionEventIsCalledAfterDhcpFailure() 3875 verify(mWifiDiagnostics).reportConnectionEvent( in testReportConnectionEventIsCalledAfterSuccessfulConnection() [all …]
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | LastMileLogger.java | 58 public void reportConnectionEvent(String ifaceName, byte event) { in reportConnectionEvent() method in LastMileLogger
|
H A D | WifiDiagnostics.java | 263 public synchronized void reportConnectionEvent(byte event, in reportConnectionEvent() method in WifiDiagnostics 265 mLastMileLogger.reportConnectionEvent(clientModeManager.getInterfaceName(), event); in reportConnectionEvent()
|
H A D | ClientModeImpl.java | 2800 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_STARTED, 2819 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_FAILED, 3808 mWifiDiagnostics.reportConnectionEvent( 5572 mWifiDiagnostics.reportConnectionEvent( 5611 mWifiDiagnostics.reportConnectionEvent(
|