Home
last modified time | relevance | path

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

/foundation/communication/dhcp/frameworks/native/interfaces/
H A Di_dhcp_client.h31 class IDhcpClient { class
33 class IDhcpClient : public IRemoteBroker {
36 virtual ~IDhcpClient() {} in ~IDhcpClient()
50 DECLARE_INTERFACE_DESCRIPTOR(u"ohos.wifi.IDhcpClient");
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_impl.h47 IDhcpClient *client_;
49 sptr<IDhcpClient> client_;
H A Ddhcp_client_proxy.h32 class DhcpClientProxy : public IDhcpClient {
38 class DhcpClientProxy : public IRemoteProxy<IDhcpClient> {
H A Ddhcp_client_impl.cpp96 client_ = iface_cast<OHOS::DHCP::IDhcpClient>(object); in GetDhcpClientProxy()
H A Ddhcp_client_proxy.cpp30 DhcpClientProxy::DhcpClientProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IDhcpClient>(impl), in DhcpClientProxy()
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_stub_lite.h27 class DhcpClientStub : public IDhcpClient {
H A Ddhcp_client_stub.h32 class DhcpClientStub : public IRemoteStub<IDhcpClient> {

Completed in 2 milliseconds