Home
last modified time | relevance | path

Searched refs:HandleScanStatusReport (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_scan_service.h41 void HandleScanStatusReport(ScanStatusReport &scanStatusReport);
H A Dmock_scan_service.cpp105 void MockScanService::HandleScanStatusReport(ScanStatusReport &scanStatusReport) in HandleScanStatusReport() function in OHOS::Wifi::MockScanService
H A Dmock_scan_service_new.cpp59 void ScanService::HandleScanStatusReport(ScanStatusReport &scanStatusReport) in HandleScanStatusReport() function in OHOS::Wifi::ScanService
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp114 pScanService->HandleScanStatusReport(scanStatusReport); in HandleScanStatusReportSuccess1()
116 pScanService->HandleScanStatusReport(scanStatusReport); in HandleScanStatusReportSuccess1()
124 pScanService->HandleScanStatusReport(scanStatusReport); in HandleScanStatusReportSuccess2()
134 pScanService->HandleScanStatusReport(scanStatusReport); in HandleScanStatusReportSuccess3()
142 pScanService->HandleScanStatusReport(scanStatusReport); in HandleScanStatusReportSuccess4()
150 pScanService->HandleScanStatusReport(scanStatusReport); in HandleScanStatusReportSuccess5()
157 pScanService->HandleScanStatusReport(scanStatusReport); in HandleScanStatusReportSuccess6()
159 pScanService->HandleScanStatusReport(scanStatusReport); in HandleScanStatusReportSuccess6()
166 pScanService->HandleScanStatusReport(scanStatusReport); in HandleScanStatusReportSuccess7()
173 pScanService->HandleScanStatusReport(scanStatusReport); in HandleScanStatusReportFail()
H A Dscan_state_machine_test.cpp55 std::bind(&ScanStateMachineTest::HandleScanStatusReport, this, std::placeholders::_1)); in SetUp()
65 void HandleScanStatusReport(ScanStatusReport &scanStatusReport) in HandleScanStatusReport() function in OHOS::Wifi::ScanStateMachineTest
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.h204 virtual void HandleScanStatusReport(ScanStatusReport &scanStatusReport);
H A Dscan_service.cpp99 std::bind(&ScanService::HandleScanStatusReport, this, std::placeholders::_1))) { in InitScanService()
156 void ScanService::HandleScanStatusReport(ScanStatusReport &scanStatusReport) in HandleScanStatusReport() function in OHOS::Wifi::ScanService
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/
H A Dwifiscanserver_fuzzer.cpp255 pScanService->HandleScanStatusReport(scanReport); in StoreRequestScanConfigFuzzTest()