Searched refs:newReportUpdates (Results 1 – 2 of 2) sorted by relevance
181 void Report::setReadingBuffer(const ReportUpdates newReportUpdates) in setReadingBuffer() argument184 deduceBufferSize(newReportUpdates, reportingType); in setReadingBuffer()191 void Report::setReportUpdates(const ReportUpdates newReportUpdates) in setReportUpdates() argument193 if (reportUpdates != newReportUpdates) in setReportUpdates()195 setReadingBuffer(newReportUpdates); in setReportUpdates()196 reportUpdates = newReportUpdates; in setReportUpdates()
104 void setReadingBuffer(const ReportUpdates newReportUpdates);105 void setReportUpdates(const ReportUpdates newReportUpdates);