Searched full:addreport (Results 1 – 6 of 6) sorted by relevance
/openbmc/telemetry/tests/src/ |
H A D | test_report_manager.cpp | 61 std::pair<boost::system::error_code, std::string> addReport(Args&&... args) in addReport() function in TestReportManager 71 ReportManager::reportManagerIfaceName, "AddReport", in addReport() 76 auto addReport(const ReportParams& params) in addReport() function in TestReportManager 78 return addReport( in addReport() 121 TEST_F(TestReportManager, addReport) in TEST_F() argument 127 auto [ec, path] = addReport(reportParams); in TEST_F() 140 auto [ec, path] = addReport(reportParams); in TEST_F() 155 auto [ec, path] = addReport( in TEST_F() 172 auto [ec, path] = addReport(reportParams); in TEST_F() 184 auto [ec, path] = addReport(reportParams.reportId("")); in TEST_F() [all …]
|
/openbmc/telemetry/src/ |
H A D | report_manager.cpp | 47 "AddReport", in ReportManager() 76 return addReport(yield, reportId, reportName, in ReportManager() 137 interfaces::Report& ReportManager::addReport( in addReport() function in ReportManager 147 return addReport(reportId, reportName, reportingType, reportActions, in addReport() 152 interfaces::Report& ReportManager::addReport( in addReport() function in ReportManager 216 addReport(id, name, utils::toReportingType(reportingType), in loadFromPersistent()
|
H A D | report_manager.hpp | 51 interfaces::Report& addReport( 57 interfaces::Report& addReport(
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/ |
H A D | ReportManager.interface.yaml | 6 - name: AddReport 79 parameter in AddReport method.
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | metric_report_definition.hpp | 785 class AddReport class 788 AddReport(AddReportArgs&& argsIn, in AddReport() function in redfish::telemetry::AddReport 793 ~AddReport() in ~AddReport() 850 "xyz.openbmc_project.Telemetry.ReportManager", "AddReport", in performAddReport() 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 D | telemetry.md | 134 | +--------------------> 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
|