Searched defs:maxReports (Results 1 – 3 of 3) sorted by relevance
68 static constexpr size_t maxReports{TELEMETRY_MAX_REPORTS}; member in ReportManager
61 const size_t* maxReports = nullptr; in handleTelemetryServiceGet() local
104 TEST_F(TestReportManager, maxReports) in TEST_F() argument