Searched refs:DfxWorker (Results 1 – 8 of 8) sorted by relevance
29 shared_ptr<DfxWorker> DfxWorker::dfxWorkerInstance_{nullptr};31 shared_ptr<DfxWorker> DfxWorker::GetInstance() in GetInstance()34 dfxWorkerInstance_ = make_shared<DfxWorker>(); in GetInstance()39 DfxWorker::DfxWorker() in DfxWorker() function in OHOS::Media::DfxWorker45 DfxWorker::~DfxWorker() in ~DfxWorker()49 void DfxWorker::Init() in Init()52 thread(bind(&DfxWorker::InitCycleThread, this)).detach(); in Init()55 void DfxWorker::InitCycleThread() in InitCycleThread()
65 DfxWorker::GetInstance()->Init(); in Init()
31 shared_ptr<DfxWorker> DfxWorker::dfxWorkerInstance_{nullptr};33 shared_ptr<DfxWorker> DfxWorker::GetInstance() in GetInstance()41 DfxWorker::DfxWorker() : isThreadRunning_(false) in DfxWorker() function in OHOS::Media::DfxWorker45 DfxWorker::~DfxWorker() in ~DfxWorker()56 void DfxWorker::Init() in Init()90 void DfxWorker::Prepare() in Prepare()112 bool DfxWorker::IsThumbnailUpdate() in IsThumbnailUpdate()150 void DfxWorker::InitDelayThread() in InitDelayThread()219 void DfxWorker::WaitForTask() in WaitForTask()243 bool DfxWorker::IsDelayTask() in IsDelayTask()[all …]
72 dfxWorker_ = DfxWorker::GetInstance(); in Init()
25 class DfxWorker {27 DfxWorker();28 ~DfxWorker();29 EXPORT static std::shared_ptr<DfxWorker> GetInstance();37 static std::shared_ptr<DfxWorker> dfxWorkerInstance_;
51 class DfxWorker {53 DfxWorker();54 ~DfxWorker();55 static std::shared_ptr<DfxWorker> GetInstance();75 static std::shared_ptr<DfxWorker> dfxWorkerInstance_;
84 std::shared_ptr<DfxWorker> dfxWorker_;
80 auto dfxWorker = DfxWorker::GetInstance();