Searched refs:NotifyUdpChannelClosed (Results 1 – 6 of 6) sorted by relevance
35 int32_t NotifyUdpChannelClosed(const AppInfo *info, int32_t messageType);
50 int32_t NotifyUdpChannelClosed(const AppInfo *info, int32_t messageType) in NotifyUdpChannelClosed() function
66 (void)NotifyUdpChannelClosed(&(udpChannel->info), MESSAGE_TYPE_NOMAL); in NotifyTimeOutUdpChannel()233 (void)NotifyUdpChannelClosed(&udpChannel->info, MESSAGE_TYPE_NOMAL); in NotifyUdpChannelCloseInList()
162 int32_t NotifyUdpChannelClosed(const AppInfo *info, int32_t messageType) in NotifyUdpChannelClosed() function365 if (NotifyUdpChannelClosed(appInfo, messageType) != SOFTBUS_OK) { in CloseUdpChannel()579 NotifyUdpChannelClosed(info, MESSAGE_TYPE_NOMAL); in ProcessAbnormalUdpChannelState()
78 ret = NotifyUdpChannelClosed(info, TEST_TYPE);
212 int32_t ret = NotifyUdpChannelClosed(appInfo, MESSAGE_TYPE_NOMAL);