Home
last modified time | relevance | path

Searched defs:removeRule (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/tests/native/utilities/
Dfirewall.cpp89 Result<void> Firewall::removeRule(uint32_t uid, UidOwnerMatchType match) { in removeRule() function in Firewall
/packages/modules/Connectivity/service/src/com/android/server/
DBpfNetMaps.java390 private void removeRule(final int uid, final long match, final String caller) { in removeRule() method in BpfNetMaps