Home
last modified time | relevance | path

Searched refs:getIfaceNames (Results 1 – 6 of 6) sorted by relevance

/system/netd/server/
DInterfaceController.h62 static android::netdutils::StatusOr<std::vector<std::string>> getIfaceNames();
DInterfaceController.cpp425 StatusOr<std::vector<std::string>> InterfaceController::getIfaceNames() { in getIfaceNames() function in android::net::InterfaceController
445 ASSIGN_OR_RETURN(auto ifaceNames, getIfaceNames()); in getIfaceList()
DInterfaceControllerTest.cpp182 StatusOr<std::vector<std::string>> ifaceNames = InterfaceController::getIfaceNames(); in TEST_F()
DNetdNativeService.cpp840 const auto& ifaceList = InterfaceController::getIfaceNames(); in interfaceGetList()
DXfrmController.cpp414 const auto& ifaces = InterfaceController::getIfaceNames(); in flushInterfaces()
/system/netd/tests/
Dbinder_test.cpp2525 const auto& res = InterfaceController::getIfaceNames(); in compareListInterface()