Home
last modified time | relevance | path

Searched refs:DOMAIN_APP_MIN (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_common.h44 constexpr uint32_t DOMAIN_APP_MIN = 0x0; variable
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp112 if ((domain >= DOMAIN_APP_MIN) && (domain <= DOMAIN_APP_MAX)) { in GetFinalLevel()
/ohos5.0/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/src/
H A Dhilog_napi_base.cpp132 …if ((domain < static_cast<int32_t>(DOMAIN_APP_MIN)) || (domain > static_cast<int32_t>(DOMAIN_APP_M… in IsLoggable()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp37 constexpr uint32_t DOMAIN_MIN = DOMAIN_APP_MIN;
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp231 << " Log type \"app\" is used for applications, the range is [0x" << DOMAIN_APP_MIN << "," in DomainHelper()