Searched refs:DhcpReboot (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dhcp/services/dhcp_client/include/ |
H A D | dhcp_client_state_machine.h | 50 int DhcpReboot(uint32_t transid, uint32_t reqip);
|
/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | dhcp_client_state_machine_test.cpp | 518 EXPECT_EQ(SOCKET_OPT_SUCCESS, dhcpClient->DhcpReboot(1, 1)); in HWTEST_F()
|
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_state_machine.cpp | 647 int DhcpClientStateMachine::DhcpReboot(uint32_t transid, uint32_t reqip) in DhcpReboot() function in OHOS::DHCP::DhcpClientStateMachine 649 DHCP_LOGI("DhcpReboot send request, transid:%{public}u, clientip:%{public}s", transid, in DhcpReboot() 653 DHCP_LOGE("DhcpReboot() memset_s failed!"); in DhcpReboot() 659 DHCP_LOGE("DhcpReboot() GetPacketHeaderInfo failed!"); in DhcpReboot() 664 DHCP_LOGE("DhcpReboot() failed, memcpy_s error!"); in DhcpReboot() 674 DHCP_LOGI("DhcpReboot curTimeSeconds:%{public}" PRId64" %{public}" PRId64", secs:%{public}u", in DhcpReboot() 682 DHCP_LOGI("DhcpReboot begin broadcast dhcp request packet"); in DhcpReboot() 702 DhcpReboot(m_transID, m_requestedIp4); in SendReboot()
|
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/ |
H A D | dhcpclientfun_fuzzer.cpp | 516 dhcpClient->DhcpReboot(transid, reqip); in DhcpRebootFuzzerTest()
|
Completed in 8 milliseconds