Searched refs:hiLogLevel (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/common/log/src/ |
H A D | daudio_log.cpp | 34 LogLevel hiLogLevel = LOG_INFO; in DHLogOut() local 37 hiLogLevel = LOG_DEBUG; in DHLogOut() 40 hiLogLevel = LOG_INFO; in DHLogOut() 43 hiLogLevel = LOG_WARN; in DHLogOut() 46 hiLogLevel = LOG_ERROR; in DHLogOut() 51 …(void)HiLogPrint(LOG_CORE, hiLogLevel, LOG_DOMAIN, DAUDIO_LOG_TITLE_TAG.c_str(), "%{public}s", log… in DHLogOut()
|
/ohos5.0/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()
|
/ohos5.0/base/tee/tee_client/services/tlogcat/src/ |
H A D | sys_hilog_cfg.c | 42 uint32_t hiLogLevel[TOTAL_LEVEL_NUMS] = {LOG_ERROR, LOG_WARN, LOG_INFO, LOG_DEBUG, LOG_DEBUG}; in TeeHilogPrint() local 48 logLevel = hiLogLevel[logLevel]; in TeeHilogPrint()
|