Home
last modified time | relevance | path

Searched refs:SoftBusFrequencyToChannel (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/network/
H A Dnetwork_test.cpp76 int ret = SoftBusFrequencyToChannel(frequency);
80 ret = SoftBusFrequencyToChannel(frequency);
84 ret = SoftBusFrequencyToChannel(frequency);
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_network_utils.h30 int SoftBusFrequencyToChannel(int frequency);
/ohos5.0/foundation/communication/dsoftbus/core/common/network/
H A Dsoftbus_network_utils.c43 int SoftBusFrequencyToChannel(int frequency) in SoftBusFrequencyToChannel() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_deps_mock.cpp47 EXPECT_CALL(*this, SoftBusFrequencyToChannel).WillRepeatedly(Return(1)); in SetDefaultResult()
221 int SoftBusFrequencyToChannel(int frequency) in SoftBusFrequencyToChannel() function
223 return GetLaneDepsInterface()->SoftBusFrequencyToChannel(frequency); in SoftBusFrequencyToChannel()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/
H A Dlnn_lane_deps_mock.h71 virtual int SoftBusFrequencyToChannel(int frequency) = 0;
135 MOCK_METHOD1(SoftBusFrequencyToChannel, int (int));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_select_rule.c366 int32_t channel = SoftBusFrequencyToChannel(frequency); in GetLinkedChannelScore()
H A Dlnn_lane_link.c1372 *channel = SoftBusFrequencyToChannel(info.frequency); in GetWlanLinkedAttribute()