Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_def.h134 ACTION_RENEW_T3, enumerator
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp286 if ((m_action != ACTION_RENEW_T1) && (m_action != ACTION_RENEW_T2) && (m_action != ACTION_RENEW_T3)) { in StartIpv4()
603 if ((uTimeoutSec > DHCP_FAILE_TIMEOUT_THR) && (m_action != ACTION_RENEW_T3)) { in InitSelecting()
1952 } else if (m_action == ACTION_RENEW_T3) { in GetIpTimerCallback()
2055 m_action = ACTION_RENEW_T3; // T3 expired, in RemainingDelayCallback()
H A Ddhcp_client_service_impl.cpp507 if ((action == ACTION_RENEW_T1) || (action == ACTION_RENEW_T2) || (action == ACTION_RENEW_T3)) { in DhcpIpv4ResultFail()
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_state_machine_test.cpp866 dhcpClient->m_action = ACTION_RENEW_T3; in HWTEST_F()
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp896 dhcpClient->m_action = ACTION_RENEW_T3; in GetIpTimerCallbackFuzzerTest()

Completed in 9 milliseconds