Searched refs:allowlistMatch (Results 1 – 2 of 2) sorted by relevance
648 UidOwnerValue* allowlistMatch = bpf_uid_owner_map_lookup_elem(&sock_uid); variable649 if (allowlistMatch) return allowlistMatch->rule & HAPPY_BOX_MATCH ? BPF_MATCH : BPF_NOMATCH;
1257 final long allowlistMatch = BACKGROUND_MATCH; // Enable any allowlist match. in testIsUidNetworkingBlockedForCoreUids() local1258 mConfigurationMap.updateEntry(UID_RULES_CONFIGURATION_KEY, new U32(allowlistMatch)); in testIsUidNetworkingBlockedForCoreUids()