/system/netd/server/ |
D | Controllers.cpp | 182 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()
|
D | NetdNativeService.h | 45 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);
|
D | NdcDispatcher.cpp | 811 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()
|
D | NetdNativeService.cpp | 1207 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/ |
D | INetd.aidl | 80 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/ |
D | INetd.aidl | 97 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/ |
D | INetd.aidl | 98 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/ |
D | INetd.aidl | 98 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/ |
D | INetd.aidl | 120 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/ |
D | INetd.aidl | 120 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/ |
D | INetd.aidl | 1065 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/ |
D | INetd.aidl | 120 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/ |
D | INetd.aidl | 98 void firewallSetUidRule(int childChain, int uid, int firewallRule); in firewallSetUidRule() argument 99 void firewallEnableChildChain(int childChain, boolean enable); in firewallEnableChildChain() argument
|