Home
last modified time | relevance | path

Searched refs:OnUdpChannelOpened (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/src/
H A Dclient_trans_stream.c31 if (streamCb == NULL || streamCb->OnUdpChannelOpened == NULL || in RegisterStreamCb()
139 if ((g_udpChannelMgrCb == NULL) || (g_udpChannelMgrCb->OnUdpChannelOpened == NULL)) { in OnStreamUdpChannelOpened()
144 int32_t ret = g_udpChannelMgrCb->OnUdpChannelOpened(channelId); in OnStreamUdpChannelOpened()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/common/
H A Dclient_trans_udp_manager_static_test.cpp125 OnUdpChannelOpened(TEST_CHANNELID);
210 OnUdpChannelOpened(TEST_CHANNELID);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/include/
H A Dclient_trans_udp_manager.h34 int32_t (*OnUdpChannelOpened)(int32_t channelId); member
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/
H A Dclient_trans_udp_manager.c152 static int32_t OnUdpChannelOpened(int32_t channelId) in OnUdpChannelOpened() function
602 .OnUdpChannelOpened = OnUdpChannelOpened,
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dclient_trans_file.c241 g_udpChannelMgrCb->OnUdpChannelOpened(udpChannel.channelId); in FileSendListener()
491 ret = g_udpChannelMgrCb->OnUdpChannelOpened(channel->channelId); in TransOnFileChannelOpened()