Home
last modified time | relevance | path

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

/system/netd/server/
DLocalNetwork.cpp35 if (hasInterface(interface)) { in addInterface()
47 if (!hasInterface(interface)) { in removeInterface()
DVirtualNetwork.cpp70 if (hasInterface(interface)) { in addInterface()
83 if (!hasInterface(interface)) { in removeInterface()
DPhysicalNetwork.cpp203 if (hasInterface(interface)) { in addInterface()
221 if (!hasInterface(interface)) { in removeInterface()
DNetwork.h41 bool hasInterface(const std::string& interface) const;
DNetwork.cpp40 bool Network::hasInterface(const std::string& interface) const { in hasInterface() function in android::net::Network
DNetworkController.cpp364 if (entry.second->hasInterface(interface)) { in getNetworkForInterfaceLocked()
/system/libvintf/
DFqInstance.cpp52 return hasInterface() ? mFqName.getInterfaceName() : ""; in getInterface()
55 bool FqInstance::hasInterface() const { in hasInterface() function in android::vintf::FqInstance
74 bool hasIntf = hasInterface(); in isValid()
DManifestHal.cpp122 if (!fqInstance.hasInterface() && format != HalFormat::NATIVE) { in verifyInstance()
/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/tools/hidl/utils/include/hidl-util/
DFqInstance.h50 bool hasInterface() const;
/system/libvintf/include/vintf/
DFqInstance.h47 bool hasInterface() const;