Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog_lite/command/
Dhilog_command.c60 .logOutputModule = HILOG_MODULE_MAX,
100 int modSize = sizeof(g_hiviewConfig.logOutputModule); in SetOutputDomain()
102 (void)memset_s(g_hiviewConfig.logOutputModule, modSize, '0', modSize); in SetOutputDomain()
108 …if (strncpy_s(g_hiviewConfig.logOutputModule + destStart, modSize - destStart, mod + sourceStart, … in SetOutputDomain()
113 printf("Set log domain : %s \n", g_hiviewConfig.logOutputModule); in SetOutputDomain()
249 return strncmp(logModule, g_hiviewConfig.logOutputModule, DOMAIN_ID_LENGTH) == 0; in FilterModuleLog()
Dhilog_command.h41 … char logOutputModule[DOMAIN_ID_LENGTH + 1]; /* Control log output module (including '\0' byte). */ member
/base/hiviewdfx/hiview_lite/
Dhiview_config.c25 .logOutputModule = 0,
32 g_hiviewConfig.logOutputModule = (uint64_t)LOG_OUTPUT_MODULE; in HiviewConfigInit()
Dhiview_config.h83 uint64 logOutputModule; /* Control log output module. */ member
/base/hiviewdfx/hilog_lite/services/hilogcat/
Dhiview_logcat.c70 printFlag = FilterModuleLog(g_hiviewConfig.logOutputModule, (head->msg) + MODULE_OFFSET); in main()
/base/hiviewdfx/hilog_lite/services/apphilogcat/
Dhiview_applogcat.c217 printFlag = FilterModuleLog(g_hiviewConfig.logOutputModule, (head->msg) + MODULE_OFFSET); in main()
/base/hiviewdfx/hilog_lite/frameworks/mini/
Dhiview_log.c28 #define LOG_IS_OUTPUT(mod) (g_hiviewConfig.logOutputModule & (((uint64_t)1) << (mod)))