Searched refs:maxAppendLimit (Results 1 – 3 of 3) sorted by relevance
68 appendLimit = maxAppendLimit; in ReportManager() 115 if (appendLimit > maxAppendLimit && in verifyAddReport()
70 static constexpr size_t maxAppendLimit{TELEMETRY_MAX_APPEND_LIMIT};71 static constexpr size_t maxAppendLimit{TELEMETRY_MAX_APPEND_LIMIT}; global() member in ReportManager
413 reportParams.appendLimit(ReportManager::maxAppendLimit + 1); in TEST_F() 425 .expectMake(reportParams.appendLimit(ReportManager::maxAppendLimit), in TEST_F()