Home
last modified time | relevance | path

Searched refs:eventRecord (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dselutility.cpp120 record.event.eventRecord.sensorType = 0; in constructSEL()
121 record.event.eventRecord.sensorNum = 0xFF; in constructSEL()
122 record.event.eventRecord.eventType = 0; in constructSEL()
132 record.event.eventRecord.sensorType = sensorIter->second.sensorType; in constructSEL()
133 record.event.eventRecord.sensorNum = sensorIter->second.sensorID; in constructSEL()
139 record.event.eventRecord.eventType = in constructSEL()
142 record.event.eventRecord.recordType = recordType; in constructSEL()
143 record.event.eventRecord.timeStamp = static_cast<uint32_t>( in constructSEL()
147 record.event.eventRecord.generatorID = in constructSEL()
149 record.event.eventRecord.eventMsgRevision = eventMsgRevision; in constructSEL()
[all …]
H A Dselutility.hpp125 SELEventRecord eventRecord; member
H A Dstoragehandler.cpp383 &record.event.eventRecord.recordID + requestData->offset, in getSELEntry()
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp115 nlohmann::json::array_t eventRecord; in sendHeartbeatEvent() local
116 eventRecord.emplace_back(std::move(eventMessage)); in sendHeartbeatEvent()
121 msgJson["Events"] = std::move(eventRecord); in sendHeartbeatEvent()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp716 nlohmann::json::array_t eventRecord; in sendEvent() local
717 eventRecord.emplace_back(eventMessage); in sendEvent()
724 msgJson["Events"] = std::move(eventRecord); in sendEvent()