Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp2029 int64_t curTimestampBoot = GetElapsedSecondsSinceBoot(); in ScheduleLeaseTimers() local
2030 …delay = (curTimestampBoot < m_renewalTimestampBoot) ? 0 : (curTimestampBoot - m_renewalTimestampBo… in ScheduleLeaseTimers()
2032 … "m_renewalTimestampBoot:%{public}" PRId64, delay, curTimestampBoot, m_renewalTimestampBoot); in ScheduleLeaseTimers()