Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog_lite/frameworks/mini/
Dhiview_output_log.c64 static HilogProc g_hilogOutputProc = NULL; variable
135 if (g_hilogOutputProc != NULL) { in OutputLog()
136 if (g_hilogOutputProc(hiLogContent, len) == TRUE) { in OutputLog()
582 g_hilogOutputProc = func; in HiviewRegisterHilogProc()
593 if (g_hilogOutputProc != NULL) { in HiviewUnRegisterHilogProc()
594 g_hilogOutputProc = NULL; in HiviewUnRegisterHilogProc()