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.cpp35 interfaces::ReportManager& reportManager, in Report() argument
60 [this, &ioc, &reportManager](auto& dbusIface) { in Report()
63 [this, &ioc, &reportManager] { in Report()
72 boost::asio::post(ioc, [this, &reportManager] { in Report()
73 reportManager.removeReport(this); in Report()
H A Dreport_factory.hpp37 interfaces::ReportManager& reportManager,
H A Dreport_factory.cpp23 interfaces::ReportManager& reportManager, in make() argument
44 reportActions, period, appendLimit, reportUpdates, reportManager, in make()
H A Dreport.hpp66 interfaces::ReportManager& reportManager,
/openbmc/telemetry/src/interfaces/
H A Dreport_factory.hpp43 ReportManager& reportManager, JsonStorage& reportStorage,