Searched refs:componentFilter (Results 1 – 3 of 3) sorted by relevance
603 const ComponentSpecificConfig& componentSpecificConfig, const int32_t componentFilter) { in get() argument609 if ((componentFilter & OveruseConfigEnum::COMPONENT_SPECIFIC_GENERIC_THRESHOLDS)) { in get()612 if (componentFilter & OveruseConfigEnum::VENDOR_PACKAGE_PREFIXES) { in get()615 if (componentFilter & OveruseConfigEnum::PACKAGE_APP_CATEGORY_MAPPINGS) { in get()623 if (componentFilter & OveruseConfigEnum::COMPONENT_SPECIFIC_PER_PACKAGE_THRESHOLDS) { in get()628 if (componentFilter & OveruseConfigEnum::COMPONENT_SPECIFIC_SAFE_TO_KILL_PACKAGES) { in get()632 if (componentFilter & OveruseConfigEnum::PER_CATEGORY_THRESHOLDS) { in get()637 if (componentFilter & OveruseConfigEnum::SYSTEM_WIDE_ALERT_THRESHOLDS) { in get()
248 const ComponentSpecificConfig& componentSpecificConfig, const int32_t componentFilter);
118 ComponentFilter componentFilter = (c) -> { in hasComponents() local127 if (componentFilter.filter(policy.getEnabledComponents())) { in hasComponents()130 return componentFilter.filter(policy.getDisabledComponents()); in hasComponents()