Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dtelemetry_readings.hpp22 using TimestampReadings = std::tuple<uint64_t, Readings>; typedef
42 const TimestampReadings& timestampReadings) in fillReport()
H A Dsubscription.hpp76 const telemetry::TimestampReadings& var);
H A Devent_service_manager.hpp566 const std::string& reportId, const telemetry::TimestampReadings& var) in sendTelemetryReportToSubs()
/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report.hpp96 telemetry::TimestampReadings>( in requestRoutesMetricReport()
101 const telemetry::TimestampReadings& ret) { in requestRoutesMetricReport()
/openbmc/bmcweb/redfish-core/src/
H A Ddbus_log_watcher.cpp139 const telemetry::TimestampReadings* readings = in getReadingsForReport()
140 std::get_if<telemetry::TimestampReadings>(&found->second); in getReadingsForReport()
H A Dsubscription.cpp257 const telemetry::TimestampReadings& var) in filterAndSendReports()