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()
46 bool hasInterface(const std::string& interface) const;
170 if (hasInterface(interface)) { in addInterface()188 if (!hasInterface(interface)) { in removeInterface()
38 bool Network::hasInterface(const std::string& interface) const { in hasInterface() function in android::net::Network
332 if (entry.second->hasInterface(interface)) { in getNetworkForInterfaceLocked()
39 ASSERT_TRUE(e.hasInterface()); in TEST_F()52 ASSERT_TRUE(e.hasInterface()); in TEST_F()64 ASSERT_TRUE(e.hasInterface()); in TEST_F()
53 bool FqInstance::hasInterface() const { in hasInterface() function in android::FqInstance68 bool hasIntf = hasInterface(); in isValid()
48 bool hasInterface() const;
111 if (!fqInstance.hasInterface()) { in verifyInstance()