Home
last modified time | relevance | path

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 Dscan_service_test.cpp321 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 Dmock_scan_service_new.cpp98 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 Dscan_service.h354 bool GetBandFreqs(ScanBandType band, std::vector<int> &freqs);
H A Dscan_service.cpp463 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 Dwifiscanserver_fuzzer.cpp122 pScanService->GetBandFreqs(band, scanFreqs); in GetBandFreqsFuzzTest()