Searched refs:strMsg (Results 1 – 2 of 2) sorted by relevance
123 std::string strMsg = in sendHeartbeatEvent() local129 sendEventToSubscriber(eventId, std::move(strMsg)); in sendHeartbeatEvent()264 std::string strMsg = in filterAndSendEventLogs() local266 sendEventToSubscriber(eventId, std::move(strMsg)); in filterAndSendEventLogs()303 std::string strMsg = in filterAndSendReports() local305 sendEventToSubscriber(eventId, std::move(strMsg)); in filterAndSendReports()
481 std::string strMsg = msg.dump( in addSSESubscription() local484 subValue->sendEventToSubscriber(eventId, std::move(strMsg)); in addSSESubscription()495 std::string strMsg = in addSSESubscription() local501 std::move(strMsg)); in addSSESubscription()647 std::string strMsg = in sendTestEventLog() local654 if (!entry->sendEventToSubscriber(eventId, std::string(strMsg))) in sendTestEventLog()726 std::string strMsg = msgJson.dump( in sendEvent() local728 entry->sendEventToSubscriber(eventId, std::move(strMsg)); in sendEvent()