Home
last modified time | relevance | path

Searched refs:DfxType (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_collector.cpp72 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 Ddfx_manager.cpp387 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 Dthumbnail_generate_helper.cpp506 …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 Dthumbnail_source_loading.cpp256 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 Dthumbnail_utils.cpp232 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 Ddfx_const.h25 enum DfxType { enum
/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()
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 Dmedialibrary_rdbstore.cpp466 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 Dphoto_map_operations.cpp333 …DfxManager::GetInstance()->HandleDeleteBehavior(DfxType::ALBUM_REMOVE_PHOTOS, deleteRow, uriWhereA… in RemovePhotoAssets()
H A Dmedialibrary_data_manager.cpp299 sceneCode = DfxType::START_RDB_STORE_FAIL; in InitMediaLibraryMgr()
H A Dmedialibrary_asset_operations.cpp2161 …DfxManager::GetInstance()->HandleDeleteBehavior(DfxType::ALBUM_DELETE_ASSETS, taskData->deleteRows… in DeleteFiles()
H A Dmedialibrary_photo_operations.cpp903 DfxManager::GetInstance()->HandleDeleteBehavior(DfxType::TRASH_PHOTO, updatedRows, notifyUris); in TrashPhotos()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_const.h64 enum DfxType { enum