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()
69 static boolean CheckParameters(uint8 module, uint8 level) in CheckParameters() argument
72 (module >= HILOG_MODULE_MAX) || (g_logModuleInfo[module].name == NULL)) { in CheckParameters()
111 void HiLogPrintf(uint8 module, uint8 level, const char *nums, const char *fmt, ...) in HiLogPrintf() argument
121 if (g_hiviewConfig.logSwitch == HIVIEW_FEATURE_OFF || !CheckParameters(module, level) || in HiLogPrintf()
122 !LOG_IS_OUTPUT(module)) { in HiLogPrintf()
128 pCommon->module = module; in HiLogPrintf()
148 void HILOG_HashPrintf(uint8 module, uint8 level, const char *nums, uint32 hash, ...) in HILOG_HashPrintf() argument
156 if (g_hiviewConfig.logSwitch == HIVIEW_FEATURE_OFF || !CheckParameters(module, level) || in HILOG_HashPrintf()
157 !LOG_IS_OUTPUT(module)) { in HILOG_HashPrintf()
163 pCommon->module = module; in HILOG_HashPrintf()