Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_scan_service_new.cpp169 void ScanService::ReportScanInfos(std::vector<InterScanInfo> &interScanList) in ReportScanInfos() argument
174 void ScanService::ReportStoreScanInfos(std::vector<InterScanInfo> &interScanList) in ReportStoreScanInfos() argument
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.h418 void ReportScanInfos(std::vector<InterScanInfo> &interScanList);
427 void ReportStoreScanInfos(std::vector<InterScanInfo> &interScanList);
H A Dscan_service.cpp896 void ScanService::ReportScanInfos(std::vector<InterScanInfo> &interScanList) in ReportScanInfos() argument
900 mScanSerivceCallbacks.OnScanInfoEvent(interScanList, m_instId); in ReportScanInfos()
904 void ScanService::ReportStoreScanInfos(std::vector<InterScanInfo> &interScanList) in ReportStoreScanInfos() argument
908 mScanSerivceCallbacks.OnStoreScanInfoEvent(interScanList, m_instId); in ReportStoreScanInfos()