/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_channel_helper.h | 24 using ChannelsTable = std::map<BandType, std::vector<int32_t>>; variable 33 int SetValidChannels(const ChannelsTable &channelsInfo); 35 int GetValidChannels(ChannelsTable &channelsInfo); 66 ChannelsTable mValidChannels {DEFAULT_VALID_CHANNEL};
|
H A D | wifi_channel_helper.cpp | 71 int WifiChannelHelper::SetValidChannels(const ChannelsTable &channelsInfo) in SetValidChannels() 78 int WifiChannelHelper::GetValidChannels(ChannelsTable &channelsInfo) in GetValidChannels() 88 ChannelsTable chanTbs; in UpdateValidChannels()
|
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotimpl_fuzzer/ |
H A D | wifihotspotimpl_fuzzer.cpp | 70 ChannelsTable node; in IsHotspotDualBandSupportedFuzzTest() 86 …ChannelsTable node{{ BandType::BAND_2GHZ, band_2G_channel }, { BandType::BAND_5GHZ, band_5G_channe… in SetHotspotConfigFuzzTest() 146 ChannelsTable channInfoFromCenter; in IsValidHotspotConfigFuzzTest()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/ |
H A D | wifi_hotspot_service_impl.h | 239 ErrCode CfgCheckChannel(const HotspotConfig &cfg, ChannelsTable &channInfoFromCenter); 259 std::vector<BandType> &bandsFromCenter, ChannelsTable &channInfoFromCenter);
|
H A D | wifi_hotspot_service_impl.cpp | 179 ChannelsTable channInfoFromCenter; in SetHotspotConfig() 556 ChannelsTable channInfoFromCenter; in GetValidChannels() 850 ErrCode WifiHotspotServiceImpl::CfgCheckChannel(const HotspotConfig &cfg, ChannelsTable &channInfoF… in CfgCheckChannel() 893 std::vector<BandType> &bandsFromCenter, ChannelsTable &channInfoFromCenter) in IsValidHotspotConfig()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/ |
H A D | wifi_channel_helper_test.cpp | 54 ChannelsTable validChannels = { 62 ChannelsTable validChannels;
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/ |
H A D | mock_wifi_settings.h | 34 using ChannelsTable = std::map<BandType, std::vector<int32_t>>; variable 83 virtual int GetValidChannels(ChannelsTable &channelsInfo) = 0; 123 virtual int SetValidChannels(const ChannelsTable &channelsInfo) = 0; 253 MOCK_METHOD1(GetValidChannels, int(ChannelsTable &channelsInfo)); 283 MOCK_METHOD1(SetValidChannels, int(const ChannelsTable &channelsInfo));
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_service.cpp | 229 ChannelsTable channelsInfo; in GetValidChannels() 262 ChannelsTable ChanTbs; in GetValidChannels()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_service_test.cpp | 156 …ChannelsTable temp = { { BandType::BAND_2GHZ, band_2G_channel }, { BandType::BAND_5GHZ, band_5G_ch…
|
H A D | ap_started_state_test.cpp | 165 ChannelsTable channelTbs;
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | wifi_p2p_service.cpp | 410 ChannelsTable channels; in GetP2pRecommendChannel()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/ |
H A D | wifi_config_center.h | 39 using ChannelsTable = std::map<BandType, std::vector<int32_t>>; variable
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/Mock/ |
H A D | mock_wifi_config_center.h | 25 using ChannelsTable = std::map<BandType, std::vector<int32_t>>; variable
|
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotstub_fuzzer/ |
H A D | wifihotspotstub_fuzzer.cpp | 381 ChannelsTable channInfoFromCenter; in WifiHotspotServiceImplFuzzTest()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/ |
H A D | wifi_device_service_impl.cpp | 1727 ChannelsTable channels; in IsBandTypeSupported() 1752 ChannelsTable channels; in Get5GHzChannelList()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_service_test.cpp | 143 …ChannelsTable temp = { { BandType::BAND_2GHZ, band_2G_channel }, { BandType::BAND_5GHZ, band_5G_ch… in StaServiceInitStaServiceSuccess()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service_test.cpp | 75 …ChannelsTable temp = { { BandType::BAND_2GHZ, band_2G_channel }, { BandType::BAND_5GHZ, band_5G_ch… in InitScanServiceSuccess1() 89 …ChannelsTable temp = { { BandType::BAND_2GHZ, band_2G_channel }, { BandType::BAND_5GHZ, band_5G_ch… in InitScanServiceSuccess2()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/ |
H A D | wifi_p2p_service_impl.cpp | 1319 ChannelsTable channels; in Hid2dGetChannelListFor5G()
|