Searched refs:LOG_KMSG (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/base/hiviewdfx/hilog/test/unittest/common/ |
H A D | hilog_utils_test.cpp | 88 {LOG_KMSG, "kmsg"}, 112 {1 << LOG_KMSG, "kmsg"}, 113 …{(1 << LOG_APP) + (1 << LOG_INIT) + (1 << LOG_CORE) + (1 << LOG_ONLY_PRERELEASE) + (1 << LOG_KMSG),
|
/ohos5.0/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"},
|
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog_base/ |
H A D | log_base.h | 53 LOG_KMSG = 4, enumerator
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/ |
H A D | musl_log.h | 41 LOG_KMSG = 4, enumerator
|
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/ |
H A D | log_c.h | 53 LOG_KMSG = 4, enumerator
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/ |
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()
|
H A D | kmsg_parser.cpp | 94 msg.type = LOG_KMSG; in ParseKmsg()
|
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/include/ |
H A D | safwk_log.h | 24 LOG_KMSG,
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | sam_log.h | 24 LOG_KMSG,
|
/ohos5.0/foundation/filemanagement/storage_service/services/common/include/ |
H A D | storage_service_log.h | 21 static constexpr OHOS::HiviewDFX::HiLogLabel KLOG_LABEL = { LOG_KMSG, LOG_DOMAIN, STORAGE_LOG_TAG};
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/ |
H A D | hilog_printf.cpp | 224 if (type == LOG_KMSG) { in HiLogPrintArgs()
|