Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DLocalNetwork.cpp35 if (hasInterface(interface)) { in addInterface()
47 if (!hasInterface(interface)) { in removeInterface()
H A DVirtualNetwork.cpp67 if (hasInterface(interface)) { in addInterface()
80 if (!hasInterface(interface)) { in removeInterface()
H A DPhysicalNetwork.cpp194 if (hasInterface(interface)) { in addInterface()
212 if (!hasInterface(interface)) { in removeInterface()
H A DNetwork.h40 bool hasInterface(const std::string& interface) const;
H A DNetwork.cpp40 bool Network::hasInterface(const std::string& interface) const { in hasInterface() function in android::net::Network
H A DNetworkController.cpp361 if (entry.second->hasInterface(interface)) { in getNetworkForInterfaceLocked()
/aosp12/system/tools/hidl/test/utils_test/
H A Dmain.cpp113 ASSERT_TRUE(e.hasInterface()); in TEST()
126 ASSERT_TRUE(e.hasInterface()); in TEST()
138 ASSERT_TRUE(e.hasInterface()); in TEST()
/aosp12/system/tools/hidl/utils/
H A DFqInstance.cpp53 bool FqInstance::hasInterface() const { in hasInterface() function in android::FqInstance
72 bool hasIntf = hasInterface(); in isValid()
/aosp12/system/libvintf/
H A Dutils.cpp54 if (!convertedInterface.has_value() || !convertedInterface->hasInterface()) { in canConvertToFqInstance()
H A DManifestHal.cpp159 if (!fqInstance.hasInterface()) { in verifyInstance()
/aosp12/system/tools/hidl/utils/include/hidl-util/
H A DFqInstance.h50 bool hasInterface() const;
/aosp12/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetTracker.java180 return mFactory.hasInterface(iface); in isTrackingInterface()
388 if (mFactory.hasInterface(iface) || iface.equals(mDefaultInterface)) { in maybeTrackInterface()
H A DEthernetNetworkFactory.java204 boolean hasInterface(String interfacName) { in hasInterface() method
/aosp12/frameworks/native/cmds/lshal/
H A DListCommand.cpp151 (!fqInstance.hasInterface() || fqInstance.getInterface() == instance.interface()) && in match()
157 return (!fqInstance.hasInterface() || fqInstance.getInterface() == instance.interface()) && in match()