Home
last modified time | relevance | path

Searched refs:reportPath (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() local
80 reportPath](const boost::system::error_code& ec) { in requestRoutesMetricReport()
98 reportPath, telemetry::reportInterface, "Readings", in requestRoutesMetricReport()
114 telemetry::service, reportPath, telemetry::reportInterface, in requestRoutesMetricReport()
H A Dtrigger.hpp535 std::optional<sdbusplus::message::object_path> reportPath = in parseLinks() local
537 if (!reportPath) in parseLinks()
543 ctx.reports.emplace_back(*reportPath); in parseLinks()
H A Dmetric_report_definition.hpp1494 const std::string reportPath = telemetry::getDbusReportPath(id); in handleMetricReportDelete() local
1519 telemetry::service, reportPath, "xyz.openbmc_project.Object.Delete", in handleMetricReportDelete()