Home
last modified time | relevance | path

Searched refs:outputOption (Results 1 - 7 of 7) sorted by relevance

/base/hiviewdfx/hiview_lite/
H A Dhiview_config.c20 .outputOption = OUTPUT_OPTION,
H A Dhiview_config.h77 uint8 outputOption : 4; /* Control log output mode. */ member
/base/hiviewdfx/hilog_lite/command/
H A Dhilog_command.h34 const unsigned char outputOption : 4; /* Control log output mode. Cannot be modified during running. */ member
H A Dhilog_command.c54 .outputOption = OUTPUT_OPTION_FLOW,
/base/hiviewdfx/hievent_lite/frameworks/
H A Dhiview_output_event.c118 int8 opt = GETOPTION(g_hiviewConfig.outputOption); in ClearEventOutput()
128 int8 opt = GETOPTION(g_hiviewConfig.outputOption); in InitFaultEventOutput()
146 int8 opt = GETOPTION(g_hiviewConfig.outputOption); in InitUeEventOutput()
161 int8 opt = GETOPTION(g_hiviewConfig.outputOption); in InitStatEventOutput()
250 int8 opt = GETOPTION(g_hiviewConfig.outputOption); in OutputEvent()
467 switch (GETOPTION(g_hiviewConfig.outputOption)) { in FlushEventAsync()
493 switch (GETOPTION(g_hiviewConfig.outputOption)) { in FlushEventInfo()
/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.c101 int8 opt = GETOPTION(g_hiviewConfig.outputOption); in InitLogOutput()
118 int8 opt = GETOPTION(g_hiviewConfig.outputOption); in ClearLogOutput()
160 int8 opt = GETOPTION(g_hiviewConfig.outputOption); in OutputLog()
161 boolean isPrint = g_hiviewConfig.outputOption >= OUTPUT_OPTION_PRINT; in OutputLog()
376 } else if (GETOPTION(g_hiviewConfig.outputOption) == OUTPUT_OPTION_DEBUG) { in LogContentFmt()
635 int8 opt = GETOPTION(g_hiviewConfig.outputOption); in FlushLog()
678 return GETOPTION(g_hiviewConfig.outputOption); in HiviewGetConfigOption()
H A Dhiview_log_limit.c61 if (GETOPTION(g_hiviewConfig.outputOption) == OUTPUT_OPTION_DEBUG) { in LogIsLimited()

Completed in 4 milliseconds