Home
last modified time | relevance | path

Searched refs:IDhcpServer (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/dhcp/frameworks/native/interfaces/
H A Di_dhcp_server.h31 class IDhcpServer { class
33 class IDhcpServer : public IRemoteBroker {
36 virtual ~IDhcpServer() {} in ~IDhcpServer()
56 DECLARE_INTERFACE_DESCRIPTOR(u"ohos.wifi.IDhcpServer");
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_impl.h53 std::shared_ptr<IDhcpServer> client_;
55 sptr<IDhcpServer> client_;
H A Ddhcp_server_proxy.h31 class DhcpServerProxy : public IDhcpServer {
38 class DhcpServerProxy : public IRemoteProxy<IDhcpServer> {
H A Ddhcp_server_impl.cpp93 client_ = iface_cast<OHOS::DHCP::IDhcpServer>(object); in GetDhcpServerProxy()
H A Ddhcp_server_proxy.cpp31 DhcpServerProxy::DhcpServerProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IDhcpServer>(impl), in DhcpServerProxy()
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_stub_lite.h27 class DhcpServerStub : public IDhcpServer {
H A Ddhcp_server_stub.h30 class DhcpServerStub : public IRemoteStub<IDhcpServer> {

Completed in 3 milliseconds