Searched refs:validchannels (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/ |
H A D | wifi_inner_hotspot_test.cpp | 162 std::vector<int32_t> validchannels; variable 163 ErrCode result = devicePtr->GetValidChannels(BandType::BAND_2GHZ, validchannels);
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_hotspot_impl.cpp | 193 ErrCode WifiHotspotImpl::GetValidChannels(BandType band, std::vector<int32_t> &validchannels) in GetValidChannels() argument 197 return client_->GetValidChannels(band, validchannels); in GetValidChannels()
|
H A D | wifi_hotspot_impl.h | 162 ErrCode GetValidChannels(BandType band, std::vector<int32_t> &validchannels) override;
|
H A D | wifi_hotspot_proxy.h | 151 ErrCode GetValidChannels(BandType band, std::vector<int32_t> &validchannels) override;
|
H A D | wifi_hotspot_proxy.cpp | 599 ErrCode WifiHotspotProxy::GetValidChannels(BandType band, std::vector<int32_t> &validchannels) in GetValidChannels() argument 639 validchannels.push_back(val); in GetValidChannels()
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
H A D | i_wifi_hotspot.h | 154 virtual ErrCode GetValidChannels(BandType band, std::vector<int32_t> &validchannels) = 0;
|
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_hotspot.h | 153 virtual ErrCode GetValidChannels(BandType band, std::vector<int32_t> &validchannels) = 0;
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/ |
H A D | wifi_hotspot_service_impl.h | 150 ErrCode GetValidChannels(BandType band, std::vector<int32_t> &validchannels) override;
|
H A D | wifi_hotspot_service_impl.cpp | 544 ErrCode WifiHotspotServiceImpl::GetValidChannels(BandType band, std::vector<int32_t> &validchannels) in GetValidChannels() argument 560 validchannels = iter->second; in GetValidChannels()
|