Searched defs:setUidRule (Results 1 - 2 of 2) sorted by relevance

/system/netd/
H A DFirewallController.cpp132 int FirewallController::setUidRule(int uid, FirewallRule rule) { function in class:FirewallController
H A DSecondaryTableController.cpp493 return setUidRule(iface, uid_start, uid_end, true);
497 return setUidRule(iface, uid_start, uid_end, false);
500 int SecondaryTableController::setUidRule(const char *iface, int uid_start, int uid_end, bool add) { function in class:SecondaryTableController

Completed in 63 milliseconds