Home
last modified time | relevance | path

Searched defs:hasInterface (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/netd/server/
H A DNetwork.cpp40 bool Network::hasInterface(const std::string& interface) const { in hasInterface() function in android::net::Network
/aosp12/system/tools/hidl/utils/
H A DFqInstance.cpp53 bool FqInstance::hasInterface() const { in hasInterface() function in android::FqInstance
/aosp12/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetNetworkFactory.java204 boolean hasInterface(String interfacName) { in hasInterface() method