Lines Matching refs:errorDesc
74 const char errorDesc[ERROR_DESC_MAX_LEN])
76 if (info == NULL || event == NULL || module == NULL || errorDesc == NULL) {
77 BBOX_PRINT_ERR("info: %p, event: %p, module: %p, errorDesc: %p\n",
78 info, event, module, errorDesc);
91 if (strncpy_s(info->errorDesc, sizeof(info->errorDesc), errorDesc,
92 Min(strlen(errorDesc), sizeof(info->errorDesc) - 1)) != EOK) {
93 BBOX_PRINT_ERR("strncpy_s failed or the info->errorDesc is not enough!\n");
129 info->event, info->module, info->errorDesc) != -1) {
254 const char errorDesc[ERROR_DESC_MAX_LEN],
285 FormatErrorInfo(info, event, module, errorDesc);