Searched refs:getIfaceNames (Results 1 - 4 of 4) sorted by last modified time

/system/netd/server/
H A DInterfaceController.cpp392 StatusOr<std::vector<std::string>> InterfaceController::getIfaceNames() { function in class:InterfaceController
411 ASSIGN_OR_RETURN(auto ifaceNames, getIfaceNames());
H A DInterfaceController.h56 static android::netdutils::StatusOr<std::vector<std::string>> getIfaceNames();
H A DInterfaceControllerTest.cpp182 StatusOr<std::vector<std::string>> ifaceNames = InterfaceController::getIfaceNames();
H A DXfrmController.cpp391 const auto& ifaces = InterfaceController::getIfaceNames();

Completed in 60 milliseconds