Searched refs:eventRecord (Results 1 – 4 of 4) sorted by relevance
123 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 …]
109 SELEventRecord eventRecord; member
100 nlohmann::json::array_t eventRecord; in sendHeartbeatEvent() local101 eventRecord.emplace_back(std::move(eventMessage)); in sendHeartbeatEvent()106 msgJson["Events"] = std::move(eventRecord); in sendHeartbeatEvent()
607 nlohmann::json::array_t eventRecord; in sendEvent() local608 eventRecord.emplace_back(eventMessage); in sendEvent()615 msgJson["Events"] = std::move(eventRecord); in sendEvent()