Home
last modified time | relevance | path

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

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