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 D | trans_udp_negotiation_exchange_test.cpp | 251 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 D | trans_udp_nego_test.cpp | 207 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 D | trans_udp_negotiation_exchange.h | 33 int32_t TransPackReplyErrInfo(cJSON *msg, int errCode, const char* errDesc);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_negotiation_exchange.c | 250 int32_t TransPackReplyErrInfo(cJSON *msg, int errCode, const char* errDesc) in TransPackReplyErrInfo() function
|
H A D | trans_udp_negotiation.c | 441 int32_t ret = TransPackReplyErrInfo(replyMsg, errCode, errDesc); in SendReplyErrInfo()
|