Home
last modified time | relevance | path

Searched refs:DfxReporter (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_reporter.cpp38 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 Ddfx_manager.cpp71 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()
592DfxReporter::ReportCloudSyncThumbGenerationStatus(downloadedThumb, generatedThumb, totalDownload); in Process()
620DfxReporter::ReportCloudSyncThumbGenerationStatus(downloadedThumb, generatedThumb, totalDownload); in StartTimer()
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_dfx/src/
H A Ddfx_reporter.cpp31 DfxReporter::DfxReporter() in DfxReporter() function in OHOS::Media::DfxReporter
35 DfxReporter::~DfxReporter() in ~DfxReporter()
39 void DfxReporter::ReportDfxMessage() in ReportDfxMessage()
H A Ddfx_manager.cpp64 dfxReporter_ = make_shared<DfxReporter>(); in Init()
/ohos5.0/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()
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 Ddfx_reporter.h49 class DfxReporter {
51 DfxReporter();
52 ~DfxReporter();
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_dfx/include/
H A Ddfx_reporter.h25 class DfxReporter {
27 EXPORT DfxReporter();
28 EXPORT ~DfxReporter();
H A Ddfx_manager.h40 std::shared_ptr<DfxReporter> dfxReporter_;
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedia_datashare_ext_ability.cpp180 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 Dmedialibrary_data_manager.cpp721 int32_t ret = DfxReporter::ReportMedialibraryAPI(packageName, saveUri); in LogMedialibraryAPI()
H A Dmedialibrary_album_fusion_utils.cpp1944 DfxReporter::ReportAlbumFusion(dataPoint); in ReportAlbumFusionData()
H A Dmedialibrary_rdbstore.cpp3109 DfxReporter::ReportStartResult(DfxType::ADD_DATA_UNIQUE_INDEX_FAIL, count, startTime); in ReportFailInfoAsync()