Lines Matching full:records
37 * This class manages the records for the input power history of
46 * from the PS, it will clear out the old records and start over.
70 * records to keep at a time
80 * records to keep at a time
99 * history records that needs to be
136 * @brief Returns the number of records
138 * @return size_t - the number of records
143 return records.size(); in getNumRecords()
147 * @brief Deletes all records
151 records.clear(); in clear()
189 * @brief The list of timestamp/average/maximum records.
190 * Newer records are added to the front, and older ones
193 std::deque<Record> records; member in phosphor::power::history::RecordManager