Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Ddbus_monitor.hpp55 auto thisSession = sessions.find(connection); in onPropertyUpdate() local
56 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() local
165 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 …]