Home
last modified time | relevance | path

Searched refs:CloseUdpChannel (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/common/
H A Dclient_trans_udp_manager_static_test.cpp356 ret = CloseUdpChannel(TEST_CLOSEID, SHUTDOWN_REASON_PEER);
359 ret = CloseUdpChannel(TEST_CLOSEID, SHUTDOWN_REASON_PEER);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/
H A Dclient_trans_udp_manager.c430 static int32_t CloseUdpChannel(int32_t channelId, ShutdownReason reason) in CloseUdpChannel() function
453 return CloseUdpChannel(channelId, reason); in TransOnUdpChannelClosed()
477 ret = CloseUdpChannel(channelId, reason); in ClientTransCloseUdpChannel()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_static_test.cpp130 ret = CloseUdpChannel(appInfo, false);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c358 static int32_t CloseUdpChannel(AppInfo *appInfo, bool isServerSide) in CloseUdpChannel() function
407 ret = CloseUdpChannel(appInfo, isServerSide); in ProcessUdpChannelState()