Home
last modified time | relevance | path

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

/foundation/multimedia/ringtone_library/services/ringtone_dfx/src/
H A Ddfx_worker.cpp15 #define MLOG_TAG "DfxWorker"
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::DfxWorker
45 DfxWorker::~DfxWorker() in ~DfxWorker()
[all...]
H A Ddfx_manager.cpp65 DfxWorker::GetInstance()->Init(); in Init()
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_worker.cpp15 #define MLOG_TAG "DfxWorker"
31 shared_ptr<DfxWorker> DfxWorker::dfxWorkerInstance_{nullptr};
33 shared_ptr<DfxWorker> DfxWorker::GetInstance() in GetInstance()
36 dfxWorkerInstance_ = make_shared<DfxWorker>(); in GetInstance()
41 DfxWorker::DfxWorker() : isThreadRunning_(false) in DfxWorker() function in OHOS::Media::DfxWorker
45 DfxWorker::~DfxWorker() in ~DfxWorker()
[all...]
H A Ddfx_manager.cpp70 dfxWorker_ = DfxWorker::GetInstance(); in Init()
/foundation/multimedia/ringtone_library/services/ringtone_dfx/include/
H A Ddfx_worker.h25 class DfxWorker { class
27 DfxWorker();
28 ~DfxWorker();
29 EXPORT static std::shared_ptr<DfxWorker> GetInstance();
37 static std::shared_ptr<DfxWorker> dfxWorkerInstance_;
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_worker.h51 class DfxWorker { class
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_;
/foundation/multimedia/ringtone_library/test/unittest/ringtone_dfx_test/src/
H A Dringtone_dfx_test.cpp80 auto dfxWorker = DfxWorker::GetInstance(); in HWTEST_F()

Completed in 3 milliseconds