Home
last modified time | relevance | path

Searched refs:getInterfaces (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DNetwork.cpp36 const std::set<std::string>& Network::getInterfaces() const { in getInterfaces() function in Network
DNetwork.h43 const std::set<std::string>& getInterfaces() const;
DNetworkController.cpp570 for (const auto& physicalInterface : network->getInterfaces()) { in modifyFallthroughLocked()