Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp649 size_t entityCount = entityRecords.size(); in getOtherSensorsCount() local
651 return fruCount + ipmi::storage::type12Count + entityCount; in getOtherSensorsCount()
670 size_t entityCount{entityRecords.size()}; in getOtherSensorsDataRecord() local
671 size_t fruCount{otherCount - ipmi::storage::type12Count - entityCount}; in getOtherSensorsDataRecord()