Searched refs:LOG_KMSG (Results 1 – 9 of 9) sorted by relevance
/base/hiviewdfx/hilog/test/unittest/common/ |
D | hilog_utils_test.cpp | 88 {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/ |
D | log_base.h | 53 LOG_KMSG = 4, enumerator
|
/base/hiviewdfx/hilog/frameworks/libhilog/utils/ |
D | log_print.cpp | 66 case LOG_KMSG: return "K"; in GetLogTypePrefix() 126 if (content.type != LOG_KMSG) { in PrintLogPrefix()
|
D | log_utils.cpp | 152 {LOG_INIT, "init"}, {LOG_CORE, "core"}, {LOG_APP, "app"}, {LOG_KMSG, "kmsg"}
|
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/ |
D | log_c.h | 53 LOG_KMSG = 4, enumerator
|
/base/hiviewdfx/hilog/services/hilogd/ |
D | kmsg_parser.cpp | 94 msg.type = LOG_KMSG; in ParseKmsg()
|
D | service_controller.cpp | 65 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/ |
D | musl_log.h | 37 LOG_KMSG = 4, enumerator
|
/base/hiviewdfx/hilog/frameworks/libhilog/ |
D | hilog_printf.cpp | 224 if (type == LOG_KMSG) { in HiLogPrintArgs()
|