Searched refs:next_cooldown_time (Results 1 – 1 of 1) sorted by relevance
1105 uint64_t next_cooldown_time = service_->auto_connect_cooldown_milliseconds_; in TEST_F() local1106 EXPECT_EQ(next_cooldown_time, in TEST_F()1109 while (next_cooldown_time <= in TEST_F()1111 EXPECT_CALL(dispatcher_, PostDelayedTask(_, next_cooldown_time)); in TEST_F()1117 next_cooldown_time *= Service::kAutoConnectCooldownBackoffFactor; in TEST_F()