Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dreport_manager.cpp53 bool enabled) { in ReportManager()
103 const ReportUpdates reportUpdates, const uint64_t appendLimit, in verifyAddReport()
141 const uint64_t appendLimit, const ReportUpdates reportUpdates, in addReport()
156 const uint64_t appendLimit, const ReportUpdates reportUpdates, in addReport()
202 uint64_t appendLimit = data->at("AppendLimit").get<uint64_t>(); in loadFromPersistent() local
H A Dreport.hpp122 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