Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dselutility.cpp149 auto sensorIter = invSensors.find(sensorPath); in constructSEL() local
151 if (sensorIter != invSensors.end()) in constructSEL()
154 record.event.eventRecord.sensorType = sensorIter->second.sensorType; in constructSEL()
155 record.event.eventRecord.sensorNum = sensorIter->second.sensorID; in constructSEL()
162 assert | sensorIter->second.eventReadingType; in constructSEL()