Searched refs:setLoggingEventHandler (Results 1 – 5 of 5) sorted by relevance
182 verify(mWifiNative).setLoggingEventHandler(anyObject()); in startLoggingRegistersLogEventHandler()194 when(mWifiNative.setLoggingEventHandler(anyObject())).thenReturn(false); in startLoggingRegistersLogEventHandlerIfPriorAttemptFailed()197 verify(mWifiNative).setLoggingEventHandler(anyObject()); in startLoggingRegistersLogEventHandlerIfPriorAttemptFailed()201 when(mWifiNative.setLoggingEventHandler(anyObject())).thenReturn(true); in startLoggingRegistersLogEventHandlerIfPriorAttemptFailed()204 verify(mWifiNative).setLoggingEventHandler(anyObject()); in startLoggingRegistersLogEventHandlerIfPriorAttemptFailed()211 when(mWifiNative.setLoggingEventHandler(anyObject())).thenReturn(true); in startLoggingDoesNotRegisterLogEventHandlerIfPriorAttemptSucceeded()214 verify(mWifiNative).setLoggingEventHandler(anyObject()); in startLoggingDoesNotRegisterLogEventHandlerIfPriorAttemptSucceeded()219 verify(mWifiNative, never()).setLoggingEventHandler(anyObject()); in startLoggingDoesNotRegisterLogEventHandlerIfPriorAttemptSucceeded()261 when(mWifiNative.setLoggingEventHandler(anyObject())).thenReturn(true); in stopLoggingResetsLogHandlerIfHandlerWasRegistered()281 when(mWifiNative.setLoggingEventHandler(anyObject())).thenReturn(true); in multipleStopLoggingCallsOnlyResetLogHandlerOnce()[all …]
1307 assertFalse(mWifiVendorHal.setLoggingEventHandler(eventHandler)); in testSetLogHandler()1312 assertTrue(mWifiVendorHal.setLoggingEventHandler(eventHandler)); in testSetLogHandler()1317 assertFalse(mWifiVendorHal.setLoggingEventHandler(eventHandler)); in testSetLogHandler()1336 assertTrue(mWifiVendorHal.setLoggingEventHandler( in testResetLogHandler()1356 assertTrue(mWifiVendorHal.setLoggingEventHandler( in testResetLogHandlerAfterHalStop()1372 assertTrue(mWifiVendorHal.setLoggingEventHandler( in testResetLogHandlerAfterHalStop()1409 assertTrue(mWifiVendorHal.setLoggingEventHandler(eventHandler)); in testRingBufferDataCallback()1670 assertTrue(mWifiVendorHal.setLoggingEventHandler(eventHandler)); in testAlertCallbackUsingProvidedCallback()
196 mIsLoggingEventHandlerRegistered = mWifiNative.setLoggingEventHandler(mHandler); in startLogging()
1088 public boolean setLoggingEventHandler(WifiNative.WifiLoggerEventHandler handler) { in setLoggingEventHandler() method in WifiVendorHal
3936 public boolean setLoggingEventHandler(WifiLoggerEventHandler handler) {3937 return mWifiVendorHal.setLoggingEventHandler(handler);