Home
last modified time | relevance | path

Searched refs:reportUpdates (Results 1 – 11 of 11) sorted by relevance

/openbmc/telemetry/src/
H A Dreport_manager.cpp62 std::string reportUpdates, uint64_t appendLimit, in ReportManager()
72 if (reportUpdates.empty()) in ReportManager()
74 reportUpdates = in ReportManager()
97 utils::toReportUpdates(reportUpdates), in ReportManager()
115 const ReportUpdates reportUpdates, const uint64_t appendLimit, in verifyAddReport() argument
153 const uint64_t appendLimit, const ReportUpdates reportUpdates, in addReport() argument
160 interval, appendLimit, reportUpdates, in addReport()
168 const uint64_t appendLimit, const ReportUpdates reportUpdates, in addReport() argument
178 verifyAddReport(id, name, reportingType, interval, reportUpdates, in addReport()
183 appendLimit, reportUpdates, *this, *reportStorage, in addReport()
[all …]
H A Dreport_manager.hpp49 const ReportUpdates reportUpdates, const uint64_t appendLimit,
55 const uint64_t appendLimit, const ReportUpdates reportUpdates,
61 const uint64_t appendLimit, const ReportUpdates reportUpdates,
H A Dreport.cpp44 reportUpdates(reportUpdatesIn), readings(std::move(readingsIn)), in Report()
46 deduceBufferSize(reportUpdates, reportingType)), in Report()
193 if (reportUpdates != newReportUpdates) in setReportUpdates()
196 reportUpdates = newReportUpdates; in setReportUpdates()
269 setReadingBuffer(reportUpdates); in makeReportInterface()
319 setReadingBuffer(reportUpdates); in makeReportInterface()
376 [this](const auto&) { return utils::enumToString(reportUpdates); }); in makeReportInterface()
467 if (reportUpdates == ReportUpdates::overwrite || in updateReadings()
483 if (reportUpdates == ReportUpdates::appendStopsWhenFull && in updateReadings()
508 reportUpdates == ReportUpdates::appendStopsWhenFull; in shouldStoreMetricValues()
[all …]
H A Dreport_factory.cpp22 uint64_t appendLimit, const ReportUpdates reportUpdates, in make() argument
44 reportActions, period, appendLimit, reportUpdates, reportManager, in make()
H A Dreport.hpp127 ReportUpdates reportUpdates; member in Report
/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/telemetry/tests/src/
H A Dtest_report.cpp148 params.reportUpdates(), *reportManagerMock, storageMock, in makeReport()
267 Eq(utils::enumToString(defaultParams().reportUpdates()))); in TEST_F()
1036 .reportUpdates(ReportUpdates::appendWrapsWhenFull)
1046 .reportUpdates(ReportUpdates::appendWrapsWhenFull)
1055 .reportUpdates(ReportUpdates::appendWrapsWhenFull)
1060 .reportUpdates(ReportUpdates::appendStopsWhenFull)
1073 .reportUpdates(ReportUpdates::appendStopsWhenFull)
1083 .reportUpdates(ReportUpdates::appendStopsWhenFull)
1092 .reportUpdates(ReportUpdates::appendStopsWhenFull)
1097 .reportUpdates(ReportUpdates::overwrite)
[all …]
H A Dtest_report_manager.cpp90 utils::enumToString(params.reportUpdates()), params.appendLimit(), in addReport()
577 {"ReportUpdates", utils::toUnderlying(reportParams.reportUpdates())},
/openbmc/telemetry/src/interfaces/
H A Dreport_factory.hpp42 uint64_t appendLimit, const ReportUpdates reportUpdates,
/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp281 std::string reportUpdates; in fillReportDefinition() local
291 "ReportUpdates", reportUpdates, "AppendLimit", appendLimit, in fillReportDefinition()
392 toRedfishReportUpdates(reportUpdates); in fillReportDefinition()
428 std::string reportUpdates; member
615 args.reportUpdates = std::move(dbusReportUpdates); in getUserParameters()
846 args.reportUpdates, args.appendLimit, args.reportActions, in performAddReport()
1123 const std::string& reportUpdates) in setReportUpdates() argument
1125 std::string dbusReportUpdates = toDbusReportUpdates(reportUpdates); in setReportUpdates()
1128 messages::propertyValueNotInList(asyncResp->res, reportUpdates, in setReportUpdates()
/openbmc/telemetry/tests/src/mocks/
H A Dreport_factory_mock.hpp83 params.reportUpdates(), rm, js, params.metricParameters(), in expectMake()