Home
last modified time | relevance | path

Searched refs:sensorIter (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dselutility.cpp127 auto sensorIter = invSensors.find(sensorPath); in constructSEL() local
129 if (sensorIter != invSensors.end()) in constructSEL()
132 record.event.eventRecord.sensorType = sensorIter->second.sensorType; in constructSEL()
133 record.event.eventRecord.sensorNum = sensorIter->second.sensorID; in constructSEL()
140 assert | sensorIter->second.eventReadingType; in constructSEL()