Lines Matching full:module
33 static boolean CheckParameters(uint8 module, uint8 level);
41 /* The module that is not registered cannot print the log. */ in HiLogInit()
67 static boolean CheckParameters(uint8 module, uint8 level) in CheckParameters() argument
70 (module >= HILOG_MODULE_MAX) || (g_logModuleInfo[module].name == NULL)) { in CheckParameters()
109 void HiLogPrintf(uint8 module, uint8 level, const char *nums, const char *fmt, ...) in HiLogPrintf() argument
119 if (g_hiviewConfig.logSwitch == HIVIEW_FEATURE_OFF || !CheckParameters(module, level) || in HiLogPrintf()
120 !LOG_IS_OUTPUT(module)) { in HiLogPrintf()
126 pCommon->module = module; in HiLogPrintf()
146 void HILOG_HashPrintf(uint8 module, uint8 level, const char *nums, uint32 hash, ...) in HILOG_HashPrintf() argument
154 if (g_hiviewConfig.logSwitch == HIVIEW_FEATURE_OFF || !CheckParameters(module, level) || in HILOG_HashPrintf()
155 !LOG_IS_OUTPUT(module)) { in HILOG_HashPrintf()
161 pCommon->module = module; in HILOG_HashPrintf()