Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/command/
H A Dhilog_command.c58 .silenceMod = SILENT_MODE_OFF,
183 g_hiviewConfig.silenceMod = SILENT_MODE_ON; in HilogSilenceProc()
H A Dhilog_command.h40 unsigned char silenceMod : 1; /* Silent mode, 0 for mode off, 1 for mdoe on. */ member
/ohos5.0/base/hiviewdfx/hilog_lite/services/hilogcat/
H A Dhiview_logcat.c35 if (ret == -1 || g_hiviewConfig.silenceMod == SILENT_MODE_ON) { in main()
/ohos5.0/base/hiviewdfx/hilog_lite/services/apphilogcat/
H A Dhiview_applogcat.c227 if (g_hiviewConfig.silenceMod == SILENT_MODE_OFF) { in main()