Searched refs:countBucket (Results 1 – 2 of 2) sorted by relevance
/packages/modules/StatsD/statsd/tests/ |
D | statsd_test_util.cpp | 1701 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()
|
D | statsd_test_util.h | 621 void ValidateCountBucket(const CountBucketInfo& countBucket, int64_t startTimeNs, int64_t endTimeNs,
|