Home
last modified time | relevance | path

Searched defs:appendLimit (Results 1 – 5 of 5) sorted by relevance

/openbmc/telemetry/src/
H A Dreport_manager.cpp65 bool enabled) { in ReportManager()
115 const ReportUpdates reportUpdates, const uint64_t appendLimit, in verifyAddReport()
153 const uint64_t appendLimit, const ReportUpdates reportUpdates, in addReport()
168 const uint64_t appendLimit, const ReportUpdates reportUpdates, in addReport()
222 uint64_t appendLimit = j.at("AppendLimit").get<uint64_t>(); in loadFromPersistent() local
H A Dreport.hpp126 uint64_t appendLimit; member in Report
H A Dreport_factory.cpp22 uint64_t appendLimit, const ReportUpdates reportUpdates, in make()
/openbmc/telemetry/tests/src/params/
H A Dreport_params.hpp79 ReportParams& appendLimit(uint64_t val) in appendLimit() function in ReportParams
85 uint64_t appendLimit() const in appendLimit() function in ReportParams
/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp283 uint64_t appendLimit = 0; in fillReportDefinition() local
429 uint64_t appendLimit = std::numeric_limits<uint64_t>::max(); member
554 std::optional<uint64_t> appendLimit; in getUserParameters() local