Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp669 int64_t curTimeSeconds = GetElapsedSecondsSinceBoot(); in DhcpReboot() local
671 firstSendPacketTime_ = curTimeSeconds; in DhcpReboot()
673 packet.secs = htons(static_cast<uint16_t>(curTimeSeconds - firstSendPacketTime_)); in DhcpReboot()
674 DHCP_LOGI("DhcpReboot curTimeSeconds:%{public}" PRId64" %{public}" PRId64", secs:%{public}u", in DhcpReboot()
675 curTimeSeconds, firstSendPacketTime_, static_cast<uint16_t>(curTimeSeconds - firstSendPacketTime_)); in DhcpReboot()
1634 int64_t curTimeSeconds = GetElapsedSecondsSinceBoot(); in DhcpDiscover() local
1636 firstSendPacketTime_ = curTimeSeconds; in DhcpDiscover()
1638 packet.secs = htons(static_cast<uint16_t>(curTimeSeconds - firstSendPacketTime_)); in DhcpDiscover()
1639 DHCP_LOGI("DhcpDiscover curTimeSeconds in DhcpDiscover()
1667 int64_t curTimeSeconds = GetElapsedSecondsSinceBoot(); DhcpRequest() local
1702 int64_t curTimeSeconds = GetElapsedSecondsSinceBoot(); DhcpRenew() local
[all...]

Completed in 3 milliseconds