Searched refs:LOG_KMSG (Results 1 - 9 of 9) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/ |
H A D | musl_log.h | 41 LOG_KMSG = 4, enumerator
|
/base/hiviewdfx/hilog/test/unittest/common/ |
H A D | hilog_utils_test.cpp | 88 {LOG_KMSG, "kmsg"},
in HWTEST_F() 112 {1 << LOG_KMSG, "kmsg"},
in HWTEST_F() 113 {(1 << LOG_APP) + (1 << LOG_INIT) + (1 << LOG_CORE) + (1 << LOG_ONLY_PRERELEASE) + (1 << LOG_KMSG),
in HWTEST_F()
|
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/ |
H A D | log_c.h | 53 LOG_KMSG = 4,
enumerator
|
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog_base/ |
H A D | log_base.h | 53 LOG_KMSG = 4, enumerator
|
/base/hiviewdfx/hilog/services/hilogd/ |
H A D | kmsg_parser.cpp | 94 msg.type = LOG_KMSG; in ParseKmsg()
|
H A D | service_controller.cpp | 67 return types == (0b01 << LOG_KMSG); in IsKmsg() 432 if (((rqst.types & (0b01 << LOG_KMSG)) != 0) && (GetBitsCount(rqst.types) > 1)) { in CheckOutputRqst() 566 bool isKmsgType = rqst.outputFilter.types == (0b01 << LOG_KMSG); in PersistStartRqst2Msg() 727 HilogBuffer& hilogBuffer = t == LOG_KMSG ? m_kmsgBuffer : m_hilogBuffer; in HandleBufferSizeGetRqst() 751 HilogBuffer& hilogBuffer = t == LOG_KMSG ? m_kmsgBuffer : m_hilogBuffer; in HandleBufferSizeSetRqst() 822 HilogBuffer& hilogBuffer = (t == LOG_KMSG) ? m_kmsgBuffer : m_hilogBuffer; in HandleLogRemoveRqst()
|
/base/hiviewdfx/hilog/frameworks/libhilog/utils/ |
H A D | log_print.cpp | 67 case LOG_KMSG: return "K";
in GetLogTypePrefix() 128 if (content.type != LOG_KMSG) {
in PrintLogPrefix()
|
H A D | log_utils.cpp | 153 {LOG_INIT, "init"}, {LOG_CORE, "core"}, {LOG_APP, "app"}, {LOG_KMSG, "kmsg"},
|
/base/hiviewdfx/hilog/frameworks/libhilog/ |
H A D | hilog_printf.cpp | 224 if (type == LOG_KMSG) { in HiLogPrintArgs()
|
Completed in 7 milliseconds