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.cpp98 if (hasInterface(interface)) { in addInterface()
111 if (!hasInterface(interface)) { in removeInterface()
DNetwork.h46 bool hasInterface(const std::string& interface) const;
DPhysicalNetwork.cpp170 if (hasInterface(interface)) { in addInterface()
188 if (!hasInterface(interface)) { in removeInterface()
DNetwork.cpp38 bool Network::hasInterface(const std::string& interface) const { in hasInterface() function in android::net::Network
DNetworkController.cpp332 if (entry.second->hasInterface(interface)) { in getNetworkForInterfaceLocked()
/system/tools/hidl/test/utils_test/
Dmain.cpp39 ASSERT_TRUE(e.hasInterface()); in TEST_F()
52 ASSERT_TRUE(e.hasInterface()); in TEST_F()
64 ASSERT_TRUE(e.hasInterface()); in TEST_F()
/system/tools/hidl/utils/
DFqInstance.cpp53 bool FqInstance::hasInterface() const { in hasInterface() function in android::FqInstance
68 bool hasIntf = hasInterface(); in isValid()
/system/tools/hidl/utils/include/hidl-util/
DFqInstance.h48 bool hasInterface() const;
/system/libvintf/
DManifestHal.cpp111 if (!fqInstance.hasInterface()) { in verifyInstance()