Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dreport_manager.hpp70 static constexpr size_t maxAppendLimit{TELEMETRY_MAX_APPEND_LIMIT}; member in ReportManager
H A Dreport_manager.cpp80 appendLimit = maxAppendLimit; in ReportManager()
127 if (appendLimit > maxAppendLimit && in verifyAddReport()
/openbmc/telemetry/tests/src/
H A Dtest_report_manager.cpp425 reportParams.appendLimit(ReportManager::maxAppendLimit + 1); in TEST_F()
437 .expectMake(reportParams.appendLimit(ReportManager::maxAppendLimit), in TEST_F()