Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_negotiation_exchange_test.cpp251 int32_t ret = TransPackReplyErrInfo(msg, errCode, NULL);
255 ret = TransPackReplyErrInfo(NULL, errCode, "error descriptor test");
273 int32_t ret = TransPackReplyErrInfo(msg, errCode, "error descriptor test");
H A Dtrans_udp_nego_test.cpp207 int32_t ret = TransPackReplyErrInfo(NULL, errCode, NULL);
210 ret = TransPackReplyErrInfo(msg, errCode, errDesc);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/include/
H A Dtrans_udp_negotiation_exchange.h33 int32_t TransPackReplyErrInfo(cJSON *msg, int errCode, const char* errDesc);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation_exchange.c250 int32_t TransPackReplyErrInfo(cJSON *msg, int errCode, const char* errDesc) in TransPackReplyErrInfo() function
H A Dtrans_udp_negotiation.c441 int32_t ret = TransPackReplyErrInfo(replyMsg, errCode, errDesc); in SendReplyErrInfo()