Home
last modified time | relevance | path

Searched refs:NotifyUdpChannelOpened (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_nego_test.cpp658 ret = NotifyUdpChannelOpened(appInfo, isServerSide);
665 ret = NotifyUdpChannelOpened(appInfo, isServerSide);
670 ret = NotifyUdpChannelOpened(appInfo, isServerSide);
675 ret = NotifyUdpChannelOpened(appInfo, isServerSide);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c117 static int32_t NotifyUdpChannelOpened(const AppInfo *appInfo, bool isServerSide) in NotifyUdpChannelOpened() function
319 int32_t udpPort = NotifyUdpChannelOpened(appInfo, true); in AcceptUdpChannelAsServer()
350 int32_t ret = NotifyUdpChannelOpened(appInfo, false); in AcceptUdpChannelAsClient()