Searched refs:strServer (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/dhcp/interfaces/inner_api/include/ |
H A D | dhcp_define.h | 135 std::string strServer; /* dhcp server IP */ member 156 strServer = ""; in DhcpResult()
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_callback_proxy.cpp | 48 data.WriteString(result.strServer); in OnIpSuccessChanged() 128 data.WriteString(result.strServer); in OnDhcpOfferReport()
|
H A D | dhcp_client_service_impl.cpp | 386 result.strServer = ipResult.strOptServerId; in DhcpIpv4ResultSuccess() 399 …ifname.c_str(), result.iptype, result.isOptSuc, result.strYourCli.c_str(), result.strServer.c_str(… in DhcpIpv4ResultSuccess() 433 result.strServer = ipResult.strOptServerId; in DhcpOfferResultSuccess() 576 …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 | 56 (void)WriteString(&data, result.strServer.c_str()); in OnIpSuccessChanged()
|
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_client_callback_stub.cpp | 124 result.strServer = data.ReadString(); in RemoteOnIpSuccessChanged() 170 result.strServer = data.ReadString(); in RemoteOnDhcpOfferReport()
|
H A D | dhcp_client_callback_stub_lite.cpp | 138 result.strServer = (char *)ReadString(data, &readLen); in RemoteOnIpSuccessChanged()
|
H A D | dhcp_event.cpp | 35 if (strcpy_s(dhcpResult.strOptServerId, DHCP_MAX_FILE_BYTES, result.strServer.c_str()) != EOK) { in ResultInfoCopy()
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | netsys_native_service_stub_test.cpp | 583 std::string strServer = "TestServer"; variable 593 EXPECT_TRUE(data.WriteString(strServer));
|