Home
last modified time | relevance | path

Searched refs:addInterfaceToNetwork (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/
DNetdHwService.cpp130 return toHalStatus(gCtls->netCtrl.addInterfaceToNetwork(netId, ifname.c_str())); in addInterfaceToOemNetwork()
DNetworkController.h110 [[nodiscard]] int addInterfaceToNetwork(unsigned netId, const char* interface);
DNetworkController.cpp492 int NetworkController::addInterfaceToNetwork(unsigned netId, const char* interface) { in addInterfaceToNetwork() function in android::net::NetworkController
DNetdNativeService.cpp368 int ret = gCtls->netCtrl.addInterfaceToNetwork(netId, iface.c_str()); in networkAddInterface()