Searched refs:ifaceList (Results 1 – 2 of 2) sorted by relevance
225 String[] ifaceList = getInterfaceList(); in getInterface() local226 if (ifaceList.length > 0) { in getInterface()227 return getInterface(ifaceList[0]); in getInterface()
894 const auto& ifaceList = InterfaceController::getIfaceNames(); in interfaceGetList() local897 interfaceListResult->reserve(ifaceList.value().size()); in interfaceGetList()898 interfaceListResult->insert(end(*interfaceListResult), begin(ifaceList.value()), in interfaceGetList()899 end(ifaceList.value())); in interfaceGetList()