Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.cpp1701 void ValidateCountBucket(const CountBucketInfo& countBucket, int64_t startTimeNs, int64_t endTimeNs, in ValidateCountBucket() argument
1703 EXPECT_EQ(countBucket.start_bucket_elapsed_nanos(), startTimeNs); in ValidateCountBucket()
1704 EXPECT_EQ(countBucket.end_bucket_elapsed_nanos(), endTimeNs); in ValidateCountBucket()
1705 EXPECT_EQ(countBucket.count(), count); in ValidateCountBucket()
1706 EXPECT_EQ(countBucket.condition_true_nanos(), conditionTrueNs); in ValidateCountBucket()
Dstatsd_test_util.h621 void ValidateCountBucket(const CountBucketInfo& countBucket, int64_t startTimeNs, int64_t endTimeNs,