Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dservice_unittest.cc1105 uint64_t next_cooldown_time = service_->auto_connect_cooldown_milliseconds_; in TEST_F() local
1106 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()