Searched refs:ERR_MSG_MAX_LEN (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/ |
H A D | trans_auth_message_test.cpp | 82 char cJsonStr[ERR_MSG_MAX_LEN] = {0}; 83 ret = TransAuthChannelErrorPack(SOFTBUS_INVALID_PARAM, NULL, cJsonStr, ERR_MSG_MAX_LEN); 86 ret = TransAuthChannelErrorPack(SOFTBUS_INVALID_PARAM, g_errMsg, NULL, ERR_MSG_MAX_LEN);
|
H A D | trans_auth_channel_test.cpp | 749 char cJsonStr[ERR_MSG_MAX_LEN] = {0}; 750 OnRecvAuthChannelRequest(TRANS_TEST_AUTH_ID, NULL, ERR_MSG_MAX_LEN); 751 ret = TransAuthChannelErrorPack(SOFTBUS_INVALID_PARAM, g_errMsg, cJsonStr, ERR_MSG_MAX_LEN); 1064 char cJsonStr[ERR_MSG_MAX_LEN] = {0}; 1065 OnRecvAuthChannelRequest(TRANS_TEST_AUTH_ID, NULL, ERR_MSG_MAX_LEN); 1066 ret = TransAuthChannelErrorPack(SOFTBUS_INVALID_PARAM, g_errMsg, cJsonStr, ERR_MSG_MAX_LEN);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/include/ |
H A D | trans_auth_message.h | 28 #define ERR_MSG_MAX_LEN 128 macro
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/ |
H A D | trans_auth_manager.c | 865 char cJsonStr[ERR_MSG_MAX_LEN] = {0}; in TransPostAuthChannelErrMsg() 866 int32_t ret = TransAuthChannelErrorPack(errcode, errMsg, cJsonStr, ERR_MSG_MAX_LEN); in TransPostAuthChannelErrMsg()
|