Lines Matching full:second
91 auto sensorData = convertVec(dataIter->second); in constructOEMSEL()
129 const auto& sensorPath = iter->second; in constructSEL()
135 record.event.eventRecord.sensorType = sensorIter->second.sensorType; in constructSEL()
136 record.event.eventRecord.sensorNum = sensorIter->second.sensorID; in constructSEL()
140 auto eventDir = static_cast<uint8_t>(convert(iter->second)); in constructSEL()
143 assert | sensorIter->second.eventReadingType; in constructSEL()
151 static_cast<uint16_t>(convert(iter->second)); in constructSEL()
155 auto sensorData = convertVec(iter->second); in constructSEL()
206 std::get<uint64_t>(iterTimeStamp->second)); in prepareSELEntry()
213 static_cast<uint16_t>(std::get<uint32_t>(iterId->second)); in prepareSELEntry()
220 const auto& addData = std::get<AdditionalData>(iterId->second); in prepareSELEntry()
242 const auto& addData = std::get<AdditionalData>(iterId->second); in prepareSELEntry()
244 static_cast<uint8_t>(convert(addData.find(strRecordType)->second)); in prepareSELEntry()
266 record.event.eventRecord.sensorType = iter->second.sensorType; in prepareSELEntry()
267 record.event.eventRecord.sensorNum = iter->second.sensorID; in prepareSELEntry()
268 record.event.eventRecord.eventData1 = iter->second.eventOffset; in prepareSELEntry()
279 if (std::get<bool>(iterResolved->second)) in prepareSELEntry()
282 deassertEvent | iter->second.eventReadingType; in prepareSELEntry()
286 record.event.eventRecord.eventType = iter->second.eventReadingType; in prepareSELEntry()