Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilog_utils_test.cpp88 {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 Dlog_print.cpp67 case LOG_KMSG: return "K"; in GetLogTypePrefix()
128 if (content.type != LOG_KMSG) { in PrintLogPrefix()
H A Dlog_utils.cpp153 {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 Dlog_base.h53 LOG_KMSG = 4, enumerator
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/
H A Dmusl_log.h41 LOG_KMSG = 4, enumerator
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/
H A Dlog_c.h53 LOG_KMSG = 4, enumerator
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp67 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 Dkmsg_parser.cpp94 msg.type = LOG_KMSG; in ParseKmsg()
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/include/
H A Dsafwk_log.h24 LOG_KMSG,
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsam_log.h24 LOG_KMSG,
/ohos5.0/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_log.h21 static constexpr OHOS::HiviewDFX::HiLogLabel KLOG_LABEL = { LOG_KMSG, LOG_DOMAIN, STORAGE_LOG_TAG};
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp224 if (type == LOG_KMSG) { in HiLogPrintArgs()