Lines Matching refs:ResultInfoCopy
30 void DhcpClientCallBack::ResultInfoCopy(DhcpResult &dhcpResult, OHOS::DHCP::DhcpResult& result)
33 DHCP_LOGE("ResultInfoCopy strOptClientId strcpy_s failed!");
36 DHCP_LOGE("ResultInfoCopy strOptServerId strcpy_s failed!");
39 DHCP_LOGE("ResultInfoCopy strOptSubnet strcpy_s failed!");
42 DHCP_LOGE("ResultInfoCopy strOptDns1 strcpy_s failed!");
45 DHCP_LOGE("ResultInfoCopy strOptDns2 strcpy_s failed!");
48 DHCP_LOGE("ResultInfoCopy strOptRouter1 strcpy_s failed!");
51 DHCP_LOGE("ResultInfoCopy strOptRouter2 strcpy_s failed!");
54 DHCP_LOGE("ResultInfoCopy strOptVendor strcpy_s failed!");
57 DHCP_LOGE("ResultInfoCopy strOptLinkIpv6Addr strcpy_s failed!");
60 DHCP_LOGE("ResultInfoCopy strOptRandIpv6Addr strcpy_s failed!");
63 DHCP_LOGE("ResultInfoCopy strOptLocalAddr1 strcpy_s failed!");
66 DHCP_LOGE("ResultInfoCopy strOptLocalAddr2 strcpy_s failed!");
70 DHCP_LOGE("ResultInfoCopy break, i:%{public}zu, dns max number:%{public}d", i, DHCP_DNS_MAX_NUMBER);
75 DHCP_LOGE("ResultInfoCopy, strncpy_s failed, i:%{public}zu", i);
92 ResultInfoCopy(dhcpResult, result);
93 DHCP_LOGI("ResultInfoCopy dstDnsNumber:%{public}u srcDnsNumber:%{public}zu", dhcpResult.dnsList.dnsNumber,
131 ResultInfoCopy(dhcpResult, result);