Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/StatsD/statsd/src/
DStatsLogProcessor.h381 friend class StatsLogProcessorTestRestricted; variable
400 FRIEND_TEST(StatsLogProcessorTestRestricted, TestInconsistentRestrictedMetricsConfigUpdate);
401 FRIEND_TEST(StatsLogProcessorTestRestricted, TestRestrictedLogEventPassed);
402 FRIEND_TEST(StatsLogProcessorTestRestricted, TestRestrictedLogEventNotPassed);
403 FRIEND_TEST(StatsLogProcessorTestRestricted, RestrictedMetricsManagerOnDumpReportNotCalled);
404 FRIEND_TEST(StatsLogProcessorTestRestricted, NonRestrictedMetricsManagerOnDumpReportCalled);
405 FRIEND_TEST(StatsLogProcessorTestRestricted, RestrictedMetricOnDumpReportEmpty);
406 FRIEND_TEST(StatsLogProcessorTestRestricted, NonRestrictedMetricOnDumpReportNotEmpty);
407 FRIEND_TEST(StatsLogProcessorTestRestricted, RestrictedMetricNotWriteToDisk);
408 FRIEND_TEST(StatsLogProcessorTestRestricted, NonRestrictedMetricWriteToDisk);
[all …]
/aosp_15_r20/packages/modules/StatsD/statsd/tests/
DStatsLogProcessor_test.cpp2167 class StatsLogProcessorTestRestricted : public Test { class
2185 TEST_F(StatsLogProcessorTestRestricted, TestInconsistentRestrictedMetricsConfigUpdate) { in TEST_F() argument
2224 TEST_F(StatsLogProcessorTestRestricted, TestRestrictedLogEventNotPassed) { in TEST_F() argument
2240 TEST_F(StatsLogProcessorTestRestricted, TestRestrictedLogEventPassed) { in TEST_F() argument
2255 TEST_F(StatsLogProcessorTestRestricted, RestrictedMetricsManagerOnDumpReportNotCalled) { in TEST_F() argument
2272 TEST_F(StatsLogProcessorTestRestricted, RestrictedMetricFlushIfReachMemoryLimit) { in TEST_F() argument
2288 TEST_F(StatsLogProcessorTestRestricted, RestrictedMetricNotFlushIfNotReachMemoryLimit) { in TEST_F() argument
2304 TEST_F(StatsLogProcessorTestRestricted, NonRestrictedMetricsManagerOnDumpReportCalled) { in TEST_F() argument
2320 TEST_F(StatsLogProcessorTestRestricted, RestrictedMetricOnDumpReportEmpty) { in TEST_F() argument
2331 TEST_F(StatsLogProcessorTestRestricted, NonRestrictedMetricOnDumpReportNotEmpty) { in TEST_F() argument
[all …]
/aosp_15_r20/packages/modules/StatsD/statsd/src/flags/
DFlagProvider.h113 friend class StatsLogProcessorTestRestricted; variable