Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp71 m_renewalTimestamp(0), in DhcpClientStateMachine()
1246m_renewalTimestamp = static_cast<int64_t>(timestamp); /* Record begin renewing or rebinding time… in ParseDhcpAckPacket()
1851 m_renewalTimestamp = static_cast<int64_t>(ipCached.ipResult.uAddTime); in TryCachedIp()
2024 …delay = (static_cast<int64_t>(curTimestamp) < m_renewalTimestamp) ? 0 : (static_cast<int64_t>(curT… in ScheduleLeaseTimers()
2025 m_renewalTimestamp); in ScheduleLeaseTimers()
2027 …renewalTimestamp:%{public}" PRId64, delay, static_cast<int64_t>(curTimestamp), m_renewalTimestamp); in ScheduleLeaseTimers()
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h130 int64_t m_renewalTimestamp; variable