Home
last modified time | relevance | path

Searched refs:EXT_BROKEN_FRAMEWORK (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup_js.cpp381 … BExcepUltils::BAssert(abilityInfo_, BError::Codes::EXT_BROKEN_FRAMEWORK, "Invalid abilityInfo_"); in Init()
540 BExcepUltils::BAssert(jsObj_, BError::Codes::EXT_BROKEN_FRAMEWORK, in OnBackup()
542 …BExcepUltils::BAssert(callback, BError::Codes::EXT_BROKEN_FRAMEWORK, "OnBackup callback is nullptr… in OnBackup()
543 …BExcepUltils::BAssert(callbackEx, BError::Codes::EXT_BROKEN_FRAMEWORK, "OnBackup callbackEx is nul… in OnBackup()
625 BExcepUltils::BAssert(jsObj_, BError::Codes::EXT_BROKEN_FRAMEWORK, in OnRestore()
627 …BExcepUltils::BAssert(callback, BError::Codes::EXT_BROKEN_FRAMEWORK, "OnRestore callback is nullpt… in OnRestore()
628 …BExcepUltils::BAssert(callbackEx, BError::Codes::EXT_BROKEN_FRAMEWORK, "OnRestore callbackEx is nu… in OnRestore()
709 BExcepUltils::BAssert(jsObj_, BError::Codes::EXT_BROKEN_FRAMEWORK, in GetBackupInfo()
812 BExcepUltils::BAssert(param, BError::Codes::EXT_BROKEN_FRAMEWORK, "failed to new param."); in CallJsMethod()
815 BExcepUltils::BAssert(work, BError::Codes::EXT_BROKEN_FRAMEWORK, "failed to new uv_work_t."); in CallJsMethod()
[all …]
H A Dext_backup.cpp103 … BExcepUltils::BAssert(abilityInfo_, BError::Codes::EXT_BROKEN_FRAMEWORK, "Invalid abilityInfo_"); in GetUsrConfig()
182 … BExcepUltils::BAssert(abilityInfo_, BError::Codes::EXT_BROKEN_FRAMEWORK, "Invalid abilityInfo_"); in OnConnect()
H A Dext_extension.cpp542 return BError(BError::Codes::EXT_BROKEN_FRAMEWORK).GetCode(); in PublishFile()
546 return BError(BError::Codes::EXT_BROKEN_FRAMEWORK).GetCode(); in PublishFile()
583 return BError(BError::Codes::EXT_BROKEN_FRAMEWORK).GetCode(); in PublishIncrementalFile()
587 return BError(BError::Codes::EXT_BROKEN_FRAMEWORK).GetCode(); in PublishIncrementalFile()
941 …BExcepUltils::BAssert(ptr, BError::Codes::EXT_BROKEN_FRAMEWORK, "Ext extension handle have been re… in AsyncTaskBackup()
1291 …BExcepUltils::BAssert(ptr, BError::Codes::EXT_BROKEN_FRAMEWORK, "Ext extension handle have been re… in AsyncTaskRestore()
1375 …BExcepUltils::BAssert(ptr, BError::Codes::EXT_BROKEN_FRAMEWORK, "Ext extension handle have been re… in AsyncTaskIncrementalRestore()
1413 …BExcepUltils::BAssert(ptr, BError::Codes::EXT_BROKEN_FRAMEWORK, "Ext extension handle have been re… in AsyncTaskIncreRestoreSpecialVersion()
1456 …BExcepUltils::BAssert(ptr, BError::Codes::EXT_BROKEN_FRAMEWORK, "Ext extension handle have been re… in AsyncTaskRestoreForUpgrade()
1509 …BExcepUltils::BAssert(ptr, BError::Codes::EXT_BROKEN_FRAMEWORK, "Ext extension handle have been re… in AsyncTaskIncrementalRestoreForUpgrade()
[all …]
H A Dsub_ext_extension.cpp858 …BExcepUltils::BAssert(ptr, BError::Codes::EXT_BROKEN_FRAMEWORK, "Ext extension handle have been re… in AsyncTaskUser0Backup()
908 …BExcepUltils::BAssert(ptr, BError::Codes::EXT_BROKEN_FRAMEWORK, "Ext extension handle have been re… in DoUser0Backup()
/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_error/
H A Db_error.h84 EXT_BROKEN_FRAMEWORK = 0x5001, enumerator
255 {Codes::EXT_BROKEN_FRAMEWORK, "Extension found the appex framework is broken"},
290 {static_cast<int>(Codes::EXT_BROKEN_FRAMEWORK), BackupErrorCode::E_UKERR},