Home
last modified time | relevance | path

Searched defs:networkAddInterface (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/modules/NetworkStack/common/moduleutils/src/android/net/shared/
H A DNetdUtils.java74 private static void networkAddInterface(final INetd netd, final String iface, in networkAddInterface() method in NetdUtils
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
H A DINetd.aidl9 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
H A DINetd.aidl27 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
H A DINetd.aidl26 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
H A DINetd.aidl27 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
H A DINetd.aidl27 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
H A DINetd.aidl49 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
H A DINetd.aidl49 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
H A DINetd.aidl49 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/aosp12/system/netd/server/binder/android/net/
H A DINetd.aidl118 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
/aosp12/system/netd/server/
H A DNetdNativeService.cpp388 binder::Status NetdNativeService::networkAddInterface(int32_t netId, const std::string& iface) { in networkAddInterface() function in android::net::NetdNativeService