Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report.hpp24 using TimestampReadings = std::tuple<uint64_t, Readings>; typedef
44 const TimestampReadings& timestampReadings) in fillReport()
116 sdbusplus::asio::getProperty<telemetry::TimestampReadings>( in requestRoutesMetricReport()
120 const telemetry::TimestampReadings& ret) { in requestRoutesMetricReport()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp405 const telemetry::TimestampReadings& var) in filterAndSendReports()
1278 const telemetry::TimestampReadings* readings = in getReadingsForReport()
1279 std::get_if<telemetry::TimestampReadings>(&found->second); in getReadingsForReport()