Home
last modified time | relevance | path

Searched refs:dfxReporter (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_manager.cpp137 std::shared_ptr<DfxReporter> dfxReporter = taskData->dfxReporter_; in LogDelete() local
165 dfxReporter->ReportDeleteBehavior(id, type, halfUri.substr(pathPos + 1)); in LogDelete()
199 static void HandlePhotoInfo(std::shared_ptr<DfxReporter> &dfxReporter) in HandlePhotoInfo() argument
207 dfxReporter->ReportPhotoInfo(localImageCount, localVideoCount, cloudImageCount, cloudVideoCount); in HandlePhotoInfo()
210 static void HandleAlbumInfoBySubtype(std::shared_ptr<DfxReporter> &dfxReporter, int32_t albumSubType) in HandleAlbumInfoBySubtype() argument
217 dfxReporter->ReportAlbumInfo(albumName.c_str(), albumInfo.imageCount, albumInfo.videoCount, albumInfo.isLocal); in HandleAlbumInfoBySubtype()
220 static void HandleAlbumInfo(std::shared_ptr<DfxReporter> &dfxReporter) in HandleAlbumInfo() argument
222 HandleAlbumInfoBySubtype(dfxReporter, static_cast<int32_t>(PhotoAlbumSubType::IMAGE)); in HandleAlbumInfo()
223 HandleAlbumInfoBySubtype(dfxReporter, static_cast<int32_t>(PhotoAlbumSubType::VIDEO)); in HandleAlbumInfo()
224 HandleAlbumInfoBySubtype(dfxReporter, static_cas in HandleAlbumInfo()
229 HandleDirtyCloudPhoto(std::shared_ptr<DfxReporter> &dfxReporter) HandleDirtyCloudPhoto() argument
240 HandleLocalVersion(std::shared_ptr<DfxReporter> &dfxReporter) HandleLocalVersion() argument
255 std::shared_ptr<DfxReporter> dfxReporter = taskData->dfxReporter_; HandleStatistic() local
[all...]
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_manager.h35 std::shared_ptr<DfxReporter> dfxReporter) : id_(id), type_(type), size_(size), uris_(uris), in DeleteBehaviorTask()
36 dfxReporter_(dfxReporter) {} in DeleteBehaviorTask()
47 StatisticData(std::shared_ptr<DfxReporter> dfxReporter) : dfxReporter_(dfxReporter) {} in StatisticData() argument
34 DeleteBehaviorTask(std::string id, int32_t type, int32_t size, std::vector<std::string> &uris, std::shared_ptr<DfxReporter> dfxReporter) DeleteBehaviorTask() argument

Completed in 2 milliseconds