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 D | medialibrary_rdb_transaction.cpp | 59 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 D | medialibrary_rdbstore.cpp | 995 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 D | album_plugin_table_event_handler.cpp | 60 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 D | media_library_db_upgrade.cpp | 218 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 D | dfx_transaction.h | 26 enum EXPORT AbnormalType : uint8_t { enum
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/ |
H A D | dfx_transaction.cpp | 46 Report(AbnormalType::TIMEOUT_WARN); in ReportIfTimeout()
|