Home
last modified time | relevance | path

Searched defs:maxRecords (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-power/power-supply/test/
H A Dtest_records.cpp160 auto maxRecords = mgr.getMaximumRecords(); in TEST() local
/openbmc/witherspoon-pfault-analysis/power-supply/test/
H A Dtest_records.cpp160 auto maxRecords = mgr.getMaximumRecords(); in TEST() local
/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.hpp25 static constexpr uint8_t maxRecords = 8; variable
/openbmc/phosphor-power/power-supply/
H A Drecord_manager.hpp180 const size_t maxRecords; member in phosphor::power::history::RecordManager
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Drecord_manager.hpp178 const size_t maxRecords; member in witherspoon::power::history::RecordManager
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp69 constexpr uint8_t maxRecords = 8; variable