Searched refs:FirewallRule (Results 1 – 6 of 6) sorted by relevance
/system/netd/server/ |
D | FirewallController.h | 34 enum FirewallRule { ALLOW = INetd::FIREWALL_RULE_ALLOW, DENY = INetd::FIREWALL_RULE_DENY }; enum 69 int setInterfaceRule(const char*, FirewallRule); 71 int setUidRule(ChildChain, int, FirewallRule);
|
D | TrafficController.h | 90 int changeUidOwnerRule(ChildChain chain, const uid_t uid, FirewallRule rule, FirewallType type); 97 netdutils::Status updateOwnerMapEntry(UidOwnerMatchType match, uid_t uid, FirewallRule rule,
|
D | FirewallController.cpp | 182 int FirewallController::setInterfaceRule(const char* iface, FirewallRule rule) { in setInterfaceRule() 233 int FirewallController::setUidRule(ChildChain chain, int uid, FirewallRule rule) { in setUidRule()
|
D | TrafficController.cpp | 497 Status TrafficController::updateOwnerMapEntry(UidOwnerMatchType match, uid_t uid, FirewallRule rule, in updateOwnerMapEntry() 570 int TrafficController::changeUidOwnerRule(ChildChain chain, uid_t uid, FirewallRule rule, in changeUidOwnerRule()
|
D | NetdNativeService.h | 271 static FirewallRule parseRule(int32_t firewallRule);
|
D | NetdNativeService.cpp | 1201 auto rule = static_cast<FirewallRule>(firewallRule); in firewallSetInterfaceRule() 1211 auto rule = static_cast<FirewallRule>(firewallRule); in firewallSetUidRule()
|