Home
last modified time | relevance | path

Searched refs:errorDesc (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/blackbox_lite/
H A Dblackbox_core.c74 const char errorDesc[ERROR_DESC_MAX_LEN]) in FormatErrorInfo()
76 if (info == NULL || event == NULL || module == NULL || errorDesc == NULL) { in FormatErrorInfo()
77 BBOX_PRINT_ERR("info: %p, event: %p, module: %p, errorDesc: %p\n", in FormatErrorInfo()
78 info, event, module, errorDesc); in FormatErrorInfo()
91 if (strncpy_s(info->errorDesc, sizeof(info->errorDesc), errorDesc, in FormatErrorInfo()
92 Min(strlen(errorDesc), sizeof(info->errorDesc) - 1)) != EOK) { in FormatErrorInfo()
93 BBOX_PRINT_ERR("strncpy_s failed or the info->errorDesc i in FormatErrorInfo()
71 FormatErrorInfo(struct ErrorInfo *info, const char event[EVENT_MAX_LEN], const char module[MODULE_MAX_LEN], const char errorDesc[ERROR_DESC_MAX_LEN]) FormatErrorInfo() argument
252 BBoxNotifyError(const char event[EVENT_MAX_LEN], const char module[MODULE_MAX_LEN], const char errorDesc[ERROR_DESC_MAX_LEN], int needSysReset) BBoxNotifyError() argument
[all...]
/base/hiviewdfx/blackbox_lite/interfaces/native/innerkits/
H A Dblackbox.h53 char errorDesc[ERROR_DESC_MAX_LEN]; member
67 const char errorDesc[ERROR_DESC_MAX_LEN],
/base/hiviewdfx/blackbox_lite/interfaces/native/kits/
H A Dblackbox.h53 char errorDesc[ERROR_DESC_MAX_LEN]; member
67 const char errorDesc[ERROR_DESC_MAX_LEN],
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dpanic_error_info_handle.h37 char errorDesc[ERROR_DESC_MAX_LEN]; member
H A Dpanic_error_info_handle.cpp151 fout << "errdesc[" << info->errorDesc << "],"; in SaveHistoryLog()
158 HIVIEW_LOGE("time: %{public}s, sysreboot: %{public}s, errorDesc: %{public}s", in SaveHistoryLog()
159 bboxTime.c_str(), bboxSysreset.c_str(), info->errorDesc); in SaveHistoryLog()

Completed in 3 milliseconds