Home
last modified time | relevance | path

Searched refs:childChain (Results 1 – 10 of 10) 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;
267 static ChildChain parseChildChain(int32_t childChain);
DNdcDispatcher.cpp809 int childChain = parseChildChain(argv[2]); in runCommand() local
810 if (childChain == -1) { in runCommand()
817 int res = !mNetd->firewallSetUidRule(childChain, uid, parseRule(argv[4])).isOk(); in runCommand()
DNetdNativeService.cpp1169 binder::Status NetdNativeService::firewallSetUidRule(int32_t childChain, int32_t uid, in firewallSetUidRule() argument
1172 auto chain = static_cast<ChildChain>(childChain); in firewallSetUidRule()
1179 binder::Status NetdNativeService::firewallEnableChildChain(int32_t childChain, bool enable) { in firewallEnableChildChain() argument
1181 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/current/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/binder/android/net/
DINetd.aidl1033 void firewallSetUidRule(int childChain, int uid, int firewallRule); in firewallSetUidRule() argument
1043 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