Home
last modified time | relevance | path

Searched refs:TransSetUdpChannelEnable (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/common/
H A Dclient_trans_udp_manager_static_test.cpp94 int32_t ret = TransSetUdpChannelEnable(TEST_CHANNELID, false);
212 ret = TransSetUdpChannelEnable(TEST_CHANNELID, false);
215 ret = TransSetUdpChannelEnable(ERR_CHANNELID, false);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/
H A Dclient_trans_udp_manager.c127 static int32_t TransSetUdpChannelEnable(int32_t channelId, bool isEnable) in TransSetUdpChannelEnable() function
164 ret = TransSetUdpChannelEnable(channelId, true); in OnUdpChannelOpened()