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.cpp108 std::string strMsg = in sendHeartbeatEvent() local
114 sendEventToSubscriber(eventId, std::move(strMsg)); in sendHeartbeatEvent()
250 std::string strMsg = in filterAndSendEventLogs() local
252 sendEventToSubscriber(eventId, std::move(strMsg)); in filterAndSendEventLogs()
289 std::string strMsg = in filterAndSendReports() local
291 sendEventToSubscriber(eventId, std::move(strMsg)); in filterAndSendReports()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp372 std::string strMsg = msg.dump( in addSSESubscription() local
375 subValue->sendEventToSubscriber(eventId, std::move(strMsg)); in addSSESubscription()
386 std::string strMsg = in addSSESubscription() local
392 std::move(strMsg)); in addSSESubscription()
538 std::string strMsg = nlohmann::json(msg).dump( in sendTestEventLog() local
545 if (!entry->sendEventToSubscriber(eventId, std::string(strMsg))) in sendTestEventLog()
617 std::string strMsg = msgJson.dump( in sendEvent() local
619 entry->sendEventToSubscriber(eventId, std::move(strMsg)); in sendEvent()