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