Home
last modified time | relevance | path

Searched refs:hasInterface (Results 1 – 11 of 11) sorted by relevance

/system/netd/server/
DLocalNetwork.cpp35 if (hasInterface(interface)) { in addInterface()
47 if (!hasInterface(interface)) { in removeInterface()
DVirtualNetwork.cpp67 if (hasInterface(interface)) { in addInterface()
80 if (!hasInterface(interface)) { in removeInterface()
DNetwork.h40 bool hasInterface(const std::string& interface) const;
DPhysicalNetwork.cpp194 if (hasInterface(interface)) { in addInterface()
212 if (!hasInterface(interface)) { in removeInterface()
DNetwork.cpp40 bool Network::hasInterface(const std::string& interface) const { in hasInterface() function in android::net::Network
DNetworkController.cpp361 if (entry.second->hasInterface(interface)) { in getNetworkForInterfaceLocked()
/system/tools/hidl/utils/
DFqInstance.cpp53 bool FqInstance::hasInterface() const { in hasInterface() function in android::FqInstance
72 bool hasIntf = hasInterface(); in isValid()
/system/tools/hidl/test/utils_test/
Dmain.cpp113 ASSERT_TRUE(e.hasInterface()); in TEST()
126 ASSERT_TRUE(e.hasInterface()); in TEST()
138 ASSERT_TRUE(e.hasInterface()); in TEST()
/system/libvintf/
Dutils.cpp54 if (!convertedInterface.has_value() || !convertedInterface->hasInterface()) { in canConvertToFqInstance()
DManifestHal.cpp159 if (!fqInstance.hasInterface()) { in verifyInstance()
/system/tools/hidl/utils/include/hidl-util/
DFqInstance.h50 bool hasInterface() const;