Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/StatsD/statsd/src/metrics/
DMetricsManager.h484 FRIEND_TEST(DataCorruptionQueueOverflowTest, TestNotifyOnlyInterestedMetrics);
485 FRIEND_TEST(DataCorruptionQueueOverflowTest, TestNotifyInterestedMetricsWithNewLoss);
486 FRIEND_TEST(DataCorruptionQueueOverflowTest, TestDoNotNotifyInterestedMetricsIfNoUpdate);
487 FRIEND_TEST(DataCorruptionQueueOverflowTest, TestDoNotNotifyNewInterestedMetricsIfNoUpdate);
/aosp_15_r20/packages/modules/StatsD/statsd/tests/
DDataCorruptionReason_test.cpp305 class DataCorruptionQueueOverflowTest : public testing::Test { class
330 TEST_F(DataCorruptionQueueOverflowTest, TestNotifyOnlyInterestedMetrics) { in TEST_F() argument
354 TEST_F(DataCorruptionQueueOverflowTest, TestNotifyInterestedMetricsWithNewLoss) { in TEST_F() argument
391 TEST_F(DataCorruptionQueueOverflowTest, TestDoNotNotifyInterestedMetricsIfNoUpdate) { in TEST_F() argument
419 TEST_F(DataCorruptionQueueOverflowTest, TestDoNotNotifyNewInterestedMetricsIfNoUpdate) { in TEST_F() argument