Searched defs:networkRemoveInterface (Results 1 – 4 of 4) sorted by relevance
10 void networkRemoveInterface(int netId, in @utf8InCpp String iface); in networkRemoveInterface() method
121 void networkRemoveInterface(int netId, in @utf8InCpp String iface); in networkRemoveInterface() method
27 void networkRemoveInterface(int netId, in @utf8InCpp String iface); in networkRemoveInterface() method
351 binder::Status NetdNativeService::networkRemoveInterface(int32_t netId, const std::string& iface) { in networkRemoveInterface() function in android::net::NetdNativeService