Searched refs:DOMAIN_APP_MIN (Results 1 – 5 of 5) sorted by relevance
44 constexpr uint32_t DOMAIN_APP_MIN = 0x0; variable
112 if ((domain >= DOMAIN_APP_MIN) && (domain <= DOMAIN_APP_MAX)) { in GetFinalLevel()
132 …if ((domain < static_cast<int32_t>(DOMAIN_APP_MIN)) || (domain > static_cast<int32_t>(DOMAIN_APP_M… in IsLoggable()
37 constexpr uint32_t DOMAIN_MIN = DOMAIN_APP_MIN;
231 << " Log type \"app\" is used for applications, the range is [0x" << DOMAIN_APP_MIN << "," in DomainHelper()