/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/ |
H A D | dfx_reporter.cpp | 38 DfxReporter::DfxReporter() in DfxReporter() function in OHOS::Media::DfxReporter 42 DfxReporter::~DfxReporter() in ~DfxReporter() 87 void DfxReporter::ReportThumbnailError() in ReportThumbnailError() 127 void DfxReporter::ReportCommonBehavior() in ReportCommonBehavior() 154 void DfxReporter::ReportDeleteStatistic() in ReportDeleteStatistic() 228 void DfxReporter::ReportPhotoInfo(const PhotoStatistics& stats) in ReportPhotoInfo() 275 void DfxReporter::ReportCommonVersion(int32_t dbVersion) in ReportCommonVersion() 302 void DfxReporter::ReportAdaptationToMovingPhoto() in ReportAdaptationToMovingPhoto() 335 void DfxReporter::ReportStartResult(int32_t scene, int32_t error, int32_t start) in ReportStartResult() 406 void DfxReporter::ReportPhotoRecordInfo() in ReportPhotoRecordInfo() [all …]
|
H A D | dfx_manager.cpp | 71 dfxReporter_ = make_shared<DfxReporter>(); in Init() 139 std::shared_ptr<DfxReporter> dfxReporter = taskData->dfxReporter_; in LogDelete() 201 static void HandlePhotoInfo(std::shared_ptr<DfxReporter>& dfxReporter) in HandlePhotoInfo() 237 static void HandleAlbumInfoBySubtype(std::shared_ptr<DfxReporter> &dfxReporter, int32_t albumSubTyp… in HandleAlbumInfoBySubtype() 247 static void HandleAlbumInfo(std::shared_ptr<DfxReporter> &dfxReporter) in HandleAlbumInfo() 256 static void HandleDirtyCloudPhoto(std::shared_ptr<DfxReporter> &dfxReporter) in HandleDirtyCloudPhoto() 267 static void HandleLocalVersion(std::shared_ptr<DfxReporter> &dfxReporter) in HandleLocalVersion() 308 std::shared_ptr<DfxReporter> dfxReporter = taskData->dfxReporter_; in HandleStatistic() 592 … DfxReporter::ReportCloudSyncThumbGenerationStatus(downloadedThumb, generatedThumb, totalDownload); in Process() 620 … DfxReporter::ReportCloudSyncThumbGenerationStatus(downloadedThumb, generatedThumb, totalDownload); in StartTimer()
|
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_dfx/src/ |
H A D | dfx_reporter.cpp | 31 DfxReporter::DfxReporter() in DfxReporter() function in OHOS::Media::DfxReporter 35 DfxReporter::~DfxReporter() in ~DfxReporter() 39 void DfxReporter::ReportDfxMessage() in ReportDfxMessage()
|
H A D | dfx_manager.cpp | 64 dfxReporter_ = make_shared<DfxReporter>(); in Init()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/ |
H A D | dfx_manager.h | 35 std::shared_ptr<DfxReporter> dfxReporter) : id_(id), type_(type), size_(size), uris_(uris), in DeleteBehaviorTask() 42 std::shared_ptr<DfxReporter> dfxReporter_; 47 StatisticData(std::shared_ptr<DfxReporter> dfxReporter) : dfxReporter_(dfxReporter) {} in StatisticData() 49 std::shared_ptr<DfxReporter> dfxReporter_; 83 std::shared_ptr<DfxReporter> dfxReporter_;
|
H A D | dfx_reporter.h | 49 class DfxReporter { 51 DfxReporter(); 52 ~DfxReporter();
|
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_dfx/include/ |
H A D | dfx_reporter.h | 25 class DfxReporter { 27 EXPORT DfxReporter(); 28 EXPORT ~DfxReporter();
|
H A D | dfx_manager.h | 40 std::shared_ptr<DfxReporter> dfxReporter_;
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | media_datashare_ext_ability.cpp | 180 DfxReporter::ReportStartResult(DfxType::CHECK_USER_UNLOCK_FAIL, 0, startTime); in CheckUnlockScene() 188 DfxReporter::ReportStartResult(DfxType::CHECK_MEDIA_PATH_UNLOCK_FAIL, 0, startTime); in CheckUnlockScene() 228 DfxReporter::ReportStartResult(DfxType::START_CONTEXT_FAIL, 0, startTime); in OnStart() 236 DfxReporter::ReportStartResult(DfxType::START_DATAMANAGER_FAIL, 0, startTime); in OnStart() 249 DfxReporter::ReportStartResult(sceneCode, ret, startTime); in OnStart() 259 DfxReporter::ReportStartResult(DfxType::START_SCANNER_FAIL, 0, startTime); in OnStart() 267 DfxReporter::ReportStartResult(DfxType::START_SUCCESS, 0, startTime); in OnStart()
|
H A D | medialibrary_data_manager.cpp | 721 int32_t ret = DfxReporter::ReportMedialibraryAPI(packageName, saveUri); in LogMedialibraryAPI()
|
H A D | medialibrary_album_fusion_utils.cpp | 1944 DfxReporter::ReportAlbumFusion(dataPoint); in ReportAlbumFusionData()
|
H A D | medialibrary_rdbstore.cpp | 3109 DfxReporter::ReportStartResult(DfxType::ADD_DATA_UNIQUE_INDEX_FAIL, count, startTime); in ReportFailInfoAsync()
|