Searched refs:reportUpdatesIn (Results 1 – 3 of 3) sorted by relevance
| /openbmc/telemetry/src/ |
| H A D | report.hpp | 65 const uint64_t appendLimitIn, const ReportUpdates reportUpdatesIn, 102 uint64_t deduceBufferSize(const ReportUpdates reportUpdatesIn,
|
| H A D | report_factory.hpp | 36 uint64_t appendLimitIn, const ReportUpdates reportUpdatesIn,
|
| H A D | report.cpp | 34 const uint64_t appendLimitIn, const ReportUpdates reportUpdatesIn, in Report() argument 44 reportUpdates(reportUpdatesIn), readings(std::move(readingsIn)), in Report() 167 uint64_t Report::deduceBufferSize(const ReportUpdates reportUpdatesIn, in deduceBufferSize() argument 170 if (reportUpdatesIn == ReportUpdates::overwrite || in deduceBufferSize()
|