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 | 31 const interfaces::ReportFactory& reportFactory, const bool enabledIn, in Report() argument 72 reportIface = makeReportInterface(reportFactory); in Report() 190 const interfaces::ReportFactory& reportFactory) 289 [this, &reportFactory](auto newVal, auto& oldVal) { in makeReportInterface() 291 reportFactory.convertMetricParams(newVal); in makeReportInterface() 293 reportFactory.updateMetrics(metrics, in makeReportInterface() 191 makeReportInterface(const interfaces::ReportFactory & reportFactory) makeReportInterface() argument
|
H A D | report.hpp | 65 const interfaces::ReportFactory& reportFactory, const bool enabled, 91 const interfaces::ReportFactory& reportFactory);
|
H A D | report_manager.cpp | 22 reportFactory(std::move(reportFactoryIn)), in ReportManager() 145 reportFactory->convertMetricParams(yield, metricParams); 170 reportFactory->make(id, name, reportingType, reportActions, interval, in loadFromPersistent()
|