/openbmc/telemetry/src/ |
H A D | report_manager.cpp | 50 std::string reportUpdates, uint64_t appendLimit, in ReportManager() 60 if (reportUpdates.empty()) in ReportManager() 62 reportUpdates = in ReportManager() 85 utils::toReportUpdates(reportUpdates), 103 const ReportUpdates reportUpdates, const uint64_t appendLimit, in verifyAddReport() 141 const uint64_t appendLimit, const ReportUpdates reportUpdates, in addReport() 148 interval, appendLimit, reportUpdates, in addReport() 156 const uint64_t appendLimit, const ReportUpdates reportUpdates, in addReport() 166 verifyAddReport(id, name, reportingType, interval, reportUpdates, in addReport() 171 appendLimit, reportUpdates, *thi in loadFromPersistent() 51 __anonca3fbb7a0602(boost::asio::yield_context& yield, std::string reportId, std::string reportName, std::string reportingType, std::string reportUpdates, uint64_t appendLimit, std::vector<std::string> reportActions, uint64_t interval, ReadingParameters readingParameters, bool enabled) ReportManager() argument 97 verifyAddReport(const std::string & reportId,const std::string & reportName,const ReportingType reportingType,Milliseconds interval,const ReportUpdates reportUpdates,const uint64_t appendLimit,const std::vector<LabeledMetricParameters> & readingParams) verifyAddReport() argument 135 addReport(boost::asio::yield_context & yield,const std::string & reportId,const std::string & reportName,const ReportingType reportingType,const std::vector<ReportAction> & reportActions,Milliseconds interval,const uint64_t appendLimit,const ReportUpdates reportUpdates,ReadingParameters metricParams,const bool enabled) addReport() argument 150 addReport(const std::string & reportId,const std::string & reportName,const ReportingType reportingType,const std::vector<ReportAction> & reportActions,Milliseconds interval,const uint64_t appendLimit,const ReportUpdates reportUpdates,std::vector<LabeledMetricParameters> labeledMetricParams,const bool enabled,Readings readings) addReport() argument 197 uint32_t reportUpdates = data->at("ReportUpdates").get<uint32_t>(); loadFromPersistent() local [all...] |
H A D | report.cpp | 37 reportUpdates(reportUpdatesIn), readings(std::move(readingsIn)), in Report() 39 deduceBufferSize(reportUpdates, reportingType)), in Report() 182 if (reportUpdates != newReportUpdates) in setReportUpdates() 185 reportUpdates = newReportUpdates; in setReportUpdates() 255 setReadingBuffer(reportUpdates); in makeReportInterface() 301 setReadingBuffer(reportUpdates); in makeReportInterface() 355 [this](const auto&) { return utils::enumToString(reportUpdates); }); in makeReportInterface() 445 if (reportUpdates == ReportUpdates::overwrite || in updateReadings() 461 if (reportUpdates == ReportUpdates::appendStopsWhenFull && in updateReadings() 485 reportUpdates in storeConfiguration() [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_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 | 123 ReportUpdates reportUpdates; member in Report
|
/openbmc/telemetry/tests/src/ |
H A D | test_report.cpp | 141 params.reportUpdates(), *reportManagerMock, storageMock, in makeReport() 247 Eq(utils::enumToString(defaultParams().reportUpdates()))); in TEST_F() 969 .reportUpdates(ReportUpdates::appendWrapsWhenFull) 979 .reportUpdates(ReportUpdates::appendWrapsWhenFull) 988 .reportUpdates(ReportUpdates::appendWrapsWhenFull) 993 .reportUpdates(ReportUpdates::appendStopsWhenFull) 1006 .reportUpdates(ReportUpdates::appendStopsWhenFull) 1016 .reportUpdates(ReportUpdates::appendStopsWhenFull) 1025 .reportUpdates(ReportUpdates::appendStopsWhenFull) 1030 .reportUpdates(ReportUpdate [all...] |
H A D | test_report_manager.cpp | 81 utils::enumToString(params.reportUpdates()), params.appendLimit(), in addReport() 565 {"ReportUpdates", utils::toUnderlying(reportParams.reportUpdates())},
|
/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/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() 291 "ReportUpdates", reportUpdates, "AppendLimit", appendLimit, in fillReportDefinition() 392 toRedfishReportUpdates(reportUpdates); 428 std::string reportUpdates; in toDbusReportActions() 615 args.reportUpdates = dbusReportUpdates; in getUserParameters() 852 args.reportUpdates, args.appendLimit, args.reportActions, in sensorPathToUri() 1147 const std::string& reportUpdates) in afterSetReportActions() 1149 std::string dbusReportUpdates = toDbusReportUpdates(reportUpdates); in afterSetReportActions() 1152 messages::propertyValueNotInList(asyncResp->res, reportUpdates, in afterSetReportActions() 258 std::string reportUpdates; fillReportDefinition() local 405 std::string reportUpdates; global() member 1124 setReportUpdates(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,std::string_view id,const std::string & reportUpdates) setReportUpdates() argument
|
/openbmc/telemetry/tests/src/mocks/ |
H A D | report_factory_mock.hpp | 83 params.reportUpdates(), rm, js, params.metricParameters(), in expectMake()
|