Home
last modified time | relevance | path

Searched defs:childChain (Results 1 – 6 of 6) sorted by relevance

/system/netd/server/
DControllers.cpp181 for (const auto& childChain : childChains) { in createChildChains() local
DNdcDispatcher.cpp815 int childChain = parseChildChain(argv[2]); in runCommand() local
DNetdNativeService.cpp1112 binder::Status NetdNativeService::firewallSetUidRule(int32_t childChain, int32_t uid, in firewallSetUidRule()
1122 binder::Status NetdNativeService::firewallEnableChildChain(int32_t childChain, bool enable) { in firewallEnableChildChain()
/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl80 void firewallSetUidRule(int childChain, int uid, int firewallRule); in firewallSetUidRule()
81 void firewallEnableChildChain(int childChain, boolean enable); in firewallEnableChildChain()
/system/netd/server/binder/android/net/
DINetd.aidl1029 void firewallSetUidRule(int childChain, int uid, int firewallRule); in firewallSetUidRule()
1039 void firewallEnableChildChain(int childChain, boolean enable); in firewallEnableChildChain()
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl97 void firewallSetUidRule(int childChain, int uid, int firewallRule); in firewallSetUidRule()
98 void firewallEnableChildChain(int childChain, boolean enable); in firewallEnableChildChain()