Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp369 SetSocketMode(SOCKET_MODE_INVALID); in StopIpv4()
401 SetSocketMode(SOCKET_MODE_RAW); in DhcpInit()
463 void DhcpClientStateMachine::SetSocketMode(uint32_t mode) in SetSocketMode() function in OHOS::DHCP::DhcpClientStateMachine
469 DHCP_LOGI("SetSocketMode() the socket mode %{public}s.", (mode == SOCKET_MODE_RAW) ? "raw" in SetSocketMode()
488 SetSocketMode(SOCKET_MODE_RAW); in ExecDhcpRenew()
492 SetSocketMode(SOCKET_MODE_KERNEL); in ExecDhcpRenew()
521 SetSocketMode(SOCKET_MODE_INVALID); in ExecDhcpRelease()
690 SetSocketMode(SOCKET_MODE_RAW); in SendReboot()
746 SetSocketMode(SOCKET_MODE_RAW); in Requesting()
844 SetSocketMode(SOCKET_MODE_KERNE in DhcpRequestHandle()
[all...]
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h68 void SetSocketMode(uint32_t mode);
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_state_machine_test.cpp297 dhcpClient->SetSocketMode(1); in HWTEST_F()
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp458 dhcpClient->SetSocketMode(mode); in SetSocketModeFuzzerTest()

Completed in 7 milliseconds