Home
last modified time | relevance | path

Searched refs:SoftBusChannelToFrequency (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/network/
H A Dnetwork_test.cpp55 int ret = SoftBusChannelToFrequency(channel);
59 ret = SoftBusChannelToFrequency(channel);
63 ret = SoftBusChannelToFrequency(channel);
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_network_utils.h28 int SoftBusChannelToFrequency(int channel);
/ohos5.0/foundation/communication/dsoftbus/core/common/network/
H A Dsoftbus_network_utils.c32 int SoftBusChannelToFrequency(int channel) in SoftBusChannelToFrequency() function