Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp316 for (const auto& [sensorData, collectionFunction, collectionTimeScope, in fillReportDefinition()
330 telemetry::toRedfishCollectionFunction(collectionFunction); in fillReportDefinition()
395 std::string collectionFunction; member
437 std::optional<std::string> collectionFunction; in getUserMetric() local
443 "CollectionFunction", collectionFunction, // in getUserMetric()
456 if (collectionFunction) in getUserMetric()
459 telemetry::toDbusCollectionFunction(*collectionFunction); in getUserMetric()
463 *collectionFunction); in getUserMetric()
466 metricArgs.collectionFunction = std::move(dbusCollectionFunction); in getUserMetric()
815 std::move(sensorParams), metric.collectionFunction, in performAddReport()
[all …]