Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dreport.cpp181 void Report::setReadingBuffer(const ReportUpdates newReportUpdates) in setReadingBuffer() argument
184 deduceBufferSize(newReportUpdates, reportingType); in setReadingBuffer()
191 void Report::setReportUpdates(const ReportUpdates newReportUpdates) in setReportUpdates() argument
193 if (reportUpdates != newReportUpdates) in setReportUpdates()
195 setReadingBuffer(newReportUpdates); in setReportUpdates()
196 reportUpdates = newReportUpdates; in setReportUpdates()
H A Dreport.hpp104 void setReadingBuffer(const ReportUpdates newReportUpdates);
105 void setReportUpdates(const ReportUpdates newReportUpdates);