Searched refs:strYourCli (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/dhcp/interfaces/inner_api/include/ |
H A D | dhcp_define.h | 134 std::string strYourCli; /* your (client) IP */ member 155 strYourCli = ""; in DhcpResult()
|
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_callback_proxy.cpp | 47 data.WriteString(result.strYourCli); in OnIpSuccessChanged() 127 data.WriteString(result.strYourCli); in OnDhcpOfferReport()
|
H A D | dhcp_client_service_impl.cpp | 406 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 D | dhcp_client_callback_proxy_lite.cpp | 55 (void)WriteString(&data, result.strYourCli.c_str()); in OnIpSuccessChanged()
|
/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_client_callback_stub.cpp | 123 result.strYourCli = data.ReadString(); in RemoteOnIpSuccessChanged() 169 result.strYourCli = data.ReadString(); in RemoteOnDhcpOfferReport()
|
H A D | dhcp_client_callback_stub_lite.cpp | 137 result.strYourCli = (char *)ReadString(data, &readLen); in RemoteOnIpSuccessChanged()
|
H A D | dhcp_event.cpp | 32 if (strcpy_s(dhcpResult.strOptClientId, DHCP_MAX_FILE_BYTES, result.strYourCli.c_str()) != EOK) { in ResultInfoCopy()
|
Completed in 5 milliseconds