Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h131 int64_t m_renewalTimestamp; member in OHOS::DHCP::DhcpClientStateMachine
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp71 m_renewalTimestamp(0), in DhcpClientStateMachine()
1306 m_renewalTimestamp = static_cast<int64_t>(timestamp); /* Record begin renewing or rebinding timestamp. */ in ParseDhcpAckPacket()
1929 m_renewalTimestamp = static_cast<int64_t>(ipCached.ipResult.uAddTime); in TryCachedIp()
2101 delay = (static_cast<int64_t>(curTimestamp) < m_renewalTimestamp) ? 0 : (static_cast<int64_t>(curTimestamp) - in ScheduleLeaseTimers()
2102 m_renewalTimestamp); in ScheduleLeaseTimers()
2104 "m_renewalTimestamp:%{public}" PRId64, delay, static_cast<int64_t>(curTimestamp), m_renewalTimestamp); in ScheduleLeaseTimers()

Completed in 3 milliseconds