Searched refs:reportManager (Results 1 – 6 of 6) sorted by relevance
/openbmc/telemetry/src/ |
H A D | telemetry.hpp | 20 reportManager( in Telemetry() 37 ReportManager reportManager; member in Telemetry
|
H A D | report.cpp | 28 interfaces::ReportManager& reportManager, in Report() argument 53 [this, &ioc, &reportManager](auto& dbusIface) { in Report() 54 dbusIface.register_method("Delete", [this, &ioc, &reportManager] { in Report() 62 boost::asio::post(ioc, [this, &reportManager] { in Report() 63 reportManager.removeReport(this); in Report()
|
H A D | report_factory.cpp | 23 interfaces::ReportManager& reportManager, in make() argument 44 reportActions, period, appendLimit, reportUpdates, reportManager, in make()
|
H A D | report_factory.hpp | 37 interfaces::ReportManager& reportManager,
|
H A D | report.hpp | 62 interfaces::ReportManager& reportManager,
|
/openbmc/telemetry/src/interfaces/ |
H A D | report_factory.hpp | 43 ReportManager& reportManager, JsonStorage& reportStorage,
|