Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_message.c53 #define MAX_ERRDESC_LEN 128 macro
901 if (strcpy_s(errDesc, MAX_ERRDESC_LEN, ret) != EOK) { in TransTdcFillAppInfoAndNotifyChannel()
951 char errDesc[MAX_ERRDESC_LEN] = { 0 }; in OpenDataBusRequest()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c52 #define MAX_ERRDESC_LEN 128 macro
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_append_test.cpp1714 char *errDesc = static_cast<char *>(SoftBusCalloc(MAX_ERRDESC_LEN));