Home
last modified time | relevance | path

Searched defs:reportUpdates (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()
203 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.hpp281 std::string reportUpdates; in fillReportDefinition() local
428 std::string reportUpdates; member
1147 const std::string& reportUpdates) in setReportUpdates()