Searched refs:getInterfaces (Results 1 – 4 of 4) sorted by relevance
49 std::optional<std::set<std::string>> getInterfaces(const CompatibilityMatrix& mat) { in getInterfaces() function107 auto pvs = getInterfaces(*mat); in main()
47 const std::set<std::string>& getInterfaces() const;
42 const std::set<std::string>& Network::getInterfaces() const { in getInterfaces() function in android::net::Network
827 for (const auto& physicalInterface : network->getInterfaces()) { in modifyFallthroughLocked()