Home
last modified time | relevance | path

Searched refs:DataCorruptionQueueOverflowTest (Results 1 – 2 of 2) sorted by relevance

/packages/modules/StatsD/statsd/src/metrics/
DMetricsManager.h486 FRIEND_TEST(DataCorruptionQueueOverflowTest, TestNotifyOnlyInterestedMetrics);
487 FRIEND_TEST(DataCorruptionQueueOverflowTest, TestNotifyInterestedMetricsWithNewLoss);
488 FRIEND_TEST(DataCorruptionQueueOverflowTest, TestDoNotNotifyInterestedMetricsIfNoUpdate);
489 FRIEND_TEST(DataCorruptionQueueOverflowTest, TestDoNotNotifyNewInterestedMetricsIfNoUpdate);
/packages/modules/StatsD/statsd/tests/
DDataCorruptionReason_test.cpp305 class DataCorruptionQueueOverflowTest : public testing::Test { class
330 TEST_F(DataCorruptionQueueOverflowTest, TestNotifyOnlyInterestedMetrics) { in TEST_F() argument
351 TEST_F(DataCorruptionQueueOverflowTest, TestNotifyInterestedMetricsWithNewLoss) { in TEST_F() argument
386 TEST_F(DataCorruptionQueueOverflowTest, TestDoNotNotifyInterestedMetricsIfNoUpdate) { in TEST_F() argument
413 TEST_F(DataCorruptionQueueOverflowTest, TestDoNotNotifyNewInterestedMetricsIfNoUpdate) { in TEST_F() argument