Searched refs:getDbusReportPath (Results 1 – 3 of 3) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | metric_report_definition.hpp | 941 "xyz.openbmc_project.Telemetry", getDbusReportPath(reportId), in setReadingParams() 1010 "xyz.openbmc_project.Telemetry", getDbusReportPath(id), in setReportEnabled() 1085 "xyz.openbmc_project.Telemetry", getDbusReportPath(id), in setReportTypeAndInterval() 1136 "xyz.openbmc_project.Telemetry", getDbusReportPath(id), in setReportUpdates() 1185 "xyz.openbmc_project.Telemetry", getDbusReportPath(id), in setReportActions() 1197 telemetry::getDbusReportPath(id), telemetry::reportInterface, in setReportMetrics() 1388 const std::string reportPath = getDbusReportPath(id); in handleReportDelete() 1480 telemetry::getDbusReportPath(id), telemetry::reportInterface, in handleMetricReportGet() 1502 const std::string reportPath = telemetry::getDbusReportPath(id); in handleMetricReportDelete()
|
H A D | metric_report.hpp | 101 const std::string reportPath = telemetry::getDbusReportPath(id); in requestRoutesMetricReport()
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | telemetry_utils.hpp | 23 inline std::string getDbusReportPath(std::string_view id) in getDbusReportPath() function
|