Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview_lite/
Dhiview_def.h34 #define LOG_FMT_MAX_LEN 128 macro
/base/hiviewdfx/hilog_lite/frameworks/mini/
Dhiview_output_log.c163 char tempOutStr[LOG_FMT_MAX_LEN] = {0}; in OutputLog()
212 char tempOutStr[LOG_FMT_MAX_LEN] = {0}; in OutputLogRealtime()
240 char tempOutStr[LOG_FMT_MAX_LEN] = {0}; in OutputLog2TextFile()
/base/hiviewdfx/hievent_lite/frameworks/
Dhiview_output_event.c287 char tmpBuffer[LOG_FMT_MAX_LEN] = {0}; in OutputEventRealtime()
309 EventContentFmt(tmpBuffer, LOG_FMT_MAX_LEN, (uint8 *)&event); in OutputEventRealtime()