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