Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_def.h132 ACTION_RENEW_T1, enumerator
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_service_impl_test.cpp163 ActionMode action = ACTION_RENEW_T1; in HWTEST_F()
H A Ddhcp_client_state_machine_test.cpp863 dhcpClient->m_action = ACTION_RENEW_T1; in HWTEST_F()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_service_impl.cpp507 if ((action == ACTION_RENEW_T1) || (action == ACTION_RENEW_T2) || (action == ACTION_RENEW_T3)) { in DhcpIpv4ResultFail()
537 if ((action == ACTION_RENEW_T1) || (action == ACTION_RENEW_T2) || (action == ACTION_RENEW_T2)) { in DhcpIpv4ResultTimeOut()
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()
1950 if (m_action == ACTION_RENEW_T1 || m_action == ACTION_RENEW_T2) { in GetIpTimerCallback()
2024 m_action = ACTION_RENEW_T1; // T1 begin renew in RenewDelayCallback()
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp893 dhcpClient->m_action = ACTION_RENEW_T1; in GetIpTimerCallbackFuzzerTest()

Completed in 11 milliseconds