Lines Matching refs:timeBase2

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()
1074 long timeBase2 = 1000; in TEST() local
1076 CreateStatsLogProcessor(timeBase2, timeBase2, config1, cfgKey1); in TEST()
1140 EXPECT_EQ(timeBase2 + ttl1 - activation1001_1->ttl_ns, activation1001_1->start_ns); in TEST()
1150 CreateScreenStateChangedEvent(timeBase2 + 200, android::view::DISPLAY_STATE_ON); in TEST()
1157 EXPECT_EQ(timeBase2 + ttl1 - activation1001_1->ttl_ns, activation1001_1->start_ns); in TEST()
1166 shutDownTime = timeBase2 + 50 * NS_PER_SEC; in TEST()
1170 ttl1 = timeBase2 + metric1ActivationTrigger1->ttl_seconds() * NS_PER_SEC - shutDownTime; in TEST()
1175 long timeBase3 = timeBase2 + 120 * NS_PER_SEC; in TEST()
1456 long timeBase2 = 1000; in TEST() local
1458 CreateStatsLogProcessor(timeBase2, timeBase2, config1, cfgKey1); in TEST()
1504 EXPECT_EQ(timeBase2 + ttl1 - activation2_1_1->ttl_ns, activation2_1_1->start_ns); in TEST()
1514 CreateScreenStateChangedEvent(timeBase2 + 200, android::view::DISPLAY_STATE_ON); in TEST()
1521 EXPECT_EQ(timeBase2 + ttl1 - activation2_1_1->ttl_ns, activation2_1_1->start_ns); in TEST()
1530 shutDownTime = timeBase2 + 50 * NS_PER_SEC; in TEST()
1534 ttl1 -= shutDownTime - timeBase2; in TEST()
1540 long timeBase3 = timeBase2 + 120 * NS_PER_SEC; in TEST()