Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp941 "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 Dmetric_report.hpp101 const std::string reportPath = telemetry::getDbusReportPath(id); in requestRoutesMetricReport()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dtelemetry_utils.hpp23 inline std::string getDbusReportPath(std::string_view id) in getDbusReportPath() function