Home
last modified time | relevance | path

Searched refs:GetClientNetworkInfo (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h40 int GetClientNetworkInfo(void);
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp146 if (GetClientNetworkInfo() != DHCP_OPT_SUCCESS) { in InitConfig()
147 DHCP_LOGE("InitConfig GetClientNetworkInfo failed!"); in InitConfig()
247 int DhcpClientStateMachine::GetClientNetworkInfo(void) in GetClientNetworkInfo() function in OHOS::DHCP::DhcpClientStateMachine
250 DHCP_LOGE("GetClientNetworkInfo() GetLocalInterface failed, ifaceName:%{public}s.", m_cltCnf.ifaceName); in GetClientNetworkInfo()
256 DHCP_LOGE("GetClientNetworkInfo() memset_s failed!"); in GetClientNetworkInfo()
260 DHCP_LOGI("GetClientNetworkInfo() m_cltCnf.ifaceName:%{public}s -> ifaceIndex:%{public}d,ifaceMac:%{private}s.", in GetClientNetworkInfo()
264 DHCP_LOGE("GetClientNetworkInfo() failed, m_cltCnf.ifaceName:%{public}s.", m_cltCnf.ifaceName); in GetClientNetworkInfo()
269 DHCP_LOGE("GetClientNetworkInfo() Ip4IntConvertToStr m_cltCnf.ifaceIpv4 failed!"); in GetClientNetworkInfo()
272 DHCP_LOGI("GetClientNetworkInfo() GetLocalIp ifaceName:%{public}s -> ifaceIpv4:%{private}u - %{private}s.", in GetClientNetworkInfo()
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp392 dhcpClient->GetClientNetworkInfo(); in GetClientNetworkInfoFuzzerTest()

Completed in 6 milliseconds