Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp760 class AddReport class
763 AddReport(AddReportArgs&& argsIn, in AddReport() function in redfish::telemetry::AddReport
768 ~AddReport() in ~AddReport()
831 AddReport(const AddReport&) = delete;
832 AddReport(AddReport&&) = delete;
833 AddReport& operator=(const AddReport&) = delete;
834 AddReport& operator=(AddReport&&) = delete;
1405 const std::shared_ptr<telemetry::AddReport>& addReportReq, in afterRetrieveUriToDbusMap()
1443 std::make_shared<telemetry::AddReport>(std::move(args), asyncResp); in handleMetricReportDefinitionsPost()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/
H A DReportManager.interface.yaml6 - name: AddReport
79 parameter in AddReport method.
/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