Home
last modified time | relevance | path

Searched refs:LOG_INIT (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilog_utils_test.cpp85 {LOG_INIT, "init"},
109 {1 << LOG_INIT, "init"},
113 …{(1 << LOG_APP) + (1 << LOG_INIT) + (1 << LOG_CORE) + (1 << LOG_ONLY_PRERELEASE) + (1 << LOG_KMSG),
/ohos5.0/foundation/multimedia/image_framework/mock/native/include/log/hilog/
H A Dlog_c.h41 LOG_INIT = 1, enumerator
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog_base/
H A Dlog_base.h49 LOG_INIT = 1, enumerator
/ohos5.0/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog/
H A Dlog.h131 LOG_INIT = 1, enumerator
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/
H A Dmusl_log.h37 LOG_INIT = 1, enumerator
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/
H A Dlog_c.h49 LOG_INIT = 1, enumerator
/ohos5.0/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/
H A Dhiview_log.h131 LOG_INIT = 1, enumerator
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_print.cpp65 case LOG_INIT: return "I"; in GetLogTypePrefix()
H A Dlog_utils.cpp153 {LOG_INIT, "init"}, {LOG_CORE, "core"}, {LOG_APP, "app"}, {LOG_KMSG, "kmsg"},
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp51 | (0b01 << LOG_INIT) | (0b01 << LOG_ONLY_PRERELEASE));