Home
last modified time | relevance | path

Searched refs:HIVIEW_UartPrint (Results 1 – 9 of 9) sorted by relevance

/base/hiviewdfx/hievent_lite/command/
Dhievent_lite_command.c47 HIVIEW_UartPrint("Invalid command.\n"); in HieventCmdProc()
52 HIVIEW_UartPrint("Invalid command.\n"); in HieventCmdProc()
64 HIVIEW_UartPrint("Invalid command.\n"); in HieventCmdProc()
71 HIVIEW_UartPrint("hievent [-h] [-c]\n"); in HieventHelpProc()
72 HIVIEW_UartPrint(" -h Help\n"); in HieventHelpProc()
73 HIVIEW_UartPrint(" -c Enable or disable event function\n"); in HieventHelpProc()
79 HIVIEW_UartPrint("Invalid command.\n"); in HieventSetProc()
85 HIVIEW_UartPrint("Close event function success.\n"); in HieventSetProc()
88 HIVIEW_UartPrint("Open event function success.\n"); in HieventSetProc()
/base/hiviewdfx/hiview_lite/
Dhiview_util.c128 void HIVIEW_UartPrint(const char *str) in HIVIEW_UartPrint() function
227 HIVIEW_UartPrint("HIVIEW_FileCopy input param is NULL"); in HIVIEW_FileCopy()
232 HIVIEW_UartPrint("HIVIEW_FileCopy open src file fail"); in HIVIEW_FileCopy()
237 HIVIEW_UartPrint("HIVIEW_FileCopy open dest file fail"); in HIVIEW_FileCopy()
244 HIVIEW_UartPrint("HIVIEW_FileCopy malloc error"); in HIVIEW_FileCopy()
262 HIVIEW_UartPrint("HIVIEW_FileCopy copy failed"); in HIVIEW_FileCopy()
Dhiview_file.c236 HIVIEW_UartPrint("Procfile failed, get lock fail"); in ProcFile()
252 HIVIEW_UartPrint("Procfile failed, type : HIVIEW_FILE_COPY"); in ProcFile()
264 HIVIEW_UartPrint("Procfile failed, type : HIVIEW_FILE_RENAME"); in ProcFile()
271 HIVIEW_UartPrint("Procfile failed, type : Unknown type"); in ProcFile()
Dhiview_util.h86 void HIVIEW_UartPrint(const char *str);
Dhiview_service.c70 HIVIEW_UartPrint("hiview init success."); in Initialize()
/base/hiviewdfx/hilog_lite/frameworks/mini/
Dhiview_output_log.c110 HIVIEW_UartPrint("Open file[HIVIEW_LOG_BIN_FILE] failed."); in InitLogOutput()
165 HIVIEW_UartPrint(tempOutStr); in OutputLog()
176 HIVIEW_UartPrint("Write log to cache failed."); in OutputLog()
183 HIVIEW_UartPrint("Hilog writeToCache error!\n"); in OutputLog()
220 HIVIEW_UartPrint("Discard cache[LOG_CACHE] data."); in OutputLogRealtime()
231 HIVIEW_UartPrint(tempOutStr); in OutputLogRealtime()
252 HIVIEW_UartPrint("Discard cache[LOG_CACHE] data."); in OutputLog2TextFile()
309 HIVIEW_UartPrint("Discard cache[LOG_CACHE] data."); in OutputLog2BinFile()
316 HIVIEW_UartPrint("Discard cache[LOG_CACHE] data."); in OutputLog2BinFile()
336 HIVIEW_UartPrint("Failed to write log data."); in OutputLog2BinFile()
Dhiview_log.c38 HIVIEW_UartPrint("hilog will init.\n"); in HiLogInit()
/base/hiviewdfx/hievent_lite/frameworks/
Dhiview_event.c42 HIVIEW_UartPrint("hievent will init.\n"); in HiEventInit()
46 HIVIEW_UartPrint("hievent init success."); in HiEventInit()
Dhiview_output_event.c244 HIVIEW_UartPrint("HiEvent have no sufficient space to write event info to cache!\n"); in OutputEvent()
310 HIVIEW_UartPrint(tmpBuffer); in OutputEventRealtime()
368 HIVIEW_UartPrint("Failed to write event data."); in Output2Flash()