Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/interfaces/inner_api/include/
H A Ddhcp_define.h145 std::string strLocalAddr2; /* your (client) unique local ipv6 addr */ member
166 strLocalAddr2 = ""; in DhcpResult()
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_callback_proxy.cpp58 data.WriteString(result.strLocalAddr2); in OnIpSuccessChanged()
138 data.WriteString(result.strLocalAddr2); in OnDhcpOfferReport()
H A Ddhcp_client_callback_proxy_lite.cpp66 (void)WriteString(&data, result.strLocalAddr2.c_str()); in OnIpSuccessChanged()
H A Ddhcp_client_service_impl.cpp566 result.strLocalAddr2 = info.uniqueLocalAddr2; in DhcpIpv6ResulCallback()
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_callback_stub.cpp134 result.strLocalAddr2 = data.ReadString(); in RemoteOnIpSuccessChanged()
180 result.strLocalAddr2 = data.ReadString(); in RemoteOnDhcpOfferReport()
H A Ddhcp_client_callback_stub_lite.cpp148 result.strLocalAddr2 = (char *)ReadString(data, &readLen); in RemoteOnIpSuccessChanged()
H A Ddhcp_event.cpp65 …if (strcpy_s(dhcpResult.strOptLocalAddr2, DHCP_MAX_FILE_BYTES, result.strLocalAddr2.c_str()) != EO… in ResultInfoCopy()