Searched defs:networkAddInterface (Results 1 – 7 of 7) sorted by relevance
9 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
27 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
114 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
26 void networkAddInterface(int netId, in @utf8InCpp String iface); in networkAddInterface() method
366 binder::Status NetdNativeService::networkAddInterface(int32_t netId, const std::string& iface) { in networkAddInterface() function in android::net::NetdNativeService