Searched refs:ClientTransAuthOnChannelClosed (Results 1 – 3 of 3) sorted by relevance
50 int32_t ClientTransAuthOnChannelClosed(int32_t channelId, ShutdownReason reason) in ClientTransAuthOnChannelClosed() function93 if (ClientTransAuthOnChannelClosed(channelId, reason) != SOFTBUS_OK) { in ClientTransAuthCloseChannel()
30 int32_t ClientTransAuthOnChannelClosed(int32_t channelId, ShutdownReason reason);
103 return ClientTransAuthOnChannelClosed(channelId, reason); in NofifyChannelClosed()