Home
last modified time | relevance | path

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

/system/netd/server/
DControllers.cpp182 for (const auto& childChain : childChains) { in createChildChains() local
184 StringAppendF(&command, ":%s -\n", childChain); in createChildChains()
186 if (existingChildChains.find(childChain) == existingChildChains.end()) { in createChildChains()
187 StringAppendF(&command, CHILD_CHAIN_TEMPLATE, parentChain, childChain); in createChildChains()
DNetdNativeService.h45 binder::Status firewallSetUidRule(int32_t childChain, int32_t uid,
47 binder::Status firewallEnableChildChain(int32_t childChain, bool enable) override;
272 static ChildChain parseChildChain(int32_t childChain);
DNdcDispatcher.cpp811 int childChain = parseChildChain(argv[2]); in runCommand() local
812 if (childChain == -1) { in runCommand()
819 int res = !mNetd->firewallSetUidRule(childChain, uid, parseRule(argv[4])).isOk(); in runCommand()
DNetdNativeService.cpp1207 binder::Status NetdNativeService::firewallSetUidRule(int32_t childChain, int32_t uid, in firewallSetUidRule() argument
1210 auto chain = static_cast<ChildChain>(childChain); in firewallSetUidRule()
1217 binder::Status NetdNativeService::firewallEnableChildChain(int32_t childChain, bool enable) { in firewallEnableChildChain() argument
1219 auto chain = static_cast<ChildChain>(childChain); in firewallEnableChildChain()
/system/netd/server/aidl_api/netd_aidl_interface/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/aidl_api/netd_aidl_interface/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
/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
DINetd.aidl98 void firewallSetUidRule(int childChain, int uid, int firewallRule); in firewallSetUidRule() argument
99 void firewallEnableChildChain(int childChain, boolean enable); in firewallEnableChildChain() argument
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DINetd.aidl98 void firewallSetUidRule(int childChain, int uid, int firewallRule); in firewallSetUidRule() argument
99 void firewallEnableChildChain(int childChain, boolean enable); in firewallEnableChildChain() argument
/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
DINetd.aidl120 void firewallSetUidRule(int childChain, int uid, int firewallRule); in firewallSetUidRule() argument
121 void firewallEnableChildChain(int childChain, boolean enable); in firewallEnableChildChain() argument
/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
DINetd.aidl120 void firewallSetUidRule(int childChain, int uid, int firewallRule); in firewallSetUidRule() argument
121 void firewallEnableChildChain(int childChain, boolean enable); in firewallEnableChildChain() argument
/system/netd/server/binder/android/net/
DINetd.aidl1065 void firewallSetUidRule(int childChain, int uid, int firewallRule); in firewallSetUidRule() argument
1075 void firewallEnableChildChain(int childChain, boolean enable); in firewallEnableChildChain() argument
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetd.aidl120 void firewallSetUidRule(int childChain, int uid, int firewallRule); in firewallSetUidRule() argument
121 void firewallEnableChildChain(int childChain, boolean enable); in firewallEnableChildChain() argument
/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
DINetd.aidl98 void firewallSetUidRule(int childChain, int uid, int firewallRule); in firewallSetUidRule() argument
99 void firewallEnableChildChain(int childChain, boolean enable); in firewallEnableChildChain() argument