Home
last modified time | relevance | path

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

/system/netd/server/
DInterfaceController.h62 static android::netdutils::StatusOr<std::vector<std::string>> getIfaceNames();
DInterfaceController.cpp419 StatusOr<std::vector<std::string>> InterfaceController::getIfaceNames() { in getIfaceNames() function in android::net::InterfaceController
439 ASSIGN_OR_RETURN(auto ifaceNames, getIfaceNames()); in getIfaceList()
DInterfaceControllerTest.cpp182 StatusOr<std::vector<std::string>> ifaceNames = InterfaceController::getIfaceNames(); in TEST_F()
DNetworkController.cpp151 const auto& ifaces = InterfaceController::getIfaceNames();
DXfrmController.cpp413 const auto& ifaces = InterfaceController::getIfaceNames(); in flushInterfaces()
DNetdNativeService.cpp856 const auto& ifaceList = InterfaceController::getIfaceNames(); in interfaceGetList()
/system/netd/tests/
Dbinder_test.cpp2688 const auto& res = InterfaceController::getIfaceNames(); in compareListInterface()