Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h61 void DhcpResponseHandle(time_t timestamp);
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp49 dhcpClient->DhcpResponseHandle(curTimestamp); in DhcpClientStateMachineFunFuzzerTest()
717 dhcpClient->DhcpResponseHandle(1); in DhcpResponseHandleFuzzerTest()
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_state_machine_test.cpp1016 dhcpClient->DhcpResponseHandle(timestamp); in HWTEST_F()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp338 DhcpResponseHandle(curTimestamp); in StartIpv4()
1378 void DhcpClientStateMachine::DhcpResponseHandle(time_t timestamp) in DhcpResponseHandle() function in OHOS::DHCP::DhcpClientStateMachine
1385 DHCP_LOGE("DhcpResponseHandle memset_s packet failed!"); in DhcpResponseHandle()
1392 DHCP_LOGI(" DhcpResponseHandle get packet read error, reopening socket!"); in DhcpResponseHandle()
1396 DHCP_LOGD("DhcpResponseHandle get packet failed, error:%{public}d len:%{public}d", errno, getLen); in DhcpResponseHandle()
1403 DHCP_LOGI("DhcpResponseHandle get packet success, getLen:%{public}d.", getLen); in DhcpResponseHandle()
1406 DHCP_LOGW("DhcpResponseHandle get xid:%{public}u and m_transID:%{public}u not same!", packet.xid, m_transID); in DhcpResponseHandle()
1413 DHCP_LOGE("DhcpResponseHandle GetDhcpOptionUint8 DHCP_MESSAGE_TYPE_OPTION failed!"); in DhcpResponseHandle()
1416 DHCP_LOGI("DhcpResponseHandle m_dhcp4State:%{public}d.", m_dhcp4State); in DhcpResponseHandle()

Completed in 7 milliseconds