Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpserver_fuzzer/
H A Ddhcpserver_fuzzer.cpp40 std::vector<std::string> dhcpClientInfo; in DhcpServerFuzzerTest() local
41 dhcpClientInfo.push_back(std::string(reinterpret_cast<const char*>(data), size)); in DhcpServerFuzzerTest()
50 dhcpServer->GetDhcpClientInfos(ifname, dhcpClientInfo); in DhcpServerFuzzerTest()
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_impl.cpp175 …ServerImpl::GetDhcpClientInfos(const std::string& ifname, std::vector<std::string>& dhcpClientInfo) in GetDhcpClientInfos() argument
179 return client_->GetDhcpClientInfos(ifname, dhcpClientInfo); in GetDhcpClientInfos()
H A Ddhcp_server_impl.h46 …ErrCode GetDhcpClientInfos(const std::string& ifname, std::vector<std::string>& dhcpClientInfo) ov…
H A Ddhcp_server_proxy.h56 …ErrCode GetDhcpClientInfos(const std::string& ifname, std::vector<std::string>& dhcpClientInfo) ov…
H A Ddhcp_server_proxy.cpp437 …erverProxy::GetDhcpClientInfos(const std::string& ifname, std::vector<std::string>& dhcpClientInfo) in GetDhcpClientInfos() argument
472 dhcpClientInfo.push_back(str); in GetDhcpClientInfos()
H A Ddhcp_server_proxy_lite.cpp525 …erverProxy::GetDhcpClientInfos(const std::string& ifname, std::vector<std::string>& dhcpClientInfo) in GetDhcpClientInfos() argument
545 owner.variable = &dhcpClientInfo; in GetDhcpClientInfos()
/ohos5.0/foundation/communication/dhcp/frameworks/native/interfaces/
H A Di_dhcp_server.h51 …rrCode GetDhcpClientInfos(const std::string& ifname, std::vector<std::string>& dhcpClientInfo) = 0;
/ohos5.0/foundation/communication/dhcp/interfaces/inner_api/
H A Ddhcp_server.h41 …rrCode GetDhcpClientInfos(const std::string& ifname, std::vector<std::string>& dhcpClientInfo) = 0;