Home
last modified time | relevance | path

Searched refs:AbnormalType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_rdb_transaction.cpp59 reporter_.ReportError(DfxTransaction::AbnormalType::NULLPTR_ERROR, E_HAS_DB_ERROR); in Start()
82 reporter_.ReportError(DfxTransaction::AbnormalType::CREATE_ERROR, errCode); in Start()
91 reporter_.ReportError(DfxTransaction::AbnormalType::NULLPTR_ERROR, E_HAS_DB_ERROR); in Commit()
98 reporter_.ReportError(DfxTransaction::AbnormalType::COMMIT_ERROR, ret); in Commit()
109 reporter_.ReportError(DfxTransaction::AbnormalType::NULLPTR_ERROR, E_HAS_DB_ERROR); in Finish()
117 reporter_.ReportError(DfxTransaction::AbnormalType::COMMIT_ERROR, ret); in Finish()
188 reporter_.ReportError(DfxTransaction::AbnormalType::ROLLBACK_ERROR, ret); in Rollback()
H A Dmedialibrary_rdbstore.cpp995 reporter.ReportError(DfxTransaction::AbnormalType::CREATE_ERROR, errCode); in PrepareSystemAlbums()
1014 reporter.ReportError(DfxTransaction::AbnormalType::EXECUTE_ERROR, err); in PrepareSystemAlbums()
1023 reporter.ReportError(DfxTransaction::AbnormalType::COMMIT_ERROR, err); in PrepareSystemAlbums()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/event_handler/
H A Dalbum_plugin_table_event_handler.cpp60 reporter.ReportError(DfxTransaction::AbnormalType::CREATE_ERROR, errCode); in InitiateData()
77 reporter.ReportError(DfxTransaction::AbnormalType::EXECUTE_ERROR, err); in InitiateData()
85 reporter.ReportError(DfxTransaction::AbnormalType::COMMIT_ERROR, err); in InitiateData()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dmedia_library_db_upgrade.cpp218 reporter.ReportError(DfxTransaction::AbnormalType::CREATE_ERROR, errCode); in MoveSingleRelationshipToPhotos()
226 reporter.ReportError(DfxTransaction::AbnormalType::EXECUTE_ERROR, ret); in MoveSingleRelationshipToPhotos()
236 reporter.ReportError(DfxTransaction::AbnormalType::COMMIT_ERROR, ret); in MoveSingleRelationshipToPhotos()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_transaction.h26 enum EXPORT AbnormalType : uint8_t { enum
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_transaction.cpp46 Report(AbnormalType::TIMEOUT_WARN); in ReportIfTimeout()