Home
last modified time | relevance | path

Searched refs:LOG_APP (Results 1 - 16 of 16) sorted by relevance

/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilog_utils_test.cpp87 {LOG_APP, "app"}, in HWTEST_F()
108 {1 << LOG_APP, "app"}, in HWTEST_F()
113 {(1 << LOG_APP) + (1 << LOG_INIT) + (1 << LOG_CORE) + (1 << LOG_ONLY_PRERELEASE) + (1 << LOG_KMSG), in HWTEST_F()
121 EXPECT_EQ(Str2ComboLogType(""), (1 << LOG_APP) + (1 << LOG_CORE) + (1 << LOG_ONLY_PRERELEASE)); in HWTEST_F()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/
H A Dmusl_log.h35 LOG_APP = 0, enumerator
/base/hiviewdfx/hilog/interfaces/native/kits/include/hilog/
H A Dlog.h55 * HILOG_WARN({@link LOG_APP}, "Failed to visit %{private}s, reason:%{public}d.", url, errno);\n
92 * Currently, <b>LOG_APP</b> is available. \n
98 LOG_APP = 0, enumerator
136 * @param type Indicates the log type. The type for third-party applications is defined by {@link LOG_APP}.
170 * @param type Indicates the log type. The type for third-party applications is defined by {@link LOG_APP}.
187 * @param type Indicates the log type. The type for third-party applications is defined by {@link LOG_APP}.
204 * @param type Indicates the log type. The type for third-party applications is defined by {@link LOG_APP}.
221 * @param type Indicates the log type. The type for third-party applications is defined by {@link LOG_APP}.
238 * @param type Indicates the log type. The type for third-party applications is defined by {@link LOG_APP}.
252 * @param type Indicates the log type. The type for third-party applications is defined by {@link LOG_APP}
[all...]
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_domains.cpp93 if (type == LOG_APP) { in IsValidDomain()
H A Dflow_control.cpp46 if (hilogMsg.type == LOG_APP) { in FlowCtrlDomain()
H A Dlog_collector.cpp90 if (msg.type != static_cast<uint16_t>(LOG_APP) && flowControl && !debug) { in onDataRecv()
H A Dservice_controller.cpp50 static constexpr uint16_t DEFAULT_LOG_TYPES = ((0b01 << LOG_APP) | (0b01 << LOG_CORE)
52 static constexpr uint16_t DEFAULT_REMOVE_LOG_TYPES = ((0b01 << LOG_APP) | (0b01 << LOG_CORE)
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/
H A Dlog_c.h28 * Log type of LOG_APP: 0-0xFFFF
47 LOG_APP = 0, enumerator
129 * @param type Indicates the log type. The type for third-party applications is defined by {@link LOG_APP}.
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog_base/
H A Dlog_base.h28 * Log type of LOG_APP: 0-0xFFFF
47 LOG_APP = 0, enumerator
/base/web/webview/interfaces/kits/napi/webasynccontroller/
H A Dnapi_web_async_controller.cpp177 HILOG_ERROR(LOG_APP, "new webAsyncController failed"); in JS_NapiWebAsyncController()
199 HILOG_ERROR(LOG_APP, "not found a valid nweb"); in StoreWebArchiveCallback()
251 HILOG_ERROR(LOG_APP, "not found a valid nweb"); in StoreWebArchivePromise()
/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/
H A Dhilog_adapter.cpp52 return HiLogPrintArgs(LOG_APP, LOG_LEVELS[level], LOG_CONSOLE_DOMAIN, tag, fmt, ap); in HiLogAdapterConsoleLog()
/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp159 if (type != LOG_APP) { in IsNeedProcFlowCtr()
218 if ((type != LOG_APP) && ((domain < DOMAIN_OS_MIN) || (domain > DOMAIN_OS_MAX))) { in HiLogPrintArgs()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_print.cpp64 case LOG_APP: return "A"; in GetLogTypePrefix()
H A Dlog_utils.cpp153 {LOG_INIT, "init"}, {LOG_CORE, "core"}, {LOG_APP, "app"}, {LOG_KMSG, "kmsg"},
193 logTypes = (1 << LOG_CORE) | (1 << LOG_APP) | (1 << LOG_ONLY_PRERELEASE); in Str2ComboLogType()
/base/hiviewdfx/hilog/test/moduletest/common/
H A Dhilog_ndk_test.cpp41 const HiLogLabel APP_LABEL = { LOG_APP, 0x002a, "HILOGTEST_CPP" };
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/src/
H A Dhilog_napi_base.cpp293 HiLogPrint((isAppLog ? LOG_APP : LOG_CORE), in HilogImpl()

Completed in 8 milliseconds