Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/tests/
DStatsLogProcessor_test.cpp983 long timeBase3 = timeBase2 + 120 * NS_PER_SEC; in TEST() local
985 CreateStatsLogProcessor(timeBase3, timeBase3, config1, cfgKey1); in TEST()
1051 EXPECT_EQ(timeBase3 + ttl1 - activationTimeBase3_1->ttl_ns, activationTimeBase3_1->start_ns); in TEST()
1053 EXPECT_EQ(timeBase3 + ttl2 - activationTimeBase3_2->ttl_ns, activationTimeBase3_2->start_ns); in TEST()
1062 timeBase3 + 100 * NS_PER_SEC in TEST()
1071 EXPECT_EQ(timeBase3 + ttl2 - activationTimeBase3_2->ttl_ns, activationTimeBase3_2->start_ns); in TEST()
1078 shutDownTime = timeBase3 + 500 * NS_PER_SEC; in TEST()
1082 ttl1 = timeBase3 + ttl1 - shutDownTime; in TEST()
1083 ttl2 = timeBase3 + metric1ActivationTrigger2->ttl_seconds() * NS_PER_SEC - shutDownTime; in TEST()
1087 long timeBase4 = timeBase3 + 600 * NS_PER_SEC; in TEST()
[all …]