Searched refs:addInterface (Results 1 – 14 of 14) sorted by relevance
/system/netd/server/ |
D | DummyNetwork.cpp | 41 int DummyNetwork::addInterface(const std::string& /* interface */) { in addInterface() function in android::net::DummyNetwork
|
D | LocalNetwork.h | 32 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT;
|
D | DummyNetwork.h | 33 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT;
|
D | Network.h | 50 virtual int addInterface(const std::string& interface) WARN_UNUSED_RESULT = 0;
|
D | LocalNetwork.cpp | 37 int LocalNetwork::addInterface(const std::string& interface) { in addInterface() function in android::net::LocalNetwork
|
D | VirtualNetwork.h | 51 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT;
|
D | PhysicalNetwork.h | 50 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT;
|
D | WakeupController.h | 49 netdutils::Status addInterface(const std::string& ifName, const std::string& prefix,
|
D | VirtualNetwork.cpp | 102 int VirtualNetwork::addInterface(const std::string& interface) { in addInterface() function in android::net::VirtualNetwork
|
D | WakeupControllerTest.cpp | 189 TEST_F(WakeupControllerTest, addInterface) { in TEST_F() argument 199 mController.addInterface(kPrefix, kIfName, kMark, kMask); in TEST_F()
|
D | WakeupController.cpp | 85 Status WakeupController::addInterface(const std::string& ifName, const std::string& prefix, in addInterface() function in android::net::WakeupController
|
D | PhysicalNetwork.cpp | 168 int PhysicalNetwork::addInterface(const std::string& interface) { in addInterface() function in android::net::PhysicalNetwork
|
D | NetdNativeService.cpp | 472 return toBinderStatus(gCtls->wakeupCtrl.addInterface(ifName, prefix, mark, mask)); in wakeupAddInterface()
|
D | NetworkController.cpp | 451 return getNetworkLocked(netId)->addInterface(interface); in addInterfaceToNetwork()
|