Searched refs:hiLogLevel (Results 1 - 3 of 3) sorted by relevance
/foundation/distributedhardware/distributed_camera/common/src/utils/ |
H A D | dh_log.cpp | 37 LogLevel hiLogLevel = LOG_INFO; in DHLogOut() local 40 hiLogLevel = LOG_DEBUG; in DHLogOut() 43 hiLogLevel = LOG_INFO; in DHLogOut() 46 hiLogLevel = LOG_WARN; in DHLogOut() 49 hiLogLevel = LOG_ERROR; in DHLogOut() 54 (void)HiLogPrint(LOG_CORE, hiLogLevel, LOG_DOMAIN, DC_LOG_TITLE_TAG.c_str(), "%{public}s", logBuf); in DHLogOut()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_log.c | 37 LogLevel hiLogLevel = LOG_ERROR; in HiLogPrintWrapper() local 40 hiLogLevel = LOG_DEBUG; in HiLogPrintWrapper() 43 hiLogLevel = LOG_INFO; in HiLogPrintWrapper() 46 hiLogLevel = LOG_WARN; in HiLogPrintWrapper() 49 hiLogLevel = LOG_ERROR; in HiLogPrintWrapper() 52 hiLogLevel = LOG_FATAL; in HiLogPrintWrapper() 58 HiLogPrint(LOG_CORE, hiLogLevel, domain, NSTACKX_DEFAULT_TAG, "%{public}s", buf); in HiLogPrintWrapper() 60 HiLogPrint(LOG_CORE, hiLogLevel, domain, tag, "%{public}s", buf); in HiLogPrintWrapper()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_log.c | 37 LogLevel hiLogLevel = LOG_ERROR; in HiLogPrintWrapper() local 40 hiLogLevel = LOG_DEBUG; in HiLogPrintWrapper() 43 hiLogLevel = LOG_INFO; in HiLogPrintWrapper() 46 hiLogLevel = LOG_WARN; in HiLogPrintWrapper() 49 hiLogLevel = LOG_ERROR; in HiLogPrintWrapper() 52 hiLogLevel = LOG_FATAL; in HiLogPrintWrapper() 58 HiLogPrint(LOG_CORE, hiLogLevel, domain, NSTACKX_DEFAULT_TAG, "%{public}s", buf); in HiLogPrintWrapper() 60 HiLogPrint(LOG_CORE, hiLogLevel, domain, tag, "%{public}s", buf); in HiLogPrintWrapper()
|
Completed in 1 milliseconds