Home
last modified time | relevance | path

Searched refs:DhcpServerProxy (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_proxy.h31 class DhcpServerProxy : public IDhcpServer { class
33 static DhcpServerProxy *GetInstance(void);
35 explicit DhcpServerProxy(void);
38 class DhcpServerProxy : public IRemoteProxy<IDhcpServer> {
40 explicit DhcpServerProxy(const sptr<IRemoteObject> &impl);
42 ~DhcpServerProxy();
63 static DhcpServerProxy *g_instance;
71 explicit DhcpServerDeathRecipient(DhcpServerProxy &client) : client_(client) {} in DhcpServerDeathRecipient()
79 DhcpServerProxy &client_;
84 static inline BrokerDelegator<DhcpServerProxy> delegator
[all...]
H A Ddhcp_server_proxy_lite.cpp87 DhcpServerProxy *client = DhcpServerProxy::GetInstance(); in OnRemoteSrvDied()
94 DhcpServerProxy *DhcpServerProxy::g_instance = nullptr;
95 DhcpServerProxy::DhcpServerProxy() : remote_(nullptr), remoteDied_(false) in DhcpServerProxy() function in OHOS::DHCP::DhcpServerProxy
98 DhcpServerProxy::~DhcpServerProxy() in ~DhcpServerProxy()
101 DhcpServerProxy *DhcpServerProxy
[all...]
H A Ddhcp_server_proxy.cpp22 DEFINE_DHCPLOG_DHCP_LABEL("DhcpServerProxy");
31 DhcpServerProxy::DhcpServerProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IDhcpServer>(impl), in DhcpServerProxy() function in OHOS::DHCP::DhcpServerProxy
53 DhcpServerProxy::~DhcpServerProxy() in ~DhcpServerProxy()
55 DHCP_LOGI("enter ~DhcpServerProxy!"); in ~DhcpServerProxy()
59 void DhcpServerProxy::RemoveDeathRecipient(void) in RemoveDeathRecipient()
75 void DhcpServerProxy::OnRemoteDied(const wptr<IRemoteObject> &remoteObject) in OnRemoteDied()
89 bool DhcpServerProxy::IsRemoteDied(void) in IsRemoteDied()
97 ErrCode DhcpServerProxy
[all...]
H A Ddhcp_server_impl.cpp47 DhcpServerProxy::ReleaseInstance(); in ~DhcpServerImpl()
55 DhcpServerProxy *serverProxy = DhcpServerProxy::GetInstance(); in Init()
62 DhcpServerProxy::ReleaseInstance(); in Init()
95 client_ = new (std::nothrow)DhcpServerProxy(object); in GetDhcpServerProxy()

Completed in 4 milliseconds