Home
last modified time | relevance | path

Searched refs:reportFactory (Results 1 – 4 of 4) sorted by relevance

/openbmc/telemetry/src/
H A Dreport_manager.hpp24 std::unique_ptr<interfaces::ReportFactory> reportFactory,
40 std::unique_ptr<interfaces::ReportFactory> reportFactory; member in ReportManager
H A Dreport.cpp31 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 Dreport.hpp65 const interfaces::ReportFactory& reportFactory, const bool enabled,
91 const interfaces::ReportFactory& reportFactory);
H A Dreport_manager.cpp22 reportFactory(std::move(reportFactoryIn)), in ReportManager()
145 reportFactory->convertMetricParams(yield, metricParams);
170 reportFactory->make(id, name, reportingType, reportActions, interval, in loadFromPersistent()