Home
last modified time | relevance | path

Searched refs:strServer (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dhcp/interfaces/inner_api/include/
H A Ddhcp_define.h135 std::string strServer; /* dhcp server IP */ member
156 strServer = ""; in DhcpResult()
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_callback_proxy.cpp48 data.WriteString(result.strServer); in OnIpSuccessChanged()
128 data.WriteString(result.strServer); in OnDhcpOfferReport()
H A Ddhcp_client_service_impl.cpp386 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 Ddhcp_client_callback_proxy_lite.cpp56 (void)WriteString(&data, result.strServer.c_str()); in OnIpSuccessChanged()
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_callback_stub.cpp124 result.strServer = data.ReadString(); in RemoteOnIpSuccessChanged()
170 result.strServer = data.ReadString(); in RemoteOnDhcpOfferReport()
H A Ddhcp_client_callback_stub_lite.cpp138 result.strServer = (char *)ReadString(data, &readLen); in RemoteOnIpSuccessChanged()
H A Ddhcp_event.cpp35 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 Dnetsys_native_service_stub_test.cpp583 std::string strServer = "TestServer"; variable
593 EXPECT_TRUE(data.WriteString(strServer));