Searched refs:reportPath (Results 1 – 3 of 3) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | metric_report.hpp | 118 const std::string reportPath = telemetry::getDbusReportPath(id); in requestRoutesMetricReport() local 121 reportPath](const boost::system::error_code& ec) { in requestRoutesMetricReport() 139 reportPath, telemetry::reportInterface, "Readings", in requestRoutesMetricReport() 155 telemetry::service, reportPath, telemetry::reportInterface, in requestRoutesMetricReport()
|
H A D | trigger.hpp | 544 std::optional<sdbusplus::message::object_path> reportPath = in parseLinks() local 546 if (!reportPath) in parseLinks() 552 ctx.reports.emplace_back(*reportPath); in parseLinks()
|
H A D | metric_report_definition.hpp | 1428 const std::string reportPath = getDbusReportPath(id); in handleReportDelete() local 1439 service, reportPath, "xyz.openbmc_project.Object.Delete", "Delete"); in handleReportDelete() 1542 const std::string reportPath = telemetry::getDbusReportPath(id); in handleMetricReportDelete() local 1566 telemetry::service, reportPath, "xyz.openbmc_project.Object.Delete", in handleMetricReportDelete()
|