Home
last modified time | relevance | path

Searched refs:strMsg (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp123 std::string strMsg = in sendHeartbeatEvent() local
129 sendEventToSubscriber(eventId, std::move(strMsg)); in sendHeartbeatEvent()
264 std::string strMsg = in filterAndSendEventLogs() local
266 sendEventToSubscriber(eventId, std::move(strMsg)); in filterAndSendEventLogs()
303 std::string strMsg = in filterAndSendReports() local
305 sendEventToSubscriber(eventId, std::move(strMsg)); in filterAndSendReports()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp481 std::string strMsg = msg.dump( in addSSESubscription() local
484 subValue->sendEventToSubscriber(eventId, std::move(strMsg)); in addSSESubscription()
495 std::string strMsg = in addSSESubscription() local
501 std::move(strMsg)); in addSSESubscription()
647 std::string strMsg = in sendTestEventLog() local
654 if (!entry->sendEventToSubscriber(eventId, std::string(strMsg))) in sendTestEventLog()
726 std::string strMsg = msgJson.dump( in sendEvent() local
728 entry->sendEventToSubscriber(eventId, std::move(strMsg)); in sendEvent()