Home
last modified time | relevance | path

Searched refs:TransUnpackReplyUdpInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_negotiation_exchange_test.cpp156 ret = TransUnpackReplyUdpInfo(NULL, appInfo);
166 ret = TransUnpackReplyUdpInfo(msg, NULL);
192 ret = TransUnpackReplyUdpInfo(msg, appInfo);
203 ret = TransUnpackReplyUdpInfo(msg, appInfo);
235 ret = TransUnpackReplyUdpInfo(msg, appInfo);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/include/
H A Dtrans_udp_negotiation_exchange.h27 int32_t TransUnpackReplyUdpInfo(const cJSON *msg, AppInfo *appInfo);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation_exchange.c71 int32_t TransUnpackReplyUdpInfo(const cJSON *msg, AppInfo *appInfo) in TransUnpackReplyUdpInfo() function
H A Dtrans_udp_negotiation.c606 int32_t ret = TransUnpackReplyUdpInfo(msg, &(channel.info)); in TransOnExchangeUdpInfoReply()