Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp75 sseConn(&connIn), hbTimer(crow::connections::systemBus->get_io_context())
206 if (sseConn != nullptr) in sendEventToSubscriber()
208 sseConn->sendSseEvent(std::to_string(eventId), msg); in sendEventToSubscriber()
322 return &thisConn == sseConn; in matchSseId()
/openbmc/bmcweb/redfish-core/include/
H A Dsubscription.hpp103 crow::sse_socket::Connection* sseConn = nullptr; member in redfish::Subscription