Home
last modified time | relevance | path

Searched full:maxreports (Results 1 – 14 of 14) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dtelemetry_service.hpp74 const size_t* maxReports = nullptr; in handleTelemetryServiceGet() local
78 dbus_utils::UnpackErrorPrinter(), ret, "MaxReports", maxReports, in handleTelemetryServiceGet()
87 if (maxReports != nullptr) in handleTelemetryServiceGet()
89 asyncResp->res.jsonValue["MaxReports"] = *maxReports; in handleTelemetryServiceGet()
/openbmc/telemetry/src/
H A Dreport_manager.cpp25 reports.reserve(maxReports); in ReportManager()
32 "MaxReports", size_t{}, sdbusplus::vtable::property_::const_, in ReportManager()
33 [](const auto&) { return maxReports; }); in ReportManager()
108 if (reports.size() >= maxReports) in verifyAddReport()
H A Dreport_manager.hpp67 static constexpr size_t maxReports{TELEMETRY_MAX_REPORTS}; member in ReportManager
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/
H A DReportManager.interface.yaml66 - name: MaxReports
71 Service schema, that contains MaxReports property.
/openbmc/telemetry/tests/src/
H A Dtest_report_manager.cpp105 TEST_F(TestReportManager, maxReports) in TEST_F() argument
107 EXPECT_THAT(getProperty<size_t>("MaxReports"), in TEST_F()
108 Eq(ReportManager::maxReports)); in TEST_F()
438 .Times(ReportManager::maxReports); in TEST_F()
440 for (size_t i = 0; i < ReportManager::maxReports; i++) in TEST_F()
449 reportParams.reportName() + std::to_string(ReportManager::maxReports)); in TEST_F()
/openbmc/telemetry/redfish-tests/
H A Dredfish_requests.py64 self.max_reports = r["MaxReports"]
H A Dtest_telemetry.py13 assert r["MaxReports"] > 0, "Invalid count of max reports"
/openbmc/openbmc-test-automation/redfish/telemetry_service/
H A Dtest_telemetry_report.robot50 FOR ${i} IN RANGE ${resp["MaxReports"]}
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DTelemetryService.v1_4_0.json497 "MaxReports": { object
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DTelemetryService.v1_4_0.json497 "MaxReports": { object
/openbmc/bmcweb/docs/
H A DRedfish.md1063 - MaxReports
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DTelemetryService_v1.xml212 <Property Name="MaxReports" Type="Edm.Int64">
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DTelemetryService_v1.xml212 <Property Name="MaxReports" Type="Edm.Int64">
/openbmc/docs/designs/
H A Dtelemetry.md549 "MaxReports": <max_no_of_reports>,