Home
last modified time | relevance | path

Searched refs:reportManager (Results 1 – 6 of 6) sorted by relevance

/openbmc/telemetry/src/
H A Dtelemetry.hpp20 reportManager( in Telemetry()
37 ReportManager reportManager; member in Telemetry
H A Dreport.cpp28 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 Dreport_factory.cpp23 interfaces::ReportManager& reportManager, in make() argument
44 reportActions, period, appendLimit, reportUpdates, reportManager, in make()
H A Dreport_factory.hpp37 interfaces::ReportManager& reportManager,
H A Dreport.hpp62 interfaces::ReportManager& reportManager,
/openbmc/telemetry/src/interfaces/
H A Dreport_factory.hpp43 ReportManager& reportManager, JsonStorage& reportStorage,