Home
last modified time | relevance | path

Searched refs:ProcessUdpChannelState (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_nego_test.cpp781 int32_t ret = ProcessUdpChannelState(appInfo, isServerSide);
785 ret = ProcessUdpChannelState(appInfo, isServerSide);
789 ret = ProcessUdpChannelState(appInfo, isServerSide);
H A Dtrans_udp_static_test.cpp111 ret = ProcessUdpChannelState(appInfo, true);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c393 static int32_t ProcessUdpChannelState(AppInfo *appInfo, bool isServerSide) in ProcessUdpChannelState() function
613 ret = ProcessUdpChannelState(&(channel.info), false); in TransOnExchangeUdpInfoReply()
687 ret = ProcessUdpChannelState(&info, true); in TransOnExchangeUdpInfoRequest()