Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp852 const std::map<std::string, std::string>& metricPropertyToDbusPaths) in sensorPathToUri() argument
859 auto it = metricPropertyToDbusPaths.find(uri); in sensorPathToUri()
860 if (it == metricPropertyToDbusPaths.end()) in sensorPathToUri()
908 const std::map<std::string, std::string>& metricPropertyToDbusPaths) in setReadingParams() argument
922 sensorPathToUri(asyncResp, newUris, metricPropertyToDbusPaths); in setReadingParams()
961 metricPropertyToDbusPaths)); in ~UpdateMetrics()
970 std::map<std::string, std::string> metricPropertyToDbusPaths; member in redfish::telemetry::UpdateMetrics
975 metricPropertyToDbusPaths.insert( in insert()