Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dselutility.cpp123 record.event.eventRecord.sensorType = 0; in constructSEL()
124 record.event.eventRecord.sensorNum = 0xFF; in constructSEL()
125 record.event.eventRecord.eventType = 0; in constructSEL()
135 record.event.eventRecord.sensorType = sensorIter->second.sensorType; in constructSEL()
136 record.event.eventRecord.sensorNum = sensorIter->second.sensorID; in constructSEL()
142 record.event.eventRecord.eventType = in constructSEL()
145 record.event.eventRecord.recordType = recordType; in constructSEL()
146 record.event.eventRecord.timeStamp = static_cast<uint32_t>( in constructSEL()
150 record.event.eventRecord.generatorID = in constructSEL()
152 record.event.eventRecord.eventMsgRevision = eventMsgRevision; in constructSEL()
[all …]
H A Dselutility.hpp109 SELEventRecord eventRecord; member
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp100 nlohmann::json::array_t eventRecord; in sendHeartbeatEvent() local
101 eventRecord.emplace_back(std::move(eventMessage)); in sendHeartbeatEvent()
106 msgJson["Events"] = std::move(eventRecord); in sendHeartbeatEvent()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp607 nlohmann::json::array_t eventRecord; in sendEvent() local
608 eventRecord.emplace_back(eventMessage); in sendEvent()
615 msgJson["Events"] = std::move(eventRecord); in sendEvent()