Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dsubscription.hpp72 bool matchSseId(const crow::sse_socket::Connection& thisConn);
H A Devent_service_manager.hpp492 bool entryIsThisConn = entry->matchSseId(thisConn); in deleteSseSubscription()
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp266 bool Subscription::matchSseId(const crow::sse_socket::Connection& thisConn) in matchSseId() function in redfish::Subscription