Lines Matching full:second
88 auto sensorData = convertVec(dataIter->second); in constructOEMSEL()
126 const auto& sensorPath = iter->second; in constructSEL()
132 record.event.eventRecord.sensorType = sensorIter->second.sensorType; in constructSEL()
133 record.event.eventRecord.sensorNum = sensorIter->second.sensorID; in constructSEL()
137 auto eventDir = static_cast<uint8_t>(convert(iter->second)); in constructSEL()
140 assert | sensorIter->second.eventReadingType; in constructSEL()
148 static_cast<uint16_t>(convert(iter->second)); in constructSEL()
152 auto sensorData = convertVec(iter->second); in constructSEL()
203 std::get<uint64_t>(iterTimeStamp->second)); in prepareSELEntry()
210 static_cast<uint16_t>(std::get<uint32_t>(iterId->second)); in prepareSELEntry()
217 const auto& addData = std::get<AdditionalData>(iterId->second); in prepareSELEntry()
239 const auto& addData = std::get<AdditionalData>(iterId->second); in prepareSELEntry()
241 static_cast<uint8_t>(convert(addData.find(strRecordType)->second)); in prepareSELEntry()
263 record.event.eventRecord.sensorType = iter->second.sensorType; in prepareSELEntry()
264 record.event.eventRecord.sensorNum = iter->second.sensorID; in prepareSELEntry()
265 record.event.eventRecord.eventData1 = iter->second.eventOffset; in prepareSELEntry()
276 if (std::get<bool>(iterResolved->second)) in prepareSELEntry()
279 deassertEvent | iter->second.eventReadingType; in prepareSELEntry()
283 record.event.eventRecord.eventType = iter->second.eventReadingType; in prepareSELEntry()