Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dreport_manager.cpp51 ReadingParameters readingParameters, bool enabled) { in ReportManager()
97 const ReportUpdates reportUpdates, const uint64_t appendLimit, in verifyAddReport()
135 const uint64_t appendLimit, const ReportUpdates reportUpdates, in addReport()
150 const uint64_t appendLimit, const ReportUpdates reportUpdates, in addReport()
197 uint32_t reportUpdates = data->at("ReportUpdates").get<uint32_t>(); in loadFromPersistent() local
H A Dreport.hpp123 ReportUpdates reportUpdates; 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.hpp90 ReportParams& reportUpdates(ReportUpdates val) in reportUpdates() function in ReportParams
96 ReportUpdates reportUpdates() const in reportUpdates() function in ReportParams
/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp256 std::string reportUpdates; in fillReportDefinition() local
403 std::string reportUpdates; member
1122 std::string_view id, const std::string& reportUpdates) in setReportUpdates()