Home
last modified time | relevance | path

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

/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_impl.cpp26 DEFINE_DHCPLOG_DHCP_LABEL("DhcpServerImpl");
38 DhcpServerImpl::DhcpServerImpl() : client_(nullptr) in DhcpServerImpl() function in OHOS::DHCP::DhcpServerImpl
40 DHCP_LOGI("DhcpServerImpl()"); in DhcpServerImpl()
43 DhcpServerImpl::~DhcpServerImpl() in ~DhcpServerImpl()
45 DHCP_LOGI("~DhcpServerImpl()"); in ~DhcpServerImpl()
51 bool DhcpServerImpl::Init(int systemAbilityId) in Init()
53 DHCP_LOGI("DhcpServerImpl enter Init!"); in Init()
73 bool DhcpServerImpl
[all...]
H A Ddhcp_server.cpp26 std::shared_ptr<DhcpServerImpl> pImpl = DelayedSingleton<DhcpServerImpl>::GetInstance(); in GetInstance()
H A Ddhcp_server_impl.h27 class DhcpServerImpl : public DhcpServer { class
28 DECLARE_DELAYED_SINGLETON(DhcpServerImpl);

Completed in 1 milliseconds