Lines Matching full:reportupdates
27 const uint64_t appendLimitIn, const ReportUpdates reportUpdatesIn, in Report()
37 reportUpdates(reportUpdatesIn), readings(std::move(readingsIn)), in Report()
39 deduceBufferSize(reportUpdates, reportingType)), in Report()
156 uint64_t Report::deduceBufferSize(const ReportUpdates reportUpdatesIn, in deduceBufferSize()
159 if (reportUpdatesIn == ReportUpdates::overwrite || in deduceBufferSize()
170 void Report::setReadingBuffer(const ReportUpdates newReportUpdates) in setReadingBuffer()
180 void Report::setReportUpdates(const ReportUpdates newReportUpdates) in setReportUpdates()
182 if (reportUpdates != newReportUpdates) in setReportUpdates()
185 reportUpdates = newReportUpdates; in setReportUpdates()
255 setReadingBuffer(reportUpdates); in makeReportInterface()
301 setReadingBuffer(reportUpdates); in makeReportInterface()
348 "ReportUpdates", std::string(), in makeReportInterface()
355 [this](const auto&) { return utils::enumToString(reportUpdates); }); in makeReportInterface()
445 if (reportUpdates == ReportUpdates::overwrite || in updateReadings()
461 if (reportUpdates == ReportUpdates::appendStopsWhenFull && in updateReadings()
485 reportUpdates == ReportUpdates::appendStopsWhenFull; in shouldStoreMetricValues()
505 data["ReportUpdates"] = utils::toUnderlying(reportUpdates); in storeConfiguration()