Home
last modified time | relevance | path

Searched refs:strLinkIpv6Addr (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dhcp/interfaces/inner_api/include/
H A Ddhcp_define.h142 std::string strLinkIpv6Addr; /* your (client) link ipv6 addr */ member
163 strLinkIpv6Addr = ""; in DhcpResult()
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_callback_proxy.cpp55 data.WriteString(result.strLinkIpv6Addr); in OnIpSuccessChanged()
135 data.WriteString(result.strLinkIpv6Addr); in OnDhcpOfferReport()
H A Ddhcp_client_callback_proxy_lite.cpp63 (void)WriteString(&data, result.strLinkIpv6Addr.c_str()); in OnIpSuccessChanged()
H A Ddhcp_client_service_impl.cpp563 result.strLinkIpv6Addr = info.linkIpv6Addr; in DhcpIpv6ResulCallback()
578 result.strRouter2.c_str(), result.strVendor.c_str(), result.strLinkIpv6Addr.c_str(), in DhcpIpv6ResulCallback()
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_callback_stub.cpp131 result.strLinkIpv6Addr = data.ReadString(); in RemoteOnIpSuccessChanged()
177 result.strLinkIpv6Addr = data.ReadString(); in RemoteOnDhcpOfferReport()
H A Ddhcp_client_callback_stub_lite.cpp145 result.strLinkIpv6Addr = (char *)ReadString(data, &readLen); in RemoteOnIpSuccessChanged()
H A Ddhcp_event.cpp56 …if (strcpy_s(dhcpResult.strOptLinkIpv6Addr, DHCP_MAX_FILE_BYTES, result.strLinkIpv6Addr.c_str()) !… in ResultInfoCopy()