Searched refs:devIter (Results 1 – 2 of 2) sorted by relevance
202 if (auto devIter = devices_.find(id); devIter != devices_.end()) { in IsRemote() local203 CHKPF(devIter->second); in IsRemote()204 return devIter->second->IsRemote(); in IsRemote()213 auto devIter = devices_.find(deviceId); in GetCoordinationDhids() local214 if (devIter == devices_.end()) { in GetCoordinationDhids()218 if (devIter->second == nullptr) { in GetCoordinationDhids()222 std::shared_ptr<Device> dev = devIter->second; in GetCoordinationDhids()263 auto devIter = devices_.find(id); in GetOriginNetworkId() local264 if (devIter == devices_.end()) { in GetOriginNetworkId()268 CHKPS(devIter->second); in GetOriginNetworkId()[all …]
223 for (auto devIter = devices_.begin(); devIter != devices_.end(); ++devIter) { in RemoveDevice() local224 std::shared_ptr<IDevice> dev = devIter->second; in RemoveDevice()227 devices_.erase(devIter); in RemoveDevice()369 if (auto devIter = devices_.find(id); devIter != devices_.cend()) { in OnGetDevice() local370 return devIter->second; in OnGetDevice()