Home
last modified time | relevance | path

Searched refs:DhcpClientImpl (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_impl.cpp26 DEFINE_DHCPLOG_DHCP_LABEL("DhcpClientImpl");
38 DhcpClientImpl::DhcpClientImpl() : systemAbilityId_(0), client_(nullptr) in DhcpClientImpl() function in OHOS::DHCP::DhcpClientImpl
40 DHCP_LOGI("DhcpClientImpl()"); in DhcpClientImpl()
43 DhcpClientImpl::~DhcpClientImpl() in ~DhcpClientImpl()
45 DHCP_LOGI("~DhcpClientImpl()"); in ~DhcpClientImpl()
51 bool DhcpClientImpl::Init(int systemAbilityId) in Init()
53 DHCP_LOGI("DhcpClientImpl enter Init!"); in Init()
73 bool DhcpClientImpl
[all...]
H A Ddhcp_client.cpp26 std::shared_ptr<DhcpClientImpl> pImpl = DelayedSingleton<DhcpClientImpl>::GetInstance(); in GetInstance()
H A Ddhcp_client_impl.h26 class DhcpClientImpl : public DhcpClient { class
27 DECLARE_DELAYED_SINGLETON(DhcpClientImpl);

Completed in 1 milliseconds