Searched refs:hasInterface (Results 1 – 10 of 10) sorted by relevance
38 if (hasInterface(interface)) { in addInterface()50 if (!hasInterface(interface)) { in removeInterface()
98 if (hasInterface(interface)) { in addInterface()111 if (!hasInterface(interface)) { in removeInterface()
44 bool hasInterface(const std::string& interface) const;
166 if (hasInterface(interface)) { in addInterface()184 if (!hasInterface(interface)) { in removeInterface()
38 bool Network::hasInterface(const std::string& interface) const { in hasInterface() function in android::net::Network
341 if (entry.second->hasInterface(interface)) { in getNetworkForInterfaceLocked()
110 ASSERT_TRUE(e.hasInterface()); in TEST()123 ASSERT_TRUE(e.hasInterface()); in TEST()135 ASSERT_TRUE(e.hasInterface()); in TEST()
53 bool FqInstance::hasInterface() const { in hasInterface() function in android::FqInstance72 bool hasIntf = hasInterface(); in isValid()
49 bool hasInterface() const;
127 if (!fqInstance.hasInterface()) { in verifyInstance()