Home
last modified time | relevance | path

Searched refs:DhcpThreadImpl (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_thread.cpp37 class DhcpThread::DhcpThreadImpl { class in OHOS::DHCP::DhcpThread
39 DhcpThreadImpl(const std::string &threadName) in DhcpThreadImpl() function in OHOS::DHCP::DhcpThread::DhcpThreadImpl
43 DHCP_LOGI("DhcpThreadImpl already init."); in DhcpThreadImpl()
47 DHCP_LOGI("DhcpThreadImpl: Create a new eventQueue, threadName:%{public}s", threadName.c_str()); in DhcpThreadImpl()
49 ~DhcpThreadImpl() in ~DhcpThreadImpl()
128 class DhcpThread::DhcpThreadImpl { class in OHOS::DHCP::DhcpThread
130 DhcpThreadImpl(const std::string &threadName) in DhcpThreadImpl() function in OHOS::DHCP::DhcpThread::DhcpThreadImpl
133 mWorkerThread = std::thread(DhcpThreadImpl::Run, std::ref(*this)); in DhcpThreadImpl()
136 ~DhcpThreadImpl() in ~DhcpThreadImpl()
146 DHCP_LOGE("DhcpThreadImpl PostSyncTas in PostSyncTask()
[all...]
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_thread.h72 class DhcpThreadImpl;
73 std::unique_ptr<DhcpThreadImpl> ptr_{nullptr};

Completed in 2 milliseconds