Home
last modified time | relevance | path

Searched refs:DHCP_STATE_RELEASED (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp472 dhcpClient->m_dhcp4State = DHCP_STATE_RELEASED; in ExecDhcpRenewFuzzerTest()
546 dhcpClient->m_dhcp4State = DHCP_STATE_RELEASED; in RequestingFuzzerTest()
556 dhcpClient->m_dhcp4State = DHCP_STATE_RELEASED; in RenewingFuzzerTest()
566 dhcpClient->m_dhcp4State = DHCP_STATE_RELEASED; in RebindingFuzzerTest()
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_def.h155 DHCP_STATE_RELEASED, enumerator
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp439 case DHCP_STATE_RELEASED: in ExecDhcpRenew()
476 m_dhcp4State = DHCP_STATE_RELEASED; in ExecDhcpRelease()
795 case DHCP_STATE_RELEASED: in DhcpRequestHandle()
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_state_machine_test.cpp373 dhcpClient->SetIpv4State(DHCP_STATE_RELEASED);