Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dreport.cpp171 void Report::setReadingBuffer(const ReportUpdates newReportUpdates) in setReadingBuffer() argument
173 const auto newBufferSize = deduceBufferSize(newReportUpdates, in setReadingBuffer()
181 void Report::setReportUpdates(const ReportUpdates newReportUpdates) in setReportUpdates() argument
183 if (reportUpdates != newReportUpdates) in setReportUpdates()
185 setReadingBuffer(newReportUpdates); in setReportUpdates()
186 reportUpdates = newReportUpdates; in setReportUpdates()
H A Dreport.hpp100 void setReadingBuffer(const ReportUpdates newReportUpdates);
101 void setReportUpdates(const ReportUpdates newReportUpdates);