Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h95 void TryCachedIp();
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_state_machine_test.cpp826 dhcpClient->TryCachedIp(); in HWTEST_F()
829 dhcpClient->TryCachedIp(); in HWTEST_F()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp604 TryCachedIp(); in InitSelecting()
762 TryCachedIp(); in Requesting()
1903 void DhcpClientStateMachine::TryCachedIp() in TryCachedIp() function in OHOS::DHCP::DhcpClientStateMachine
1905 DHCP_LOGI("TryCachedIp() enter, action:%{public}d dhcpState:%{public}d", m_action, m_dhcp4State); in TryCachedIp()
1918 DHCP_LOGE("TryCachedIp() not find cache ip"); in TryCachedIp()
1923 DHCP_LOGE("TryCachedIp publish dhcp result failed!"); in TryCachedIp()
1930 DHCP_LOGI("TryCachedIp m_leaseTime:%{public}u %{public}u %{public}u", m_leaseTime, m_renewalSec, m_rebindSec); in TryCachedIp()
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp880 dhcpClient->TryCachedIp(); in TryCachedIpFuzzerTest()

Completed in 7 milliseconds