Home
last modified time | relevance | path

Searched defs:DownloadThread (Results 1 – 2 of 2) sorted by relevance

/base/request/request/download/services/src/
Ddownload_thread.cpp19 DownloadThread::DownloadThread(std::function<bool()> &&task, uint32_t interval) in DownloadThread() function in OHOS::Request::Download::DownloadThread
/base/update/updateservice/services/engine/include/
Dprogress_thread.h65 explicit DownloadThread(ProgressCallback callback) : ProgressThread(), callback_(callback) {} in DownloadThread() function