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.hpp778 class AddReport class
781 AddReport(AddReportArgs&& argsIn, in AddReport() function in redfish::telemetry::AddReport
786 ~AddReport() in ~AddReport()
850 AddReport(const AddReport&) = delete;
851 AddReport(AddReport&&) = delete;
852 AddReport& operator=(const AddReport&) = delete;
853 AddReport& operator=(AddReport&&) = delete;
1399 const std::shared_ptr<telemetry::AddReport>& addReportReq, in afterRetrieveUriToDbusMap()
1437 std::make_shared<telemetry::AddReport>(std::move(args), asyncResp); in handleMetricReportDefinitionsPost()
/openbmc/docs/designs/
H A Dtelemetry.md136 | +--------------------> Invoke AddReport | Register for D-Bus | |
295 implements `AddReport` method, which is used to create a metric report. The
301 The `AddReport` method returns the path to the newly created report object. The