| /openbmc/telemetry/src/ |
| H A D | report_manager.cpp | 62 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 D | report_manager.hpp | 49 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 D | report.cpp | 44 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 D | report_factory.cpp | 22 uint64_t appendLimit, const ReportUpdates reportUpdates, in make() argument 44 reportActions, period, appendLimit, reportUpdates, reportManager, in make()
|
| H A D | report.hpp | 127 ReportUpdates reportUpdates; member in Report
|
| /openbmc/telemetry/tests/src/params/ |
| H A D | report_params.hpp | 90 ReportParams& reportUpdates(ReportUpdates val) in reportUpdates() function in ReportParams 96 ReportUpdates reportUpdates() const in reportUpdates() function in ReportParams
|
| /openbmc/telemetry/tests/src/ |
| H A D | test_report.cpp | 148 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 D | test_report_manager.cpp | 90 utils::enumToString(params.reportUpdates()), params.appendLimit(), in addReport() 577 {"ReportUpdates", utils::toUnderlying(reportParams.reportUpdates())},
|
| /openbmc/telemetry/src/interfaces/ |
| H A D | report_factory.hpp | 42 uint64_t appendLimit, const ReportUpdates reportUpdates,
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | metric_report_definition.hpp | 281 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 D | report_factory_mock.hpp | 83 params.reportUpdates(), rm, js, params.metricParameters(), in expectMake()
|