Searched refs:GetBandFreqs (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service_test.cpp | 321 EXPECT_EQ(true, pScanService->GetBandFreqs(band, freqs)); in GetBandFreqsSuccess1() 328 EXPECT_EQ(true, pScanService->GetBandFreqs(band, freqs)); in GetBandFreqsSuccess2() 335 EXPECT_EQ(true, pScanService->GetBandFreqs(band, freqs)); in GetBandFreqsSuccess3() 342 EXPECT_EQ(true, pScanService->GetBandFreqs(band, freqs)); in GetBandFreqsSuccess4() 349 EXPECT_EQ(true, pScanService->GetBandFreqs(band, freqs)); in GetBandFreqsSuccess5() 356 EXPECT_EQ(true, pScanService->GetBandFreqs(band, freqs)); in GetBandFreqsSuccess6() 363 EXPECT_EQ(false, pScanService->GetBandFreqs(band, freqs)); in GetBandFreqsFail()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/ |
H A D | mock_scan_service_new.cpp | 98 bool ScanService::GetBandFreqs(ScanBandType band, std::vector<int> &freqs) in GetBandFreqs() function in OHOS::Wifi::ScanService
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service.h | 354 bool GetBandFreqs(ScanBandType band, std::vector<int> &freqs);
|
H A D | scan_service.cpp | 463 bool ScanService::GetBandFreqs(ScanBandType band, std::vector<int> &freqs) in GetBandFreqs() function in OHOS::Wifi::ScanService
|
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/ |
H A D | wifiscanserver_fuzzer.cpp | 122 pScanService->GetBandFreqs(band, scanFreqs); in GetBandFreqsFuzzTest()
|