Searched refs:sendEventToSubscriber (Results 1 – 3 of 3) sorted by relevance
114 sendEventToSubscriber(eventId, std::move(strMsg)); in sendHeartbeatEvent()167 bool Subscription::sendEventToSubscriber(uint64_t eventId, std::string&& msg) in sendEventToSubscriber() function in redfish::Subscription252 sendEventToSubscriber(eventId, std::move(strMsg)); in filterAndSendEventLogs()291 sendEventToSubscriber(eventId, std::move(strMsg)); in filterAndSendReports()
375 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()
70 bool sendEventToSubscriber(uint64_t eventId, std::string&& msg);