Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dselutility.cpp108 auto dataIter = m.find(strSensorData); in constructOEMSEL() local
109 assert(dataIter != m.end()); in constructOEMSEL()
110 auto sensorData = convertVec(dataIter->second); in constructOEMSEL()