Searched refs:LOG_INIT (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/hiviewdfx/hilog/test/unittest/common/ |
H A D | hilog_utils_test.cpp | 85 {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 D | log_c.h | 41 LOG_INIT = 1, enumerator
|
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog_base/ |
H A D | log_base.h | 49 LOG_INIT = 1, enumerator
|
/ohos5.0/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog/ |
H A D | log.h | 131 LOG_INIT = 1, enumerator
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/ |
H A D | musl_log.h | 37 LOG_INIT = 1, enumerator
|
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/ |
H A D | log_c.h | 49 LOG_INIT = 1, enumerator
|
/ohos5.0/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/ |
H A D | hiview_log.h | 131 LOG_INIT = 1, enumerator
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/ |
H A D | log_print.cpp | 65 case LOG_INIT: return "I"; in GetLogTypePrefix()
|
H A D | log_utils.cpp | 153 {LOG_INIT, "init"}, {LOG_CORE, "core"}, {LOG_APP, "app"}, {LOG_KMSG, "kmsg"},
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/ |
H A D | service_controller.cpp | 51 | (0b01 << LOG_INIT) | (0b01 << LOG_ONLY_PRERELEASE));
|