Lines Matching full:appendlimit
50 std::string reportUpdates, uint64_t appendLimit, in ReportManager()
66 if (appendLimit == std::numeric_limits<uint64_t>::max()) in ReportManager()
68 appendLimit = maxAppendLimit; in ReportManager()
84 Milliseconds(interval), appendLimit, in ReportManager()
103 const ReportUpdates reportUpdates, const uint64_t appendLimit, in verifyAddReport() argument
115 if (appendLimit > maxAppendLimit && in verifyAddReport()
116 appendLimit != std::numeric_limits<uint64_t>::max()) in verifyAddReport()
118 throw errors::InvalidArgument("AppendLimit", "Out of range."); in verifyAddReport()
141 const uint64_t appendLimit, const ReportUpdates reportUpdates, in addReport() argument
148 interval, appendLimit, reportUpdates, in addReport()
156 const uint64_t appendLimit, const ReportUpdates reportUpdates, in addReport() argument
167 appendLimit, labeledMetricParams); in addReport()
171 appendLimit, reportUpdates, *this, *reportStorage, in addReport()
202 uint64_t appendLimit = data->at("AppendLimit").get<uint64_t>(); in loadFromPersistent() local
217 reportActions, Milliseconds(interval), appendLimit, in loadFromPersistent()