Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dreport_manager.cpp68 appendLimit = maxAppendLimit; in ReportManager()
115 if (appendLimit > maxAppendLimit && in verifyAddReport()
H A Dreport_manager.hpp70 static constexpr size_t maxAppendLimit{TELEMETRY_MAX_APPEND_LIMIT};
71 static constexpr size_t maxAppendLimit{TELEMETRY_MAX_APPEND_LIMIT}; global() member in ReportManager
/openbmc/telemetry/tests/src/
H A Dtest_report_manager.cpp413 reportParams.appendLimit(ReportManager::maxAppendLimit + 1); in TEST_F()
425 .expectMake(reportParams.appendLimit(ReportManager::maxAppendLimit), in TEST_F()