Searched refs:iface2 (Results 1 – 4 of 4) sorted by relevance
90 sp<IWifiStaIface> iface1, iface2; in create2StaIfacesIfPossible() local95 auto status = createStaIface(&iface2); in create2StaIfacesIfPossible()99 EXPECT_NE(nullptr, iface2.get()); in create2StaIfacesIfPossible()100 return {iface1, iface2}; in create2StaIfacesIfPossible()
132 .sorted((iface1, iface2) -> { in getAvailableInterfaces()133 int r = Boolean.compare(iface1.isRestricted(), iface2.isRestricted()); in getAvailableInterfaces()134 return r == 0 ? iface1.name.compareTo(iface2.name) : r; in getAvailableInterfaces()
702 const std::string& iface1, const std::string& iface2) { in tetherCountingRuleExists() argument706 return findForwardingDownstream(iface1, iface2) != nullptr in tetherCountingRuleExists()707 || findForwardingDownstream(iface2, iface1) != nullptr; in tetherCountingRuleExists()
169 bool tetherCountingRuleExists(const std::string& iface1, const std::string& iface2);