Home
last modified time | relevance | path

Searched refs:NotifyUdpChannelClosed (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/include/
H A Dtrans_udp_negotiation.h35 int32_t NotifyUdpChannelClosed(const AppInfo *info, int32_t messageType);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_virtual.c50 int32_t NotifyUdpChannelClosed(const AppInfo *info, int32_t messageType) in NotifyUdpChannelClosed() function
H A Dtrans_udp_channel_manager.c66 (void)NotifyUdpChannelClosed(&(udpChannel->info), MESSAGE_TYPE_NOMAL); in NotifyTimeOutUdpChannel()
233 (void)NotifyUdpChannelClosed(&udpChannel->info, MESSAGE_TYPE_NOMAL); in NotifyUdpChannelCloseInList()
H A Dtrans_udp_negotiation.c162 int32_t NotifyUdpChannelClosed(const AppInfo *info, int32_t messageType) in NotifyUdpChannelClosed() function
365 if (NotifyUdpChannelClosed(appInfo, messageType) != SOFTBUS_OK) { in CloseUdpChannel()
579 NotifyUdpChannelClosed(info, MESSAGE_TYPE_NOMAL); in ProcessAbnormalUdpChannelState()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_static_test.cpp78 ret = NotifyUdpChannelClosed(info, TEST_TYPE);
H A Dtrans_udp_negotiation_test.cpp212 int32_t ret = NotifyUdpChannelClosed(appInfo, MESSAGE_TYPE_NOMAL);