Home
last modified time | relevance | path

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

/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetd.aidl111 void firewallAddUidInterfaceRules(in @utf8InCpp String ifName, in int[] uids); in firewallAddUidInterfaceRules() method
/system/netd/server/binder/android/net/
DINetd.aidl1174 void firewallAddUidInterfaceRules(in @utf8InCpp String ifName, in int[] uids); in firewallAddUidInterfaceRules() method
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DINetd.aidl111 void firewallAddUidInterfaceRules(in @utf8InCpp String ifName, in int[] uids); in firewallAddUidInterfaceRules() method
/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
DINetd.aidl110 void firewallAddUidInterfaceRules(in @utf8InCpp String ifName, in int[] uids); in firewallAddUidInterfaceRules() method
/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
DINetd.aidl111 void firewallAddUidInterfaceRules(in @utf8InCpp String ifName, in int[] uids); in firewallAddUidInterfaceRules() method
/system/netd/server/
DNetdNativeService.cpp1187 binder::Status NetdNativeService::firewallAddUidInterfaceRules(const std::string& ifName, in firewallAddUidInterfaceRules() function in android::net::NetdNativeService