Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/condition/
DConditionTimer.h49 int64_t mCurrentBucketStartDelayNs = 0; variable
80 int64_t conditionCorrectionNs = -mCurrentBucketStartDelayNs; in newBucketStart()
81 mCurrentBucketStartDelayNs = 0; in newBucketStart()
102 mCurrentBucketStartDelayNs = currentBucketEndDelayNs; in newBucketStart()
116 mCurrentBucketStartDelayNs = currentBucketEndDelayNs; in newBucketStart()
/packages/modules/StatsD/statsd/tests/condition/
DConditionTimer_test.cpp94 EXPECT_EQ(2, timer.mCurrentBucketStartDelayNs); in TEST()
112 EXPECT_EQ(0, timer.mCurrentBucketStartDelayNs); in TEST()
127 EXPECT_EQ(0, timer.mCurrentBucketStartDelayNs); in TEST()
142 EXPECT_EQ(2, timer.mCurrentBucketStartDelayNs); in TEST()
/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.h168 EXPECT_EQ(currentBucketStartDelayNs, conditionTimer.mCurrentBucketStartDelayNs);