Searched refs:LOG_APP (Results 1 – 15 of 15) sorted by relevance
/base/hiviewdfx/hilog/test/unittest/common/ |
D | hilog_utils_test.cpp | 87 {LOG_APP, "app"}, 107 {1 << LOG_APP, "app"}, 111 … {(1 << LOG_APP) + (1 << LOG_INIT) + (1 << LOG_CORE) + (1 << LOG_KMSG), "init,core,app,kmsg"}, 118 EXPECT_EQ(Str2ComboLogType(""), (1 << LOG_APP) + (1 << LOG_CORE));
|
/base/hiviewdfx/hilog/services/hilogd/ |
D | log_domains.cpp | 78 if (type == LOG_APP) { in IsValidDomain()
|
D | flow_control.cpp | 46 if (hilogMsg.type == LOG_APP) { in FlowCtrlDomain()
|
D | log_collector.cpp | 90 if (msg.type != static_cast<uint16_t>(LOG_APP) && flowControl && !debug) { in onDataRecv()
|
D | service_controller.cpp | 50 static constexpr uint16_t DEFAULT_LOG_TYPES = ((0b01 << LOG_APP) | (0b01 << LOG_CORE) | (0b01 << LO… 51 static constexpr uint16_t DEFAULT_REMOVE_LOG_TYPES = ((0b01 << LOG_APP) | (0b01 << LOG_CORE));
|
/base/hiviewdfx/hilog/interfaces/native/kits/include/hilog/ |
D | log.h | 98 LOG_APP = 0, enumerator
|
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog_base/ |
D | log_base.h | 39 LOG_APP = 0, enumerator
|
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/ |
D | log_c.h | 39 LOG_APP = 0, enumerator
|
/base/web/webview/interfaces/kits/napi/webasynccontroller/ |
D | napi_web_async_controller.cpp | 177 HILOG_ERROR(LOG_APP, "new webAsyncController failed"); in JS_NapiWebAsyncController() 200 HILOG_ERROR(LOG_APP, "not found a valid nweb"); in StoreWebArchiveCallback() 253 HILOG_ERROR(LOG_APP, "not found a valid nweb"); in StoreWebArchivePromise()
|
/base/hiviewdfx/faultloggerd/common/dfxlog/ |
D | musl_log.h | 25 LOG_APP = 0, enumerator
|
/base/hiviewdfx/hilog/frameworks/libhilog/ |
D | hilog_printf.cpp | 176 if ((type != LOG_APP) && ((domain < DOMAIN_OS_MIN) || (domain > DOMAIN_OS_MAX))) { in HiLogPrintArgs() 277 if (type == LOG_APP && !debug && IsProcessSwitchOn()) { in HiLogPrintArgs()
|
/base/hiviewdfx/hilog/frameworks/libhilog/utils/ |
D | log_print.cpp | 63 case LOG_APP: return "A"; in GetLogTypePrefix()
|
D | log_utils.cpp | 152 {LOG_INIT, "init"}, {LOG_CORE, "core"}, {LOG_APP, "app"}, {LOG_KMSG, "kmsg"} 191 logTypes = (1 << LOG_CORE) | (1 << LOG_APP); in Str2ComboLogType()
|
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/src/ |
D | hilog_napi_base.cpp | 34 #define DEFAULT_LOG_TYPE LOG_APP
|
/base/hiviewdfx/hilog/test/moduletest/common/ |
D | hilog_ndk_test.cpp | 41 const HiLogLabel APP_LABEL = { LOG_APP, 0x002a, "HILOGTEST_CPP" };
|