Searched refs:setLoggingEventHandler (Results 1 – 5 of 5) sorted by relevance
186 verify(mWifiNative).setLoggingEventHandler(anyObject()); in startLoggingRegistersLogEventHandler()198 when(mWifiNative.setLoggingEventHandler(anyObject())).thenReturn(false); in startLoggingRegistersLogEventHandlerIfPriorAttemptFailed()201 verify(mWifiNative).setLoggingEventHandler(anyObject()); in startLoggingRegistersLogEventHandlerIfPriorAttemptFailed()205 when(mWifiNative.setLoggingEventHandler(anyObject())).thenReturn(true); in startLoggingRegistersLogEventHandlerIfPriorAttemptFailed()208 verify(mWifiNative).setLoggingEventHandler(anyObject()); in startLoggingRegistersLogEventHandlerIfPriorAttemptFailed()215 when(mWifiNative.setLoggingEventHandler(anyObject())).thenReturn(true); in startLoggingDoesNotRegisterLogEventHandlerIfPriorAttemptSucceeded()218 verify(mWifiNative).setLoggingEventHandler(anyObject()); in startLoggingDoesNotRegisterLogEventHandlerIfPriorAttemptSucceeded()223 verify(mWifiNative, never()).setLoggingEventHandler(anyObject()); in startLoggingDoesNotRegisterLogEventHandlerIfPriorAttemptSucceeded()265 when(mWifiNative.setLoggingEventHandler(anyObject())).thenReturn(true); in stopLoggingResetsLogHandlerIfHandlerWasRegistered()285 when(mWifiNative.setLoggingEventHandler(anyObject())).thenReturn(true); in multipleStopLoggingCallsOnlyResetLogHandlerOnce()[all …]
1311 assertFalse(mWifiVendorHal.setLoggingEventHandler(eventHandler)); in testSetLogHandler()1316 assertTrue(mWifiVendorHal.setLoggingEventHandler(eventHandler)); in testSetLogHandler()1321 assertFalse(mWifiVendorHal.setLoggingEventHandler(eventHandler)); in testSetLogHandler()1340 assertTrue(mWifiVendorHal.setLoggingEventHandler( in testResetLogHandler()1360 assertTrue(mWifiVendorHal.setLoggingEventHandler( in testResetLogHandlerAfterHalStop()1376 assertTrue(mWifiVendorHal.setLoggingEventHandler( in testResetLogHandlerAfterHalStop()1413 assertTrue(mWifiVendorHal.setLoggingEventHandler(eventHandler)); in testRingBufferDataCallback()1678 assertTrue(mWifiVendorHal.setLoggingEventHandler(eventHandler)); in testAlertCallbackUsingProvidedCallback()
196 mIsLoggingEventHandlerRegistered = mWifiNative.setLoggingEventHandler(mHandler); in startLogging()
1108 public boolean setLoggingEventHandler(WifiNative.WifiLoggerEventHandler handler) { in setLoggingEventHandler() method in WifiVendorHal
4298 public boolean setLoggingEventHandler(WifiLoggerEventHandler handler) {4299 return mWifiVendorHal.setLoggingEventHandler(handler);