Searched refs:strMsg (Results 1 – 2 of 2) sorted by relevance
108 std::string strMsg = in sendHeartbeatEvent() local114 sendEventToSubscriber(eventId, std::move(strMsg)); in sendHeartbeatEvent()250 std::string strMsg = in filterAndSendEventLogs() local252 sendEventToSubscriber(eventId, std::move(strMsg)); in filterAndSendEventLogs()289 std::string strMsg = in filterAndSendReports() local291 sendEventToSubscriber(eventId, std::move(strMsg)); in filterAndSendReports()
372 std::string strMsg = msg.dump( in addSSESubscription() local375 subValue->sendEventToSubscriber(eventId, std::move(strMsg)); in addSSESubscription()386 std::string strMsg = in addSSESubscription() local392 std::move(strMsg)); in addSSESubscription()538 std::string strMsg = nlohmann::json(msg).dump( in sendTestEventLog() local545 if (!entry->sendEventToSubscriber(eventId, std::string(strMsg))) in sendTestEventLog()617 std::string strMsg = msgJson.dump( in sendEvent() local619 entry->sendEventToSubscriber(eventId, std::move(strMsg)); in sendEvent()