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.cpp100 bool Subscription::sendEventToSubscriber(std::string&& msg) in sendEventToSubscriber() function in redfish::Subscription
154 return sendEventToSubscriber(std::move(strMsg)); in sendTestEventLog()
207 sendEventToSubscriber(std::move(strMsg)); in filterAndSendEventLogs()
246 sendEventToSubscriber(std::move(strMsg)); in filterAndSendReports()
/openbmc/bmcweb/redfish-core/include/
H A Dsubscription.hpp57 bool sendEventToSubscriber(std::string&& msg);
H A Devent_service_manager.hpp427 subValue->sendEventToSubscriber(msg); in addSSESubscription()
440 subValue->sendEventToSubscriber(event->message); in addSSESubscription()
580 entry->sendEventToSubscriber(std::move(strMsg)); in sendEvent()