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.hpp341 for (const auto& [sensorData, collectionFunction, collectionTimeScope, in fillReportDefinition()
355 telemetry::toRedfishCollectionFunction(collectionFunction); in fillReportDefinition()
420 std::string collectionFunction; member
462 std::optional<std::string> collectionFunction; in getUserMetric() local
468 "CollectionFunction", collectionFunction, // in getUserMetric()
481 if (collectionFunction) in getUserMetric()
484 telemetry::toDbusCollectionFunction(*collectionFunction); in getUserMetric()
488 *collectionFunction); in getUserMetric()
491 metricArgs.collectionFunction = std::move(dbusCollectionFunction); in getUserMetric()
833 std::move(sensorParams), metric.collectionFunction, in performAddReport()
[all …]