Searched refs:SoftBusGetLinkBand (Results 1 – 12 of 12) sorted by relevance
49 EXPECT_CALL(*this, SoftBusGetLinkBand).WillRepeatedly(Return(BAND_UNKNOWN)); in SetDefaultResult()96 SoftBusBand SoftBusGetLinkBand(void) in SoftBusGetLinkBand() function98 return GetWifiAdpterInterface()->SoftBusGetLinkBand(); in SoftBusGetLinkBand()
2020 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));
32 virtual SoftBusBand SoftBusGetLinkBand(void) = 0;54 MOCK_METHOD0(SoftBusGetLinkBand, SoftBusBand ());
228 int32_t ret = SoftBusGetLinkBand();231 ret = SoftBusGetLinkBand();234 ret = SoftBusGetLinkBand();237 ret = SoftBusGetLinkBand();
182 SoftBusBand SoftBusGetLinkBand(void) in SoftBusGetLinkBand() function184 return GetServiceInterface()->SoftBusGetLinkBand(); in SoftBusGetLinkBand()
70 SoftBusBand SoftBusGetLinkBand(void) in SoftBusGetLinkBand() function
341 SoftBusBand SoftBusGetLinkBand(void) in SoftBusGetLinkBand() function
76 virtual SoftBusBand SoftBusGetLinkBand(void) = 0;129 MOCK_METHOD0(SoftBusGetLinkBand, SoftBusBand ());
157 SoftBusBand SoftBusGetLinkBand(void);
117 SoftBusBand band = SoftBusGetLinkBand(); in Wlan2P4GCapCheck()147 SoftBusBand band = SoftBusGetLinkBand(); in Wlan5GCapCheck()
264 SoftBusBand band = SoftBusGetLinkBand(); in LnnSetNetBandCapability()
935 SoftBusBand band = SoftBusGetLinkBand(); in UpdateLocalNetCapability()