Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp389 bool Subscription::matchSseId(const crow::sse_socket::Connection& thisConn) in matchSseId() argument
391 return &thisConn == sseConn; in matchSseId()
/openbmc/bmcweb/redfish-core/include/
H A Dsubscription.hpp102 bool matchSseId(const crow::sse_socket::Connection& thisConn);
H A Devent_service_manager.hpp547 void deleteSseSubscription(const crow::sse_socket::Connection& thisConn) in deleteSseSubscription() argument
552 bool entryIsThisConn = entry->matchSseId(thisConn); in deleteSseSubscription()