Searched refs:EXEMPT_ALL_RESOURCES (Results 1 – 3 of 3) sorted by relevance
40 static constexpr int32_t EXEMPT_ALL_RESOURCES = 100; variable105 info.resourcesApply = { EXEMPT_ALL_RESOURCES };
28 static constexpr int32_t EXEMPT_ALL_RESOURCES = 100; variable58 appInfo.resourcesApply = { EXEMPT_ALL_RESOURCES }; in GetApplicationInfo()
58 const uint32_t EXEMPT_ALL_RESOURCES = 100; variable503 …if (std::find(resourcesApply.begin(), resourcesApply.end(), EXEMPT_ALL_RESOURCES) != resourcesAppl… in GetExemptedResourceType()509 …if (resourceType <= EXEMPT_ALL_RESOURCES || resourceType > EXEMPT_ALL_RESOURCES + MAX_ALLOW_TYPE_N… in GetExemptedResourceType()513 exemptedResourceType |= (1 << (resourceType - EXEMPT_ALL_RESOURCES - 1)); in GetExemptedResourceType()