Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DInterfaceController.h62 static android::netdutils::StatusOr<std::vector<std::string>> getIfaceNames();
H A 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()
H A DInterfaceControllerTest.cpp182 StatusOr<std::vector<std::string>> ifaceNames = InterfaceController::getIfaceNames(); in TEST_F()
H A DNetworkController.cpp153 const auto& ifaces = InterfaceController::getIfaceNames();
H A DNetdNativeService.cpp894 const auto& ifaceList = InterfaceController::getIfaceNames(); in interfaceGetList()
H A DXfrmController.cpp413 const auto& ifaces = InterfaceController::getIfaceNames(); in flushInterfaces()
/aosp12/system/netd/tests/
H A Dbinder_test.cpp2630 const auto& res = InterfaceController::getIfaceNames(); in compareListInterface()