Searched refs:TAG (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | log.h | 57 constexpr static auto TAG = "ArkCompiler"; variable 58 constexpr static OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, ARK_DOMAIN, TAG};
|
D | log.cpp | 57 if (HiLogIsLoggable(ARK_DOMAIN, TAG, static_cast<LogLevel>(level))) { in GetHiLogLevel()
|
/arkcompiler/runtime_core/tests/cts-generator/ |
D | README.md | 58 -e, --exclude-tag TAG Exclude tags for tests 60 -i, --include-tag TAG Include tags for tests
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | logger.h | 395 constexpr static auto TAG = "ArkCompiler"; variable 396 constexpr static OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, ARK_DOMAIN, TAG};
|
/arkcompiler/runtime_core/docs/ |
D | doxygen.config | 7 # front of the TAG it is preceding. 11 # TAG = value [value, ...] 13 # TAG += value [value, ...]
|