Searched refs:expireSeconds (Results 1 – 3 of 3) sorted by relevance
30 void expireSeconds(uint64_t seconds);
31 void Timer::expireSeconds(uint64_t seconds) { in expireSeconds() function in Timer
404 mT1.expireSeconds(t1 > 0 ? t1 : (mDhcpInfo.leaseTime / 2)); in configureDhcp()405 mT2.expireSeconds(t2 > 0 ? t2 : ((mDhcpInfo.leaseTime * 7) / 8)); in configureDhcp()