Home
last modified time | relevance | path

Searched defs:scanBand (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.cpp967 ScanBandType scanBand = SCAN_BAND_24_GHZ; in GetAllowBandFreqsControlInfoSuccess() local
983 ScanBandType scanBand = SCAN_BAND_24_GHZ; in GetAllowBandFreqsControlInfoSuccess1() local
1000 ScanBandType scanBand = SCAN_BAND_5_GHZ; in GetAllowBandFreqsControlInfoSuccess2() local
1014 ScanBandType scanBand = SCAN_BAND_24_GHZ; in ConvertBandNotAllow24GSuccess1() local
1020 ScanBandType scanBand = SCAN_BAND_BOTH; in ConvertBandNotAllow24GSuccess2() local
1026 ScanBandType scanBand = SCAN_BAND_BOTH_WITH_DFS; in ConvertBandNotAllow24GSuccess3() local
1032 ScanBandType scanBand = SCAN_BAND_5_GHZ; in ConvertBandNotAllow24GSuccess4() local
1038 ScanBandType scanBand = SCAN_BAND_UNSPECIFIED; in ConvertBandNotAllow24GFail() local
1044 ScanBandType scanBand = SCAN_BAND_24_GHZ; in ConvertBandNotAllow5GSuccess() local
1050 ScanBandType scanBand = SCAN_BAND_5_GHZ; in ConvertBandNotAllow5GFail() local
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_scan_service_new.cpp357 void ScanService::GetAllowBandFreqsControlInfo(ScanBandType &scanBand, std::vector<int> &freqs) in GetAllowBandFreqsControlInfo()
362 ScanBandType ScanService::ConvertBandNotAllow24G(ScanBandType scanBand) in ConvertBandNotAllow24G()
367 ScanBandType ScanService::ConvertBandNotAllow5G(ScanBandType scanBand) in ConvertBandNotAllow5G()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/
H A Dwifiscanserver_fuzzer.cpp275 ScanBandType scanBand = static_cast<ScanBandType>(static_cast<int>(data[0]) % SIZE); in GetAllowBandFreqsControlInfoFuzzTest() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_common.h36 ScanBandType scanBand; /* A frequency segment */ member
H A Dscan_service.cpp1737 void ScanService::GetAllowBandFreqsControlInfo(ScanBandType &scanBand, std::vector<int> &freqs) in GetAllowBandFreqsControlInfo()
1792 ScanBandType ScanService::ConvertBandNotAllow24G(ScanBandType scanBand) in ConvertBandNotAllow24G()
1816 ScanBandType ScanService::ConvertBandNotAllow5G(ScanBandType scanBand) in ConvertBandNotAllow5G()