Home
last modified time | relevance | path

Searched refs:LOG_APP (Results 1 – 15 of 15) sorted by relevance

/base/hiviewdfx/hilog/test/unittest/common/
Dhilog_utils_test.cpp87 {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/
Dlog_domains.cpp78 if (type == LOG_APP) { in IsValidDomain()
Dflow_control.cpp46 if (hilogMsg.type == LOG_APP) { in FlowCtrlDomain()
Dlog_collector.cpp90 if (msg.type != static_cast<uint16_t>(LOG_APP) && flowControl && !debug) { in onDataRecv()
Dservice_controller.cpp50 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/
Dlog.h98 LOG_APP = 0, enumerator
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog_base/
Dlog_base.h39 LOG_APP = 0, enumerator
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/
Dlog_c.h39 LOG_APP = 0, enumerator
/base/web/webview/interfaces/kits/napi/webasynccontroller/
Dnapi_web_async_controller.cpp177 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/
Dmusl_log.h25 LOG_APP = 0, enumerator
/base/hiviewdfx/hilog/frameworks/libhilog/
Dhilog_printf.cpp176 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/
Dlog_print.cpp63 case LOG_APP: return "A"; in GetLogTypePrefix()
Dlog_utils.cpp152 {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/
Dhilog_napi_base.cpp34 #define DEFAULT_LOG_TYPE LOG_APP
/base/hiviewdfx/hilog/test/moduletest/common/
Dhilog_ndk_test.cpp41 const HiLogLabel APP_LABEL = { LOG_APP, 0x002a, "HILOGTEST_CPP" };