Home
last modified time | relevance | path

Searched refs:addInterface (Results 1 – 17 of 17) sorted by relevance

/system/netd/server/
DDummyNetwork.cpp41 int DummyNetwork::addInterface(const std::string& /* interface */) { in addInterface() function in android::net::DummyNetwork
DLocalNetwork.h32 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT;
DDummyNetwork.h33 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT;
DLocalNetwork.cpp37 int LocalNetwork::addInterface(const std::string& interface) { in addInterface() function in android::net::LocalNetwork
DNetwork.h50 virtual int addInterface(const std::string& interface) WARN_UNUSED_RESULT = 0;
DVirtualNetwork.h50 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT;
DPhysicalNetwork.h50 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT;
DWakeupController.h68 netdutils::Status addInterface(const std::string& ifName, const std::string& prefix,
DVirtualNetwork.cpp97 int VirtualNetwork::addInterface(const std::string& interface) { in addInterface() function in android::net::VirtualNetwork
DPhysicalNetwork.cpp169 int PhysicalNetwork::addInterface(const std::string& interface) { in addInterface() function in android::net::PhysicalNetwork
DWakeupControllerTest.cpp284 TEST_F(WakeupControllerTest, addInterface) { in TEST_F() argument
294 EXPECT_OK(mController.addInterface(kPrefix, kIfName, kMark, kMask)); in TEST_F()
DTrafficController.h98 int addInterface(const char* name, uint32_t ifaceIndex);
DWakeupController.cpp194 Status WakeupController::addInterface(const std::string& ifName, const std::string& prefix, in addInterface() function in android::net::WakeupController
DNetlinkHandler.cpp116 gCtls->trafficCtrl.addInterface(iface, ifaceIndex); in onEvent()
DTrafficController.cpp308 addInterface(ifacePair.first.c_str(), ifacePair.second); in start()
534 int TrafficController::addInterface(const char* name, uint32_t ifaceIndex) { in addInterface() function in android::net::TrafficController
DNetworkController.cpp496 if (int ret = getNetworkLocked(netId)->addInterface(interface)) { in addInterfaceToNetwork()
DNetdNativeService.cpp725 return asBinderStatus(gCtls->wakeupCtrl.addInterface(ifName, prefix, mark, mask)); in wakeupAddInterface()