Searched refs:thisSession (Results 1 – 1 of 1) sorted by relevance
55 auto thisSession = sessions.find(connection); in onPropertyUpdate() local56 if (thisSession == sessions.end()) in onPropertyUpdate()116 auto it = thisSession->second.interfaces.find(entry.first); in onPropertyUpdate()117 if (it != thisSession->second.interfaces.end()) in onPropertyUpdate()153 DbusWebsocketSession& thisSession = sessionPair->second; in requestRoutes() local165 thisSession.interfaces.reserve(interfaces->size()); in requestRoutes()172 thisSession.interfaces.insert(*str); in requestRoutes()185 size_t interfaceCount = thisSession.interfaces.size(); in requestRoutes()222 if (thisSession.interfaces.empty()) in requestRoutes()227 thisSession.matches.emplace_back( in requestRoutes()[all …]