OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expireSeconds
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/dhcp/client/
timer.h
30
void
expireSeconds
(uint64_t seconds);
timer.cpp
31
void Timer::
expireSeconds
(uint64_t seconds) {
dhcpclient.cpp
404
mT1.
expireSeconds
(t1 > 0 ? t1 : (mDhcpInfo.leaseTime / 2));
405
mT2.
expireSeconds
(t2 > 0 ? t2 : ((mDhcpInfo.leaseTime * 7) / 8));
Completed in 232 milliseconds