Searched refs:strRandIpv6Addr (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/dhcp/interfaces/inner_api/include/ |
H A D | dhcp_define.h | 143 std::string strRandIpv6Addr; /* your (client) rand ipv6 addr */ member 164 strRandIpv6Addr = ""; in DhcpResult()
|
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_callback_proxy.cpp | 56 data.WriteString(result.strRandIpv6Addr); in OnIpSuccessChanged() 136 data.WriteString(result.strRandIpv6Addr); in OnDhcpOfferReport()
|
H A D | dhcp_client_callback_proxy_lite.cpp | 64 (void)WriteString(&data, result.strRandIpv6Addr.c_str()); in OnIpSuccessChanged()
|
H A D | dhcp_client_service_impl.cpp | 585 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 D | dhcp_client_callback_stub.cpp | 132 result.strRandIpv6Addr = data.ReadString(); in RemoteOnIpSuccessChanged() 178 result.strRandIpv6Addr = data.ReadString(); in RemoteOnDhcpOfferReport()
|
H A D | dhcp_client_callback_stub_lite.cpp | 146 result.strRandIpv6Addr = (char *)ReadString(data, &readLen); in RemoteOnIpSuccessChanged()
|
H A D | dhcp_event.cpp | 59 if (strcpy_s(dhcpResult.strOptRandIpv6Addr, DHCP_MAX_FILE_BYTES, result.strRandIpv6Addr.c_str()) != EOK) { in ResultInfoCopy()
|
Completed in 6 milliseconds