Searched refs:enabledRules (Results 1 – 1 of 1) sorted by relevance
190 BpfConfig enabledRules = getConfig(UID_RULES_CONFIGURATION_KEY); in bpf_owner_match() local196 if (enabledRules) { in bpf_owner_match()197 if ((enabledRules & DOZABLE_MATCH) && !(uidRules & DOZABLE_MATCH)) { in bpf_owner_match()200 if ((enabledRules & STANDBY_MATCH) && (uidRules & STANDBY_MATCH)) { in bpf_owner_match()203 if ((enabledRules & POWERSAVE_MATCH) && !(uidRules & POWERSAVE_MATCH)) { in bpf_owner_match()