Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/
DStatsService_test.cpp202 const auto bucketInfo1 = data.bucket_info(1); in TEST_F() local
210 NanoToMillis(bucketInfo1.start_bucket_elapsed_nanos())); in TEST_F()
212 ASSERT_EQ(1, bucketInfo1.atom_size()); in TEST_F()
213 ASSERT_GT(bucketInfo1.atom(0).subsystem_sleep_state().time_millis(), 0); in TEST_F()
215 EXPECT_GE(NanoToMillis(bucketInfo1.start_bucket_elapsed_nanos()), in TEST_F()
217 EXPECT_LE(NanoToMillis(bucketInfo1.start_bucket_elapsed_nanos()), in TEST_F()
221 EXPECT_EQ(NanoToMillis(bucketInfo1.end_bucket_elapsed_nanos()), in TEST_F()