Searched refs:routeItr (Results 1 – 1 of 1) sorted by relevance
44 auto routeItr = routes->find(deviceAddress); in findOrCreateRoute() local45 if (routeItr != routes->end()) { in findOrCreateRoute()46 return routeItr->second; in findOrCreateRoute()60 auto routeItr = routes->find(deviceAddress); in findRoute() local61 if (routeItr != routes->end()) { in findRoute()62 return routeItr->second; in findRoute()