Searched refs:reportFactory (Results 1 – 4 of 4) sorted by relevance
| /openbmc/telemetry/src/ |
| H A D | report_manager.hpp | 24 std::unique_ptr<interfaces::ReportFactory> reportFactory, 40 std::unique_ptr<interfaces::ReportFactory> reportFactory; member in ReportManager
|
| H A D | report.cpp | 38 const interfaces::ReportFactory& reportFactory, const bool enabledIn, in Report() argument 82 reportIface = makeReportInterface(reportFactory); in Report() 201 const interfaces::ReportFactory& reportFactory) in makeReportInterface() argument 307 [this, &reportFactory](auto newVal, auto& oldVal) { in makeReportInterface() 309 reportFactory.convertMetricParams(newVal); in makeReportInterface() 311 reportFactory.updateMetrics(metrics, in makeReportInterface()
|
| H A D | report.hpp | 69 const interfaces::ReportFactory& reportFactory, const bool enabled, 95 const interfaces::ReportFactory& reportFactory);
|
| H A D | report_manager.cpp | 29 reportFactory(std::move(reportFactoryIn)), in ReportManager() 157 reportFactory->convertMetricParams(yield, metricParams); in addReport() 182 reportFactory->make(id, name, reportingType, reportActions, interval, in addReport()
|