Searched refs:getIfaceList (Results 1 – 4 of 4) sorted by relevance
63 static android::netdutils::StatusOr<std::map<std::string, uint32_t>> getIfaceList();
195 StatusOr<std::map<std::string, uint32_t>> ifaceMap = InterfaceController::getIfaceList(); in TEST_F()
436 StatusOr<std::map<std::string, uint32_t>> InterfaceController::getIfaceList() { in getIfaceList() function in android::net::InterfaceController
269 ASSIGN_OR_RETURN(ifacePairs, InterfaceController::getIfaceList()); in start()