Home
last modified time | relevance | path

Searched refs:reportIface (Results 1 – 2 of 2) sorted by relevance

/openbmc/telemetry/src/
H A Dreport.cpp60 reportIface->signal_property("Persistency"); in Report()
73 reportIface = makeReportInterface(reportFactory); in Report()
98 reportIface->signal_property("Triggers"); in Report()
238 reportIface->signal_property("ReportingType"); in makeReportInterface()
244 reportIface->signal_property("Interval"); in makeReportInterface()
458 reportIface->signal_property("Enabled"); in updateReadings()
471 reportIface->signal_property("Readings"); in updateReadings()
H A Dreport.hpp127 std::unique_ptr<sdbusplus::asio::dbus_interface> reportIface; member in Report