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.hpp76 const std::string reportPath = telemetry::getDbusReportPath(id); in requestRoutesMetricReport()
H A Dmetric_report_definition.hpp955 "xyz.openbmc_project.Telemetry", getDbusReportPath(reportId), in setReadingParams()
1022 "xyz.openbmc_project.Telemetry", getDbusReportPath(id), in setReportEnabled()
1091 "xyz.openbmc_project.Telemetry", getDbusReportPath(id), in setReportTypeAndInterval()
1138 "xyz.openbmc_project.Telemetry", getDbusReportPath(id), in setReportUpdates()
1186 "xyz.openbmc_project.Telemetry", getDbusReportPath(id), in setReportActions()
1198 telemetry::service, telemetry::getDbusReportPath(id), in setReportMetrics()
1473 telemetry::service, telemetry::getDbusReportPath(id), in handleMetricReportGet()
1494 const std::string reportPath = telemetry::getDbusReportPath(id); in handleMetricReportDelete()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dtelemetry_utils.hpp33 inline std::string getDbusReportPath(std::string_view id) in getDbusReportPath() function