Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/command/
H A Dhilog_command.h57 bool FilterModuleLog(const char *setModule, const char *logModule);
H A Dhilog_command.c244 bool FilterModuleLog(const char *setModule, const char *logModule) in FilterModuleLog() function
/ohos5.0/base/hiviewdfx/hilog_lite/services/hilogcat/
H A Dhiview_logcat.c70 printFlag = FilterModuleLog(g_hiviewConfig.logOutputModule, (head->msg) + MODULE_OFFSET); in main()
/ohos5.0/base/hiviewdfx/hilog_lite/services/apphilogcat/
H A Dhiview_applogcat.c217 printFlag = FilterModuleLog(g_hiviewConfig.logOutputModule, (head->msg) + MODULE_OFFSET); in main()