Searched refs:eventRecord (Results 1 – 5 of 5) sorted by relevance
120 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 …]
125 SELEventRecord eventRecord; member
383 &record.event.eventRecord.recordID + requestData->offset, in getSELEntry()
115 nlohmann::json::array_t eventRecord; in sendHeartbeatEvent() local116 eventRecord.emplace_back(std::move(eventMessage)); in sendHeartbeatEvent()121 msgJson["Events"] = std::move(eventRecord); in sendHeartbeatEvent()
716 nlohmann::json::array_t eventRecord; in sendEvent() local717 eventRecord.emplace_back(eventMessage); in sendEvent()724 msgJson["Events"] = std::move(eventRecord); in sendEvent()