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.hpp877 const std::map<std::string, std::string>& metricPropertyToDbusPaths) in sensorPathToUri() argument
884 auto it = metricPropertyToDbusPaths.find(uri); in sensorPathToUri()
885 if (it == metricPropertyToDbusPaths.end()) in sensorPathToUri()
933 const std::map<std::string, std::string>& metricPropertyToDbusPaths) in setReadingParams() argument
947 sensorPathToUri(asyncResp, newUris, metricPropertyToDbusPaths); in setReadingParams()
986 metricPropertyToDbusPaths)); in ~UpdateMetrics()
995 std::map<std::string, std::string> metricPropertyToDbusPaths; member in redfish::telemetry::UpdateMetrics
1000 metricPropertyToDbusPaths.insert( in insert()