Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp114 sendEventToSubscriber(eventId, std::move(strMsg)); in sendHeartbeatEvent()
167 bool Subscription::sendEventToSubscriber(uint64_t eventId, std::string&& msg) in sendEventToSubscriber() function in redfish::Subscription
252 sendEventToSubscriber(eventId, std::move(strMsg)); in filterAndSendEventLogs()
291 sendEventToSubscriber(eventId, std::move(strMsg)); in filterAndSendReports()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp375 subValue->sendEventToSubscriber(eventId, std::move(strMsg)); in addSSESubscription()
391 subValue->sendEventToSubscriber(event->id, in addSSESubscription()
545 if (!entry->sendEventToSubscriber(eventId, std::string(strMsg))) in sendTestEventLog()
619 entry->sendEventToSubscriber(eventId, std::move(strMsg)); in sendEvent()
H A Dsubscription.hpp70 bool sendEventToSubscriber(uint64_t eventId, std::string&& msg);