Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp872 auto deviceVectorIter = iter->second; in GetTargetInfoFromCache() local
873 if (deviceVectorIter.size() == 0) { in GetTargetInfoFromCache()
877 const ConnectionAddr *addrInfo = &((--deviceVectorIter.end())->second->addr)[0]; in GetTargetInfoFromCache()
1007 auto deviceVectorIter = iter->second; in GetIPAddrTypeFromCache() local
1008 if (deviceVectorIter.size() == 0) { in GetIPAddrTypeFromCache()
1012 for (auto it = deviceVectorIter.begin(); it != deviceVectorIter.end(); ++it) { in GetIPAddrTypeFromCache()