Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp2106 int64_t curTimestampBoot = GetElapsedSecondsSinceBoot(); in ScheduleLeaseTimers() local
2107 delay = (curTimestampBoot < m_renewalTimestampBoot) ? 0 : (curTimestampBoot - m_renewalTimestampBoot); in ScheduleLeaseTimers()
2108 DHCP_LOGI("ScheduleLeaseTimers delay:%{public}" PRId64", curTimestampBoot:%{public}" PRId64"," in ScheduleLeaseTimers()
2109 "m_renewalTimestampBoot:%{public}" PRId64, delay, curTimestampBoot, m_renewalTimestampBoot); in ScheduleLeaseTimers()

Completed in 3 milliseconds