Home
last modified time | relevance | path

Searched refs:ChildChain (Results 1 – 7 of 7) sorted by relevance

/system/netd/server/
DFirewallController.h41 enum ChildChain { enum
70 int setUidRule(ChildChain, int, FirewallRule);
72 int enableChildChains(ChildChain, bool);
112 FirewallType getFirewallType(ChildChain);
DTrafficController.h96 int changeUidOwnerRule(ChildChain chain, const uid_t uid, FirewallRule rule, FirewallType type);
120 int toggleUidOwnerMap(ChildChain chain, bool enable) EXCLUDES(mMutex);
DFirewallController.cpp145 int FirewallController::enableChildChains(ChildChain chain, bool enable) { in enableChildChains()
214 FirewallType FirewallController::getFirewallType(ChildChain chain) { in getFirewallType()
229 int FirewallController::setUidRule(ChildChain chain, int uid, FirewallRule rule) { in setUidRule()
DTrafficController.cpp617 int TrafficController::changeUidOwnerRule(ChildChain chain, uid_t uid, FirewallRule rule, in changeUidOwnerRule()
728 int TrafficController::toggleUidOwnerMap(ChildChain chain, bool enable) { in toggleUidOwnerMap()
DNetdNativeService.h267 static ChildChain parseChildChain(int32_t childChain);
DNetdNativeService.cpp1172 auto chain = static_cast<ChildChain>(childChain); in firewallSetUidRule()
1181 auto chain = static_cast<ChildChain>(childChain); in firewallEnableChildChain()
DTrafficControllerTest.cpp166 void checkUidOwnerRuleForChain(ChildChain chain, UidOwnerMatchType match) { in checkUidOwnerRuleForChain()