Home
last modified time | relevance | path

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

/system/netd/server/
DLocalNetwork.h30 [[nodiscard]] int addInterface(const std::string& interface) override;
DDummyNetwork.cpp41 int DummyNetwork::addInterface(const std::string& /* interface */) { in addInterface() function in android::net::DummyNetwork
DDummyNetwork.h31 [[nodiscard]] int addInterface(const std::string& interface) override;
DNetwork.h48 [[nodiscard]] virtual int addInterface(const std::string& interface) = 0;
DLocalNetwork.cpp37 int LocalNetwork::addInterface(const std::string& interface) { in addInterface() function in android::net::LocalNetwork
DVirtualNetwork.h47 [[nodiscard]] int addInterface(const std::string& interface) override;
DPhysicalNetwork.h48 [[nodiscard]] int addInterface(const std::string& interface) override;
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.cpp165 int PhysicalNetwork::addInterface(const std::string& interface) { in addInterface() function in android::net::PhysicalNetwork
DTrafficController.h94 int addInterface(const char* name, uint32_t ifaceIndex);
DWakeupControllerTest.cpp284 TEST_F(WakeupControllerTest, addInterface) { in TEST_F() argument
294 EXPECT_OK(mController.addInterface(kPrefix, kIfName, kMark, kMask)); in TEST_F()
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.cpp271 addInterface(ifacePair.first.c_str(), ifacePair.second); in start()
503 int TrafficController::addInterface(const char* name, uint32_t ifaceIndex) { in addInterface() function in android::net::TrafficController
DNetworkController.cpp505 if (int ret = getNetworkLocked(netId)->addInterface(interface)) { in addInterfaceToNetwork()
DNetdNativeService.cpp740 return asBinderStatus(gCtls->wakeupCtrl.addInterface(ifName, prefix, mark, mask)); in wakeupAddInterface()