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.cpp637 size_t entityCount = entityRecords.size(); in getOtherSensorsCount() local
639 return fruCount + ipmi::storage::type12Count + entityCount; in getOtherSensorsCount()
658 size_t entityCount{entityRecords.size()}; in getOtherSensorsDataRecord() local
659 size_t fruCount{otherCount - ipmi::storage::type12Count - entityCount}; in getOtherSensorsDataRecord()