Home
last modified time | relevance | path

Searched refs:BAND_5G (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/wifi/include/
H A Dsoftbus_wifi_api_adapter.h42 BAND_5G, enumerator
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/wifi/common/
H A Dsoftbus_wifi_api_adapter.c351 } else if (result.band == BAND_5G) { in SoftBusGetLinkBand()
352 return BAND_5G; in SoftBusGetLinkBand()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_wifi_api_test.cpp221 .band = BAND_5G,
235 EXPECT_TRUE(ret == BAND_5G);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_network_info.c268 } else if (band == BAND_5G) { in LnnSetNetBandCapability()
H A Dlnn_net_builder.c939 } else if (band == BAND_5G) { in UpdateLocalNetCapability()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_network_info_test.cpp306 EXPECT_CALL(serviceMock, IsFeatureSupport).WillRepeatedly(Return(BAND_5G));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_select_rule.c148 if (band != BAND_5G && band != BAND_UNKNOWN) { in Wlan5GCapCheck()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp2020 EXPECT_CALL(wifiMock, SoftBusGetLinkBand).WillRepeatedly(Return(BAND_5G));
3201 EXPECT_CALL(wifiMock, SoftBusGetLinkBand).WillRepeatedly(Return(BAND_5G));
3266 EXPECT_CALL(wifiMock, SoftBusGetLinkBand).WillRepeatedly(Return(BAND_5G));
3297 EXPECT_CALL(wifiMock, SoftBusGetLinkBand).WillRepeatedly(Return(BAND_5G));