/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/ |
H A D | dfx_collector.cpp | 72 if (type == DfxType::TRASH_PHOTO) { in CollectDeleteBehavior() 78 } else if (type == DfxType::ALBUM_DELETE_ASSETS) { in CollectDeleteBehavior() 84 } else if (type == DfxType::ALBUM_REMOVE_PHOTOS) { in CollectDeleteBehavior() 96 if (type == DfxType::TRASH_PHOTO) { in GetDeleteBehavior() 100 } else if (type == DfxType::ALBUM_DELETE_ASSETS) { in GetDeleteBehavior() 104 } else if (type == DfxType::ALBUM_REMOVE_PHOTOS) { in GetDeleteBehavior()
|
H A D | dfx_manager.cpp | 387 dfxCollector_->GetDeleteBehavior(DfxType::TRASH_PHOTO); in HandleDeleteBehaviors() 388 dfxAnalyzer_->FlushDeleteBehavior(deleteAssetToTrash, DfxType::TRASH_PHOTO); in HandleDeleteBehaviors() 390 dfxCollector_->GetDeleteBehavior(DfxType::ALBUM_DELETE_ASSETS); in HandleDeleteBehaviors() 391 dfxAnalyzer_->FlushDeleteBehavior(deleteAssetToTrash, DfxType::ALBUM_DELETE_ASSETS); in HandleDeleteBehaviors() 393 dfxCollector_->GetDeleteBehavior(DfxType::ALBUM_REMOVE_PHOTOS); in HandleDeleteBehaviors() 394 dfxAnalyzer_->FlushDeleteBehavior(removeAssets, DfxType::ALBUM_REMOVE_PHOTOS); in HandleDeleteBehaviors()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_generate_helper.cpp | 506 …DfxTimer dfxTimer(thumbType == ThumbnailType::LCD ? DfxType::CLOUD_LCD_OPEN : DfxType::CLOUD_DEFAU… in GetThumbnailPixelMap() 519 … thumbType == ThumbnailType::LCD ? DfxType::CLOUD_LCD_OPEN : DfxType::CLOUD_DEFAULT_OPEN, -errno); in GetThumbnailPixelMap() 540 … thumbType == ThumbnailType::LCD ? DfxType::CLOUD_LCD_OPEN : DfxType::CLOUD_DEFAULT_OPEN, -errno); in GetThumbnailPixelMap()
|
H A D | thumbnail_source_loading.cpp | 256 DfxManager::GetInstance()->HandleThumbnailError(path, DfxType::IMAGE_SOURCE_CREATE, err); in LoadImageSource() 327 …DfxManager::GetInstance()->HandleThumbnailError(data_.path, DfxType::IMAGE_SOURCE_CREATE_PIXELMAP,… in GeneratePixelMapSource() 472 … DfxManager::GetInstance()->HandleThumbnailError(data_.path, DfxType::IMAGE_SOURCE_GET_INFO, err); in IsSizeAcceptable()
|
H A D | thumbnail_utils.cpp | 232 DfxManager::GetInstance()->HandleThumbnailError(path, DfxType::AV_FETCH_FRAME, err); in LoadVideoFile() 1705 DfxManager::GetInstance()->HandleThumbnailError(absFilePath, DfxType::AV_SET_SOURCE, ret); in SetSource()
|
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_dfx/include/ |
H A D | dfx_const.h | 25 enum DfxType { enum
|
/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() 244 int32_t sceneCode = DfxType::START_SUCCESS; in OnStart() 248 if (sceneCode == DfxType::START_RDB_STORE_FAIL) { 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_rdbstore.cpp | 466 DfxTimer dfxTimer(DfxType::RDB_INSERT, INVALID_DFX, RDB_TIME_OUT, false); in Insert() 490 DfxTimer dfxTimer(DfxType::RDB_INSERT, INVALID_DFX, RDB_TIME_OUT, false); in BatchInsert() 513 DfxTimer dfxTimer(DfxType::RDB_BATCHINSERT, INVALID_DFX, RDB_TIME_OUT, false); in BatchInsert() 535 DfxTimer dfxTimer(DfxType::RDB_DELETE, INVALID_DFX, RDB_TIME_OUT, false); in DoDeleteFromPredicates() 601 DfxTimer dfxTimer(DfxType::RDB_UPDATE_BY_CMD, INVALID_DFX, RDB_TIME_OUT, false); in Update() 898 DfxTimer dfxTimer(DfxType::RDB_UPDATE, INVALID_DFX, RDB_TIME_OUT, false); in UpdateWithDateTime() 3109 DfxReporter::ReportStartResult(DfxType::ADD_DATA_UNIQUE_INDEX_FAIL, count, startTime); in ReportFailInfoAsync()
|
H A D | photo_map_operations.cpp | 333 …DfxManager::GetInstance()->HandleDeleteBehavior(DfxType::ALBUM_REMOVE_PHOTOS, deleteRow, uriWhereA… in RemovePhotoAssets()
|
H A D | medialibrary_data_manager.cpp | 299 sceneCode = DfxType::START_RDB_STORE_FAIL; in InitMediaLibraryMgr()
|
H A D | medialibrary_asset_operations.cpp | 2161 …DfxManager::GetInstance()->HandleDeleteBehavior(DfxType::ALBUM_DELETE_ASSETS, taskData->deleteRows… in DeleteFiles()
|
H A D | medialibrary_photo_operations.cpp | 903 DfxManager::GetInstance()->HandleDeleteBehavior(DfxType::TRASH_PHOTO, updatedRows, notifyUris); in TrashPhotos()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/ |
H A D | dfx_const.h | 64 enum DfxType { enum
|