Searched refs:eventRecord (Results 1 – 4 of 4) sorted by relevance
142 record.event.eventRecord.sensorType = 0; in constructSEL()143 record.event.eventRecord.sensorNum = 0xFF; in constructSEL()144 record.event.eventRecord.eventType = 0; in constructSEL()161 record.event.eventRecord.eventType = in constructSEL()164 record.event.eventRecord.recordType = recordType; in constructSEL()165 record.event.eventRecord.timeStamp = static_cast<uint32_t>( in constructSEL()169 record.event.eventRecord.generatorID = in constructSEL()171 record.event.eventRecord.eventMsgRevision = eventMsgRevision; in constructSEL()232 record.event.eventRecord.recordID = in prepareSELEntry()281 record.event.eventRecord.generatorID = generatorID; in prepareSELEntry()[all …]
125 SELEventRecord eventRecord; member
385 &record.event.eventRecord.recordID + requestData->offset, in getSELEntry()
578 nlohmann::json::array_t eventRecord; in sendEvent() local579 eventRecord.emplace_back(eventMessage); in sendEvent()586 msgJson["Events"] = std::move(eventRecord); in sendEvent()