Home
last modified time | relevance | path

Searched refs:subscribePnoScanEvents (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/connectivity/wificond/aidl/android/net/wifi/nl80211/
H A DIWifiScannerImpl.aidl59 oneway void subscribePnoScanEvents(IPnoScanEvent handler); in subscribePnoScanEvents() method
/aosp12/system/connectivity/wificond/scanning/
H A Dscanner_impl.h65 ::android::binder::Status subscribePnoScanEvents(
H A Dscanner_impl.cpp387 Status ScannerImpl::subscribePnoScanEvents(const sp<IPnoScanEvent>& handler) { in subscribePnoScanEvents() function in android::wificond::ScannerImpl
/aosp12/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
H A DWifiNl80211ManagerTest.java692 verify(mWifiScannerImpl).subscribePnoScanEvents(messageCaptor.capture()); in testPnoScanResultEvent()
705 verify(mWifiScannerImpl).subscribePnoScanEvents(messageCaptor.capture()); in testPnoScanEventsForMetrics()
/aosp12/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DWifiNl80211Manager.java697 wificondScanner.subscribePnoScanEvents(pnoScanEventHandler); in setupInterfaceForClientMode()