Home
last modified time | relevance | path

Searched refs:strRandIpv6Addr (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/dhcp/interfaces/inner_api/include/
H A Ddhcp_define.h143 std::string strRandIpv6Addr; /* your (client) rand ipv6 addr */ member
164 strRandIpv6Addr = ""; in DhcpResult()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_callback_proxy.cpp56 data.WriteString(result.strRandIpv6Addr); in OnIpSuccessChanged()
136 data.WriteString(result.strRandIpv6Addr); in OnDhcpOfferReport()
H A Ddhcp_client_callback_proxy_lite.cpp64 (void)WriteString(&data, result.strRandIpv6Addr.c_str()); in OnIpSuccessChanged()
H A Ddhcp_client_service_impl.cpp585 result.strRandIpv6Addr = info.randIpv6Addr; in DhcpIpv6ResulCallback()
595 "strVendor:%{public}s, strLinkIpv6Addr:%{private}s, strRandIpv6Addr:%{private}s, uLeaseTime:%{public}u, " in DhcpIpv6ResulCallback()
600 result.strRandIpv6Addr.c_str(), result.uLeaseTime, result.uAddTime, result.uGetTime); in DhcpIpv6ResulCallback()
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_callback_stub.cpp132 result.strRandIpv6Addr = data.ReadString(); in RemoteOnIpSuccessChanged()
178 result.strRandIpv6Addr = data.ReadString(); in RemoteOnDhcpOfferReport()
H A Ddhcp_client_callback_stub_lite.cpp146 result.strRandIpv6Addr = (char *)ReadString(data, &readLen); in RemoteOnIpSuccessChanged()
H A Ddhcp_event.cpp59 if (strcpy_s(dhcpResult.strOptRandIpv6Addr, DHCP_MAX_FILE_BYTES, result.strRandIpv6Addr.c_str()) != EOK) { in ResultInfoCopy()

Completed in 6 milliseconds