Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_monitor.cpp34 …eventCallback.onScanNotify = std::bind(&ScanMonitor::ReceiveScanEventFromIdl, this, std::placehold… in InitScanMonitor()
58 void ScanMonitor::ReceiveScanEventFromIdl(int result) in ReceiveScanEventFromIdl() function in OHOS::Wifi::ScanMonitor
H A Dscan_monitor.h53 void ReceiveScanEventFromIdl(int result);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_monitor_test.cpp58 pScanMonitor->ReceiveScanEventFromIdl(0); in InitScanMonitorFailTest()