Home
last modified time | relevance | path

Searched refs:DfxWorker (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_dfx/src/
H A Ddfx_worker.cpp29 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::DfxWorker
45 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()
H A Ddfx_manager.cpp65 DfxWorker::GetInstance()->Init(); in Init()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_worker.cpp31 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::DfxWorker
45 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 …]
H A Ddfx_manager.cpp72 dfxWorker_ = DfxWorker::GetInstance(); in Init()
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_dfx/include/
H A Ddfx_worker.h25 class DfxWorker {
27 DfxWorker();
28 ~DfxWorker();
29 EXPORT static std::shared_ptr<DfxWorker> GetInstance();
37 static std::shared_ptr<DfxWorker> dfxWorkerInstance_;
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_worker.h51 class DfxWorker {
53 DfxWorker();
54 ~DfxWorker();
55 static std::shared_ptr<DfxWorker> GetInstance();
75 static std::shared_ptr<DfxWorker> dfxWorkerInstance_;
H A Ddfx_manager.h84 std::shared_ptr<DfxWorker> dfxWorker_;
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_dfx_test/src/
H A Dringtone_dfx_test.cpp80 auto dfxWorker = DfxWorker::GetInstance();