Home
last modified time | relevance | path

Searched refs:GetBandWidth (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dinterface_info_test.cpp73 EXPECT_EQ(info2.GetBandWidth(), 20);
162 EXPECT_EQ(info.GetBandWidth(), 0);
164 EXPECT_EQ(info.GetBandWidth(), 1);
H A Dlink_info_test.cpp77 EXPECT_EQ(info.GetBandWidth(), 0);
79 EXPECT_EQ(info.GetBandWidth(), 80);
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dinterface_info.h109 int GetBandWidth() const;
H A Dlink_info.h96 int GetBandWidth() const;
H A Dlink_info.cpp207 int LinkInfo::GetBandWidth() const in GetBandWidth() function in OHOS::SoftBus::LinkInfo
H A Dinterface_info.cpp295 int InterfaceInfo::GetBandWidth() const in GetBandWidth() function in OHOS::SoftBus::InterfaceInfo
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_ap_msg.h128 inline int32_t GetBandWidth() const in GetBandWidth() function
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use.cpp92 …d, __func__, static_cast<int>(apConfig.GetBand()), apConfig.GetChannel(), apConfig.GetBandWidth()); in GetBestChannelFor5G()
93 if (apConfig.GetBandWidth() == AP_BANDWIDTH_160) { in GetBestChannelFor5G()
H A Dap_service.cpp100 msg->AddIntMessageBody(cfg.GetBandWidth()); in SetHotspotConfig()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_stub.cpp235 __func__, config.GetChannel(), config.GetBandWidth(), config.GetBand()); in OnSetApConfigWifi()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_client.cpp758 (static_cast<uint32_t>(config.GetBandWidth()) << BAND_WIDTH_OFFSET)); in GetChannelString()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp1998 sinkLink.bandWidth = static_cast<WifiDirectBandWidth>(interface.GetBandWidth()); in GenerateSinkLink()