Lines Matching full:eventid
111 // Note, eventId here is always zero, because this is a a per subscription in sendHeartbeatEvent()
113 uint64_t eventId = 0; in sendHeartbeatEvent() local
114 sendEventToSubscriber(eventId, std::move(strMsg)); in sendHeartbeatEvent()
167 bool Subscription::sendEventToSubscriber(uint64_t eventId, std::string&& msg) in sendEventToSubscriber() argument
194 sseConn->sendSseEvent(std::to_string(eventId), msg); in sendEventToSubscriber()
200 uint64_t eventId, const std::vector<EventLogObjectsType>& eventRecords) in filterAndSendEventLogs() argument
212 eventId, logEntry.id, logEntry.messageId, messageArgsView, in filterAndSendEventLogs()
236 eventId++; in filterAndSendEventLogs()
247 msg["Id"] = std::to_string(eventId); in filterAndSendEventLogs()
252 sendEventToSubscriber(eventId, std::move(strMsg)); in filterAndSendEventLogs()
255 void Subscription::filterAndSendReports(uint64_t eventId, in filterAndSendReports() argument
291 sendEventToSubscriber(eventId, std::move(strMsg)); in filterAndSendReports()