Home
last modified time | relevance | path

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

/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_proxy.h32 class DhcpClientProxy : public IDhcpClient { class
34 static DhcpClientProxy *GetInstance(void);
36 explicit DhcpClientProxy();
38 class DhcpClientProxy : public IRemoteProxy<IDhcpClient> {
40 explicit DhcpClientProxy(const sptr<IRemoteObject> &impl);
42 ~DhcpClientProxy();
57 static DhcpClientProxy *g_instance;
65 explicit DhcpClientDeathRecipient(DhcpClientProxy &client) : client_(client) {} in DhcpClientDeathRecipient()
73 DhcpClientProxy &client_;
78 static inline BrokerDelegator<DhcpClientProxy> delegator
[all...]
H A Ddhcp_client_proxy_lite.cpp30 DhcpClientProxy *DhcpClientProxy::g_instance = nullptr;
31 DhcpClientProxy::DhcpClientProxy() : remoteDied_(false) in DhcpClientProxy() function in OHOS::DHCP::DhcpClientProxy
33 DHCP_LOGI("enter ~DhcpClientProxy!"); in DhcpClientProxy()
36 DhcpClientProxy::~DhcpClientProxy() in ~DhcpClientProxy()
38 DHCP_LOGI("enter ~DhcpClientProxy!"); in ~DhcpClientProxy()
41 DhcpClientProxy *DhcpClientProxy
[all...]
H A Ddhcp_client_proxy.cpp23 DEFINE_DHCPLOG_DHCP_LABEL("DhcpClientProxy");
30 DhcpClientProxy::DhcpClientProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IDhcpClient>(impl), in DhcpClientProxy() function in OHOS::DHCP::DhcpClientProxy
52 DhcpClientProxy::~DhcpClientProxy() in ~DhcpClientProxy()
54 DHCP_LOGI("enter ~DhcpClientProxy!"); in ~DhcpClientProxy()
58 void DhcpClientProxy::RemoveDeathRecipient(void) in RemoveDeathRecipient()
74 void DhcpClientProxy::OnRemoteDied(const wptr<IRemoteObject> &remoteObject) in OnRemoteDied()
88 bool DhcpClientProxy::IsRemoteDied(void) in IsRemoteDied()
96 ErrCode DhcpClientProxy
[all...]
H A Ddhcp_client_impl.cpp47 DhcpClientProxy::ReleaseInstance(); in ~DhcpClientImpl()
55 DhcpClientProxy *clientProxy = DhcpClientProxy::GetInstance(); in Init()
62 DhcpClientProxy::ReleaseInstance(); in Init()
98 DHCP_LOGI("DhcpClientImpl new DhcpClientProxy"); in GetDhcpClientProxy()
99 client_ = new (std::nothrow)DhcpClientProxy(object); in GetDhcpClientProxy()

Completed in 2 milliseconds