/base/hiviewdfx/hilog/test/unittest/common/ |
H A D | hilog_utils_test.cpp | 87 {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 D | musl_log.h | 35 LOG_APP = 0, enumerator
|
/base/hiviewdfx/hilog/interfaces/native/kits/include/hilog/ |
H A D | log.h | 55 * 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 D | log_domains.cpp | 93 if (type == LOG_APP) { in IsValidDomain()
|
H A D | flow_control.cpp | 46 if (hilogMsg.type == LOG_APP) { in FlowCtrlDomain()
|
H A D | log_collector.cpp | 90 if (msg.type != static_cast<uint16_t>(LOG_APP) && flowControl && !debug) { in onDataRecv()
|
H A D | service_controller.cpp | 50 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 D | log_c.h | 28 * 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 D | log_base.h | 28 * Log type of LOG_APP: 0-0xFFFF 47 LOG_APP = 0, enumerator
|
/base/web/webview/interfaces/kits/napi/webasynccontroller/ |
H A D | napi_web_async_controller.cpp | 177 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 D | hilog_adapter.cpp | 52 return HiLogPrintArgs(LOG_APP, LOG_LEVELS[level], LOG_CONSOLE_DOMAIN, tag, fmt, ap); in HiLogAdapterConsoleLog()
|
/base/hiviewdfx/hilog/frameworks/libhilog/ |
H A D | hilog_printf.cpp | 159 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 D | log_print.cpp | 64 case LOG_APP: return "A";
in GetLogTypePrefix()
|
H A D | log_utils.cpp | 153 {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 D | hilog_ndk_test.cpp | 41 const HiLogLabel APP_LABEL = { LOG_APP, 0x002a, "HILOGTEST_CPP" };
|
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/src/ |
H A D | hilog_napi_base.cpp | 293 HiLogPrint((isAppLog ? LOG_APP : LOG_CORE),
in HilogImpl()
|