Home
last modified time | relevance | path

Searched defs:firewallSetUidRule (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl80 void firewallSetUidRule(int childChain, int uid, int firewallRule); in firewallSetUidRule() method
/system/netd/server/binder/android/net/
DINetd.aidl1029 void firewallSetUidRule(int childChain, int uid, int firewallRule); in firewallSetUidRule() method
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl97 void firewallSetUidRule(int childChain, int uid, int firewallRule); in firewallSetUidRule() method
/system/netd/server/
DNetdNativeService.cpp1112 binder::Status NetdNativeService::firewallSetUidRule(int32_t childChain, int32_t uid, in firewallSetUidRule() function in android::net::NetdNativeService