Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp68 m_resendTimer(0), in DhcpClientStateMachine()
397 m_resendTimer = 0; in DhcpInit()
818 m_resendTimer = 0; in Declining()
1283 m_resendTimer = 0; in DhcpAckOrNakPacketHandle()
1332 if (m_resendTimer == 0) { in ParseDhcpNakPacket()
1333 m_resendTimer = FIRST_TIMEOUT_SEC; in ParseDhcpNakPacket()
1335 sleep(m_resendTimer); in ParseDhcpNakPacket()
1336 DHCP_LOGI("ParseDhcpNakPacket sleep:%{public}u", m_resendTimer); in ParseDhcpNakPacket()
1337 m_resendTimer *= DOUBLE_TIME; in ParseDhcpNakPacket()
1338 if (m_resendTimer > MAX_TIMEOUT_SE in ParseDhcpNakPacket()
[all...]
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h128 int m_resendTimer; member in OHOS::DHCP::DhcpClientStateMachine
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_state_machine_test.cpp684 dhcpClient->m_resendTimer = INVALID; in HWTEST_F()

Completed in 4 milliseconds