Searched refs:ACCOUNT_LABEL (Results 1 – 1 of 1) sorted by relevance
/base/account/os_account/frameworks/common/log/include/ |
D | account_log_wrapper.h | 31 constexpr OHOS::HiviewDFX::HiLogLabel ACCOUNT_LABEL = {LOG_CORE, LOG_DOMAIN, ACCOUNT_LOG_TAG}; variable 55 ((void)HILOG_IMPL(ACCOUNT_LABEL.type, LOG_DEBUG, ACCOUNT_LABEL.domain, ACCOUNT_LABEL.tag, \ 58 ((void)HILOG_IMPL(ACCOUNT_LABEL.type, LOG_INFO, ACCOUNT_LABEL.domain, ACCOUNT_LABEL.tag, \ 61 ((void)HILOG_IMPL(ACCOUNT_LABEL.type, LOG_WARN, ACCOUNT_LABEL.domain, ACCOUNT_LABEL.tag, \ 64 ((void)HILOG_IMPL(ACCOUNT_LABEL.type, LOG_ERROR, ACCOUNT_LABEL.domain, ACCOUNT_LABEL.tag, \ 67 ((void)HILOG_IMPL(ACCOUNT_LABEL.type, LOG_FATAL, ACCOUNT_LABEL.domain, ACCOUNT_LABEL.tag, \
|