Home
last modified time | relevance | path

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

/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()
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_impl.cpp175 ErrCode DhcpServerImpl::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) override;
H A Ddhcp_server_proxy.h56 ErrCode GetDhcpClientInfos(const std::string& ifname, std::vector<std::string>& dhcpClientInfo) override;
H A Ddhcp_server_proxy.cpp439 ErrCode DhcpServerProxy::GetDhcpClientInfos(const std::string& ifname, std::vector<std::string>& dhcpClientInfo) in GetDhcpClientInfos() argument
478 dhcpClientInfo.push_back(str); in GetDhcpClientInfos()
H A Ddhcp_server_proxy_lite.cpp530 ErrCode DhcpServerProxy::GetDhcpClientInfos(const std::string& ifname, std::vector<std::string>& dhcpClientInfo) in GetDhcpClientInfos() argument
550 owner.variable = &dhcpClientInfo; in GetDhcpClientInfos()
/foundation/communication/dhcp/frameworks/native/interfaces/
H A Di_dhcp_server.h51 virtual ErrCode GetDhcpClientInfos(const std::string& ifname, std::vector<std::string>& dhcpClientInfo) = 0;
/foundation/communication/dhcp/interfaces/inner_api/
H A Ddhcp_server.h41 virtual ErrCode GetDhcpClientInfos(const std::string& ifname, std::vector<std::string>& dhcpClientInfo) = 0;

Completed in 4 milliseconds