Searched refs:timeBase2 (Results 1 – 1 of 1) sorted by relevance
/packages/modules/StatsD/statsd/tests/ |
D | StatsLogProcessor_test.cpp | 717 long timeBase2 = 1000; in TEST() local 719 CreateStatsLogProcessor(timeBase2, timeBase2, config1, cfgKey1); in TEST() 720 processor2->OnConfigUpdated(timeBase2, cfgKey2, config2); in TEST() 721 processor2->OnConfigUpdated(timeBase2, cfgKey3, config3); in TEST() 822 EXPECT_EQ(timeBase2 + ttl3 - activation1003->ttl_ns, activation1003->start_ns); in TEST() 824 EXPECT_EQ(timeBase2 + ttl5 - activation1005->ttl_ns, activation1005->start_ns); in TEST() 826 EXPECT_EQ(timeBase2 + ttl6 - activation1006->ttl_ns, activation1003->start_ns); in TEST() 910 long timeBase2 = 1000; in TEST() local 912 CreateStatsLogProcessor(timeBase2, timeBase2, config1, cfgKey1); in TEST() 948 EXPECT_EQ(timeBase2 + ttl1 - activation1001->ttl_ns, activation1001->start_ns); in TEST() [all …]
|