Home
last modified time | relevance | path

Searched refs:validchannels (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_inner_hotspot_test.cpp162 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 Dwifi_hotspot_impl.cpp193 ErrCode WifiHotspotImpl::GetValidChannels(BandType band, std::vector<int32_t> &validchannels) in GetValidChannels() argument
197 return client_->GetValidChannels(band, validchannels); in GetValidChannels()
H A Dwifi_hotspot_impl.h162 ErrCode GetValidChannels(BandType band, std::vector<int32_t> &validchannels) override;
H A Dwifi_hotspot_proxy.h151 ErrCode GetValidChannels(BandType band, std::vector<int32_t> &validchannels) override;
H A Dwifi_hotspot_proxy.cpp599 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 Di_wifi_hotspot.h154 virtual ErrCode GetValidChannels(BandType band, std::vector<int32_t> &validchannels) = 0;
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_hotspot.h153 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 Dwifi_hotspot_service_impl.h150 ErrCode GetValidChannels(BandType band, std::vector<int32_t> &validchannels) override;
H A Dwifi_hotspot_service_impl.cpp544 ErrCode WifiHotspotServiceImpl::GetValidChannels(BandType band, std::vector<int32_t> &validchannels) in GetValidChannels() argument
560 validchannels = iter->second; in GetValidChannels()