Home
last modified time | relevance | path

Searched full:appendlimit (Results 1 – 20 of 20) sorted by relevance

/openbmc/telemetry/src/
H A Dreport_manager.cpp50 std::string reportUpdates, uint64_t appendLimit, in ReportManager()
66 if (appendLimit == std::numeric_limits<uint64_t>::max()) in ReportManager()
68 appendLimit = maxAppendLimit; in ReportManager()
84 Milliseconds(interval), appendLimit, in ReportManager()
103 const ReportUpdates reportUpdates, const uint64_t appendLimit, in verifyAddReport() argument
115 if (appendLimit > maxAppendLimit && in verifyAddReport()
116 appendLimit != std::numeric_limits<uint64_t>::max()) in verifyAddReport()
118 throw errors::InvalidArgument("AppendLimit", "Out of range."); in verifyAddReport()
141 const uint64_t appendLimit, const ReportUpdates reportUpdates, in addReport() argument
148 interval, appendLimit, reportUpdates, in addReport()
[all …]
H A Dreport_manager.hpp49 const ReportUpdates reportUpdates, const uint64_t appendLimit,
55 const uint64_t appendLimit, const ReportUpdates reportUpdates,
61 const uint64_t appendLimit, const ReportUpdates reportUpdates,
H A Dreport.cpp36 metricCount(getMetricCount(metricsIn)), appendLimit(appendLimitIn), in Report()
166 return appendLimit; in deduceBufferSize()
345 "AppendLimit", sdbusplus::vtable::property_::emits_change, in makeReportInterface()
346 [this](const auto&) { return appendLimit; }); in makeReportInterface()
504 data["AppendLimit"] = appendLimit; in storeConfiguration()
H A Dreport_factory.cpp22 uint64_t appendLimit, const ReportUpdates reportUpdates, in make() argument
44 reportActions, period, appendLimit, reportUpdates, reportManager, in make()
H A Dreport.hpp122 uint64_t appendLimit; member in Report
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/
H A DReport.interface.yaml63 - name: AppendLimit
79 'AppendStopsWhenFull' and readings limit specified by AppendLimit is
135 previous value. AppendLimit set by user is ignored. Readings
140 AppendLimit then start from the beginning.
144 AppendLimit then stop till report update.
H A DReportManager.interface.yaml34 - name: AppendLimit
/openbmc/telemetry/tests/src/params/
H A Dreport_params.hpp79 ReportParams& appendLimit(uint64_t val) in appendLimit() function in ReportParams
85 uint64_t appendLimit() const in appendLimit() function in ReportParams
132 << ", AppendLimit: " << std::to_string(params.appendLimitProperty) in PrintTo()
/openbmc/telemetry/tests/src/
H A Dtest_report.cpp140 params.reportActions(), params.interval(), params.appendLimit(), in makeReport()
242 EXPECT_THAT(getProperty<uint64_t>(sut->getPath(), "AppendLimit"), in TEST_F()
243 Eq(defaultParams().appendLimit())); in TEST_F()
646 std::make_pair("AppendLimit",
647 nlohmann::json(ReportParams().appendLimit())),
890 .appendLimit(2u) in SetUp()
970 .appendLimit(5),
980 .appendLimit(4),
989 .appendLimit(0),
994 .appendLimit(1
[all...]
H A Dtest_report_manager.cpp81 utils::enumToString(params.reportUpdates()), params.appendLimit(), in addReport()
413 reportParams.appendLimit(ReportManager::maxAppendLimit + 1); in TEST_F()
425 .expectMake(reportParams.appendLimit(ReportManager::maxAppendLimit), in TEST_F()
430 reportParams.appendLimit(std::numeric_limits<uint64_t>::max())); in TEST_F()
566 {"AppendLimit", reportParams.appendLimit()},
/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp283 uint64_t appendLimit = 0; in fillReportDefinition() local
291 "ReportUpdates", reportUpdates, "AppendLimit", appendLimit, in fillReportDefinition()
402 asyncResp->res.jsonValue["AppendLimit"] = appendLimit; in fillReportDefinition()
429 uint64_t appendLimit = std::numeric_limits<uint64_t>::max(); member
554 std::optional<uint64_t> appendLimit; in getUserParameters() local
562 "AppendLimit", appendLimit, // in getUserParameters()
618 if (appendLimit) in getUserParameters()
620 args.appendLimit = *appendLimit; in getUserParameters()
700 if (dbusMessage == "AppendLimit") in toRedfishProperty()
702 return "AppendLimit"; in toRedfishProperty()
[all …]
/openbmc/openbmc-test-automation/redfish/telemetry_service/
H A Dtest_telemetry_report.robot170 ... "AppendLimit": ${append_limit},
188 Should Be True '${resp_report.dict["AppendLimit"]}' == '${AppendLimit}'
/openbmc/telemetry/src/interfaces/
H A Dreport_factory.hpp42 uint64_t appendLimit, const ReportUpdates reportUpdates,
/openbmc/telemetry/
H A Dmeson.options42 description: 'Max AppendLimit value',
/openbmc/telemetry/tests/src/mocks/
H A Dreport_factory_mock.hpp82 params.interval(), params.appendLimit(), in expectMake()
/openbmc/bmcweb/
H A DRedfish.md1079 - AppendLimit
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DMetricReportDefinition.v1_4_7.json239 "AppendLimit": { object
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DMetricReportDefinition.v1_4_7.json239 "AppendLimit": { object
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DMetricReportDefinition_v1.xml96 <Property Name="AppendLimit" Type="Edm.Int64" Nullable="false">
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DMetricReportDefinition_v1.xml96 <Property Name="AppendLimit" Type="Edm.Int64" Nullable="false">