Home
last modified time | relevance | path

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

/system/netd/server/
DLocalNetwork.cpp38 if (hasInterface(interface)) { in addInterface()
50 if (!hasInterface(interface)) { in removeInterface()
DVirtualNetwork.cpp103 if (hasInterface(interface)) { in addInterface()
116 if (!hasInterface(interface)) { in removeInterface()
DNetwork.h46 bool hasInterface(const std::string& interface) const;
DPhysicalNetwork.cpp169 if (hasInterface(interface)) { in addInterface()
187 if (!hasInterface(interface)) { in removeInterface()
DNetwork.cpp38 bool Network::hasInterface(const std::string& interface) const { in hasInterface() function in android::net::Network
DNetworkController.cpp336 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 setTo()
/system/tools/hidl/test/utils_test/
Dmain.cpp143 ASSERT_TRUE(e.hasInterface()); in TEST_F()
156 ASSERT_TRUE(e.hasInterface()); in TEST_F()
168 ASSERT_TRUE(e.hasInterface()); in TEST_F()
/system/tools/hidl/utils/include/hidl-util/
DFqInstance.h48 bool hasInterface() const;
/system/libvintf/
DManifestHal.cpp109 if (!fqInstance.hasInterface()) { in verifyInstances()