Home
last modified time | relevance | path

Searched refs:LOG_KMSG (Results 1 – 9 of 9) sorted by relevance

/base/hiviewdfx/hilog/test/unittest/common/
Dhilog_utils_test.cpp88 {LOG_KMSG, "kmsg"},
110 {1 << LOG_KMSG, "kmsg"},
111 … {(1 << LOG_APP) + (1 << LOG_INIT) + (1 << LOG_CORE) + (1 << LOG_KMSG), "init,core,app,kmsg"},
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog_base/
Dlog_base.h53 LOG_KMSG = 4, enumerator
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_print.cpp66 case LOG_KMSG: return "K"; in GetLogTypePrefix()
126 if (content.type != LOG_KMSG) { in PrintLogPrefix()
Dlog_utils.cpp152 {LOG_INIT, "init"}, {LOG_CORE, "core"}, {LOG_APP, "app"}, {LOG_KMSG, "kmsg"}
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/
Dlog_c.h53 LOG_KMSG = 4, enumerator
/base/hiviewdfx/hilog/services/hilogd/
Dkmsg_parser.cpp94 msg.type = LOG_KMSG; in ParseKmsg()
Dservice_controller.cpp65 return types == (0b01 << LOG_KMSG); in IsKmsg()
430 if (((rqst.types & (0b01 << LOG_KMSG)) != 0) && (GetBitsCount(rqst.types) > 1)) { in CheckOutputRqst()
564 bool isKmsgType = rqst.outputFilter.types == (0b01 << LOG_KMSG); in PersistStartRqst2Msg()
692 HilogBuffer& hilogBuffer = t == LOG_KMSG ? m_kmsgBuffer : m_hilogBuffer; in HandleBufferSizeGetRqst()
716 HilogBuffer& hilogBuffer = t == LOG_KMSG ? m_kmsgBuffer : m_hilogBuffer; in HandleBufferSizeSetRqst()
787 HilogBuffer& hilogBuffer = (t == LOG_KMSG) ? m_kmsgBuffer : m_hilogBuffer; in HandleLogRemoveRqst()
/base/hiviewdfx/faultloggerd/common/dfxlog/
Dmusl_log.h37 LOG_KMSG = 4, enumerator
/base/hiviewdfx/hilog/frameworks/libhilog/
Dhilog_printf.cpp224 if (type == LOG_KMSG) { in HiLogPrintArgs()