Home
last modified time | relevance | path

Searched refs:DfxAnalyzer (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_analyzer.cpp15 #define MLOG_TAG "DfxAnalyzer"
30 DfxAnalyzer::DfxAnalyzer() in DfxAnalyzer() function in OHOS::Media::DfxAnalyzer
34 DfxAnalyzer::~DfxAnalyzer() in ~DfxAnalyzer()
38 void DfxAnalyzer::FlushThumbnail(std::unordered_map<std::string, ThumbnailErrorInfo> &thumbnailErrorMap) in FlushThumbnail()
63 void DfxAnalyzer::FlushCommonBehavior(std::unordered_map<string, CommonBehavior> &commonBehaviorMap) in FlushCommonBehavior()
92 void DfxAnalyzer::FlushDeleteBehavior(std::unordered_map<string, int32_t> &deleteBehaviorMap, int32_t type) in FlushDeleteBehavior()
113 void DfxAnalyzer::FlushAdaptationToMovingPhoto(AdaptationToMovingPhotoInfo& newAdaptationInfo) in FlushAdaptationToMovingPhoto()
H A Ddfx_manager.cpp68 dfxAnalyzer_ = make_shared<DfxAnalyzer>(); in Init()
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_analyzer.h25 class DfxAnalyzer { class
27 DfxAnalyzer();
28 ~DfxAnalyzer();
H A Ddfx_manager.h82 std::shared_ptr<DfxAnalyzer> dfxAnalyzer_;

Completed in 2 milliseconds