Lines Matching refs:reportUpdates
44 reportUpdates(reportUpdatesIn), readings(std::move(readingsIn)), in Report()
46 deduceBufferSize(reportUpdates, reportingType)), in Report()
193 if (reportUpdates != newReportUpdates) in setReportUpdates()
196 reportUpdates = newReportUpdates; in setReportUpdates()
269 setReadingBuffer(reportUpdates); in makeReportInterface()
319 setReadingBuffer(reportUpdates); in makeReportInterface()
376 [this](const auto&) { return utils::enumToString(reportUpdates); }); in makeReportInterface()
467 if (reportUpdates == ReportUpdates::overwrite || in updateReadings()
483 if (reportUpdates == ReportUpdates::appendStopsWhenFull && in updateReadings()
508 reportUpdates == ReportUpdates::appendStopsWhenFull; in shouldStoreMetricValues()
528 data["ReportUpdates"] = utils::toUnderlying(reportUpdates); in storeConfiguration()