Home
last modified time | relevance | path

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

/system/netd/server/
DControllers.cpp181 for (const auto& childChain : childChains) { in createChildChains() local
183 StringAppendF(&command, ":%s -\n", childChain); in createChildChains()
185 if (existingChildChains.find(childChain) == existingChildChains.end()) { in createChildChains()
186 StringAppendF(&command, CHILD_CHAIN_TEMPLATE, parentChain, childChain); in createChildChains()
DNetdNativeService.h46 binder::Status firewallSetUidRule(int32_t childChain, int32_t uid,
48 binder::Status firewallEnableChildChain(int32_t childChain, bool enable) override;
256 static ChildChain parseChildChain(int32_t childChain);
DNdcDispatcher.cpp815 int childChain = parseChildChain(argv[2]); in runCommand() local
816 if (childChain == -1) { in runCommand()
823 int res = !mNetd->firewallSetUidRule(childChain, uid, parseRule(argv[4])).isOk(); in runCommand()
DNetdNativeService.cpp1112 binder::Status NetdNativeService::firewallSetUidRule(int32_t childChain, int32_t uid, in firewallSetUidRule() argument
1115 auto chain = static_cast<ChildChain>(childChain); in firewallSetUidRule()
1122 binder::Status NetdNativeService::firewallEnableChildChain(int32_t childChain, bool enable) { in firewallEnableChildChain() argument
1124 auto chain = static_cast<ChildChain>(childChain); in firewallEnableChildChain()
/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl80 void firewallSetUidRule(int childChain, int uid, int firewallRule); in firewallSetUidRule() argument
81 void firewallEnableChildChain(int childChain, boolean enable); in firewallEnableChildChain() argument
/system/netd/server/binder/android/net/
DINetd.aidl1029 void firewallSetUidRule(int childChain, int uid, int firewallRule); in firewallSetUidRule() argument
1039 void firewallEnableChildChain(int childChain, boolean enable); in firewallEnableChildChain() argument
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl97 void firewallSetUidRule(int childChain, int uid, int firewallRule); in firewallSetUidRule() argument
98 void firewallEnableChildChain(int childChain, boolean enable); in firewallEnableChildChain() argument