/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; 267 static ChildChain parseChildChain(int32_t childChain);
|
D | NdcDispatcher.cpp | 809 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()
|
D | NetdNativeService.cpp | 1169 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/ |
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/current/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/binder/android/net/ |
D | INetd.aidl | 1033 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/ |
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
|