Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_common.h44 constexpr uint32_t DOMAIN_APP_MIN = 0x0; variable
/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp110 // domain within the range of [DOMAIN_APP_MIN, DOMAIN_APP_MAX] is a js log, in GetFinalLevel()
112 if ((domain >= DOMAIN_APP_MIN) && (domain <= DOMAIN_APP_MAX)) { in GetFinalLevel()
/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_MAX))) { in IsLoggable()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp37 constexpr uint32_t DOMAIN_MIN = DOMAIN_APP_MIN;
/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()

Completed in 5 milliseconds