Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dselutility.cpp39 constexpr auto strRecordType = "RECORD_TYPE"; variable
242 auto recordTypeIter = m.find(strRecordType); in prepareSELEntry()
263 auto recordType = static_cast<uint8_t>(convert(m[strRecordType])); in prepareSELEntry()