Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_wifi_adpter_mock.cpp49 EXPECT_CALL(*this, SoftBusGetLinkBand).WillRepeatedly(Return(BAND_UNKNOWN)); in SetDefaultResult()
96 SoftBusBand SoftBusGetLinkBand(void) in SoftBusGetLinkBand() function
98 return GetWifiAdpterInterface()->SoftBusGetLinkBand(); in SoftBusGetLinkBand()
H A Dlnn_lane_test.cpp2020 EXPECT_CALL(wifiMock, SoftBusGetLinkBand).WillRepeatedly(Return(BAND_5G));
3201 EXPECT_CALL(wifiMock, SoftBusGetLinkBand).WillRepeatedly(Return(BAND_5G));
3235 EXPECT_CALL(wifiMock, SoftBusGetLinkBand).WillRepeatedly(Return(BAND_24G));
3266 EXPECT_CALL(wifiMock, SoftBusGetLinkBand).WillRepeatedly(Return(BAND_5G));
3297 EXPECT_CALL(wifiMock, SoftBusGetLinkBand).WillRepeatedly(Return(BAND_5G));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/
H A Dlnn_wifi_adpter_mock.h32 virtual SoftBusBand SoftBusGetLinkBand(void) = 0;
54 MOCK_METHOD0(SoftBusGetLinkBand, SoftBusBand ());
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_wifi_api_test.cpp228 int32_t ret = SoftBusGetLinkBand();
231 ret = SoftBusGetLinkBand();
234 ret = SoftBusGetLinkBand();
237 ret = SoftBusGetLinkBand();
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_service_mock.cpp182 SoftBusBand SoftBusGetLinkBand(void) in SoftBusGetLinkBand() function
184 return GetServiceInterface()->SoftBusGetLinkBand(); in SoftBusGetLinkBand()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/wifi/common/
H A Dsoftbus_wifi_api_adapter_virtual.c70 SoftBusBand SoftBusGetLinkBand(void) in SoftBusGetLinkBand() function
H A Dsoftbus_wifi_api_adapter.c341 SoftBusBand SoftBusGetLinkBand(void) in SoftBusGetLinkBand() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_service_mock.h76 virtual SoftBusBand SoftBusGetLinkBand(void) = 0;
129 MOCK_METHOD0(SoftBusGetLinkBand, SoftBusBand ());
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/wifi/include/
H A Dsoftbus_wifi_api_adapter.h157 SoftBusBand SoftBusGetLinkBand(void);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_select_rule.c117 SoftBusBand band = SoftBusGetLinkBand(); in Wlan2P4GCapCheck()
147 SoftBusBand band = SoftBusGetLinkBand(); in Wlan5GCapCheck()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_network_info.c264 SoftBusBand band = SoftBusGetLinkBand(); in LnnSetNetBandCapability()
H A Dlnn_net_builder.c935 SoftBusBand band = SoftBusGetLinkBand(); in UpdateLocalNetCapability()