Searched refs:foundNetId (Results 1 – 2 of 2) sorted by relevance
627 bool foundNetId = false; in getNetworkInterfaceNames() local631 if (!foundNetId && !line.compare(0, netIdMarker.size(), netIdMarker)) { in getNetworkInterfaceNames()632 foundNetId = true; in getNetworkInterfaceNames()637 if (foundNetId && line.size() == 0) { in getNetworkInterfaceNames()638 foundNetId = false; in getNetworkInterfaceNames()643 if (foundNetId && !line.compare(0, interfacesNamesPrefix.size(), interfacesNamesPrefix)) { in getNetworkInterfaceNames()
1407 final int foundNetId = info.netId; in handleMDnsServiceEvent() local1408 if (foundNetId == 0L) { in handleMDnsServiceEvent()1414 if (foundNetId == INetd.DUMMY_NET_ID) { in handleMDnsServiceEvent()