Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthControllerTest.cpp395 const std::vector<std::string> ifaces{ in TEST_F() local
400 for (const auto& iface : ifaces) { in TEST_F()
403 bool first = (iface == ifaces[0]); in TEST_F()
409 for (const auto& iface : ifaces) { in TEST_F()
412 bool last = (iface == ifaces[1]); in TEST_F()
DNetworkController.cpp156 const auto& ifaces = getIfaceNames(); local
157 if (isOk(ifaces)) {
158 for (const std::string& iface : ifaces.value()) {
DXfrmController.cpp416 const auto& ifaces = getIfaceNames(); in flushInterfaces() local
417 RETURN_IF_NOT_OK(ifaces); in flushInterfaces()
420 for (const std::string& iface : ifaces.value()) { in flushInterfaces()