Searched refs:StatsLogProcessorTestRestricted (Results 1 – 3 of 3) sorted by relevance
/packages/modules/StatsD/statsd/src/ |
D | StatsLogProcessor.h | 369 friend class StatsLogProcessorTestRestricted; variable 386 FRIEND_TEST(StatsLogProcessorTestRestricted, TestInconsistentRestrictedMetricsConfigUpdate); 387 FRIEND_TEST(StatsLogProcessorTestRestricted, TestRestrictedLogEventPassed); 388 FRIEND_TEST(StatsLogProcessorTestRestricted, TestRestrictedLogEventNotPassed); 389 FRIEND_TEST(StatsLogProcessorTestRestricted, RestrictedMetricsManagerOnDumpReportNotCalled); 390 FRIEND_TEST(StatsLogProcessorTestRestricted, NonRestrictedMetricsManagerOnDumpReportCalled); 391 FRIEND_TEST(StatsLogProcessorTestRestricted, RestrictedMetricOnDumpReportEmpty); 392 FRIEND_TEST(StatsLogProcessorTestRestricted, NonRestrictedMetricOnDumpReportNotEmpty); 393 FRIEND_TEST(StatsLogProcessorTestRestricted, RestrictedMetricNotWriteToDisk); 394 FRIEND_TEST(StatsLogProcessorTestRestricted, NonRestrictedMetricWriteToDisk); [all …]
|
/packages/modules/StatsD/statsd/tests/ |
D | StatsLogProcessor_test.cpp | 2166 class StatsLogProcessorTestRestricted : public Test { class 2184 TEST_F(StatsLogProcessorTestRestricted, TestInconsistentRestrictedMetricsConfigUpdate) { in TEST_F() argument 2223 TEST_F(StatsLogProcessorTestRestricted, TestRestrictedLogEventNotPassed) { in TEST_F() argument 2239 TEST_F(StatsLogProcessorTestRestricted, TestRestrictedLogEventPassed) { in TEST_F() argument 2254 TEST_F(StatsLogProcessorTestRestricted, RestrictedMetricsManagerOnDumpReportNotCalled) { in TEST_F() argument 2271 TEST_F(StatsLogProcessorTestRestricted, RestrictedMetricFlushIfReachMemoryLimit) { in TEST_F() argument 2287 TEST_F(StatsLogProcessorTestRestricted, RestrictedMetricNotFlushIfNotReachMemoryLimit) { in TEST_F() argument 2303 TEST_F(StatsLogProcessorTestRestricted, NonRestrictedMetricsManagerOnDumpReportCalled) { in TEST_F() argument 2319 TEST_F(StatsLogProcessorTestRestricted, RestrictedMetricOnDumpReportEmpty) { in TEST_F() argument 2330 TEST_F(StatsLogProcessorTestRestricted, NonRestrictedMetricOnDumpReportNotEmpty) { in TEST_F() argument [all …]
|
/packages/modules/StatsD/statsd/src/flags/ |
D | FlagProvider.h | 113 friend class StatsLogProcessorTestRestricted; variable
|