Searched full:maxreports (Results 1 – 14 of 14) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | telemetry_service.hpp | 74 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 D | report_manager.cpp | 25 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 D | report_manager.hpp | 67 static constexpr size_t maxReports{TELEMETRY_MAX_REPORTS}; member in ReportManager
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/ |
H A D | ReportManager.interface.yaml | 66 - name: MaxReports 71 Service schema, that contains MaxReports property.
|
/openbmc/telemetry/tests/src/ |
H A D | test_report_manager.cpp | 105 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 D | redfish_requests.py | 64 self.max_reports = r["MaxReports"]
|
H A D | test_telemetry.py | 13 assert r["MaxReports"] > 0, "Invalid count of max reports"
|
/openbmc/openbmc-test-automation/redfish/telemetry_service/ |
H A D | test_telemetry_report.robot | 50 FOR ${i} IN RANGE ${resp["MaxReports"]}
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | TelemetryService.v1_4_0.json | 497 "MaxReports": { object
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | TelemetryService.v1_4_0.json | 497 "MaxReports": { object
|
/openbmc/bmcweb/docs/ |
H A D | Redfish.md | 1063 - MaxReports
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | TelemetryService_v1.xml | 212 <Property Name="MaxReports" Type="Edm.Int64">
|
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
H A D | TelemetryService_v1.xml | 212 <Property Name="MaxReports" Type="Edm.Int64">
|
/openbmc/docs/designs/ |
H A D | telemetry.md | 549 "MaxReports": <max_no_of_reports>,
|