Searched refs:timeBase2 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/cmds/statsd/tests/ |
D | StatsLogProcessor_test.cpp | 525 long timeBase2 = 1000; in TEST() local 527 CreateStatsLogProcessor(timeBase2, timeBase2, config1, cfgKey1); in TEST() 528 processor2->OnConfigUpdated(timeBase2, cfgKey2, config2); in TEST() 529 processor2->OnConfigUpdated(timeBase2, cfgKey3, config3); in TEST() 630 EXPECT_EQ(timeBase2 + ttl3 - activation1003->ttl_ns, activation1003->start_ns); in TEST() 632 EXPECT_EQ(timeBase2 + ttl5 - activation1005->ttl_ns, activation1005->start_ns); in TEST() 634 EXPECT_EQ(timeBase2 + ttl6 - activation1006->ttl_ns, activation1003->start_ns); in TEST() 717 long timeBase2 = 1000; in TEST() local 719 CreateStatsLogProcessor(timeBase2, timeBase2, config1, cfgKey1); in TEST() 755 EXPECT_EQ(timeBase2 + ttl1 - activation1001->ttl_ns, activation1001->start_ns); in TEST() [all …]
|