Home
last modified time | relevance | path

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

/foundation/communication/dhcp/interfaces/inner_api/include/
H A Ddhcp_define.h134 std::string strYourCli; /* your (client) IP */ member
155 strYourCli = ""; in DhcpResult()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_callback_proxy.cpp47 data.WriteString(result.strYourCli); in OnIpSuccessChanged()
127 data.WriteString(result.strYourCli); in OnDhcpOfferReport()
H A Ddhcp_client_service_impl.cpp406 result.strYourCli = ipResult.strYiaddr; in DhcpIpv4ResultSuccess()
420 ifname.c_str(), result.iptype, result.isOptSuc, result.strYourCli.c_str(), result.strServer.c_str(), in DhcpIpv4ResultSuccess()
453 result.strYourCli = ipResult.strYiaddr; in DhcpOfferResultSuccess()
578 result.strYourCli = info.globalIpv6Addr; in DhcpIpv6ResulCallback()
597 ifname.c_str(), result.iptype, result.isOptSuc, result.strYourCli.c_str(), result.strServer.c_str(), in DhcpIpv6ResulCallback()
H A Ddhcp_client_callback_proxy_lite.cpp55 (void)WriteString(&data, result.strYourCli.c_str()); in OnIpSuccessChanged()
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_callback_stub.cpp123 result.strYourCli = data.ReadString(); in RemoteOnIpSuccessChanged()
169 result.strYourCli = data.ReadString(); in RemoteOnDhcpOfferReport()
H A Ddhcp_client_callback_stub_lite.cpp137 result.strYourCli = (char *)ReadString(data, &readLen); in RemoteOnIpSuccessChanged()
H A Ddhcp_event.cpp32 if (strcpy_s(dhcpResult.strOptClientId, DHCP_MAX_FILE_BYTES, result.strYourCli.c_str()) != EOK) { in ResultInfoCopy()

Completed in 4 milliseconds