Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dipmi_fru_info_area.cpp44 static constexpr auto maxRecordAttributeValue = 0x3F; variable
181 auto valueLength = (value.length() > maxRecordAttributeValue) in appendData()
182 ? maxRecordAttributeValue in appendData()