Home
last modified time | relevance | path

Searched refs:AddReport (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp785 class AddReport class
788 AddReport(AddReportArgs&& argsIn, in AddReport() function in redfish::telemetry::AddReport
793 ~AddReport() in ~AddReport()
856 AddReport(const AddReport&) = delete;
857 AddReport(AddReport&&) = delete;
858 AddReport& operator=(const AddReport&) = delete;
859 AddReport& operator=(AddReport&&) = delete;
1445 const std::shared_ptr<telemetry::AddReport>& addReportReq, in afterRetrieveUriToDbusMap()
1483 std::make_shared<telemetry::AddReport>(std::move(args), asyncResp); in handleMetricReportDefinitionsPost()
/openbmc/docs/designs/
H A Dtelemetry.md134 | +--------------------> Invoke AddReport | Register for D-Bus | |
293 implements `AddReport` method, which is used to create a metric report. The
299 The `AddReport` method returns the path to the newly created report object. The