Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog_lite/command/
Dhilog_command.h57 bool FilterModuleLog(const char *setModule, const char *logModule);
Dhilog_command.c244 bool FilterModuleLog(const char *setModule, const char *logModule) in FilterModuleLog() argument
249 return strncmp(logModule, g_hiviewConfig.logOutputModule, DOMAIN_ID_LENGTH) == 0; in FilterModuleLog()