Searched refs:sUidOwnerMap (Results 1 – 1 of 1) sorted by relevance
127 private static IBpfMap<S32, UidOwnerValue> sUidOwnerMap = null; field in BpfNetMaps152 sUidOwnerMap = uidOwnerMap; in setUidOwnerMapForTest()268 if (sUidOwnerMap == null) { in initBpfMaps()269 sUidOwnerMap = getUidOwnerMap(); in initBpfMaps()272 sUidOwnerMap.clear(); in initBpfMaps()392 synchronized (sUidOwnerMap) { in removeRule()393 final UidOwnerValue oldMatch = sUidOwnerMap.getValue(new S32(uid)); in removeRule()406 sUidOwnerMap.deleteEntry(new S32(uid)); in removeRule()408 sUidOwnerMap.updateEntry(new S32(uid), newMatch); in removeRule()424 synchronized (sUidOwnerMap) { in addRule()[all …]