Home
last modified time | relevance | path

Searched refs:E_IPCSS (Results 1 - 7 of 7) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H A Dstorage_manager_connect.cpp334 { E_WRITE_DESCRIPTOR_ERR, E_IPCSS}, in Convert2JsErrNum()
350 { E_WRITE_PARCEL_ERR, E_IPCSS}, in Convert2JsErrNum()
351 { E_WRITE_REPLY_ERR, E_IPCSS}, in Convert2JsErrNum()
352 { E_SA_IS_NULLPTR, E_IPCSS}, in Convert2JsErrNum()
353 { E_REMOTE_IS_NULLPTR, E_IPCSS}, in Convert2JsErrNum()
354 { E_SERVICE_IS_NULLPTR, E_IPCSS}, in Convert2JsErrNum()
355 { E_DEATH_RECIPIENT_IS_NULLPTR, E_IPCSS}, in Convert2JsErrNum()
356 { E_BUNDLEMGR_ERROR, E_IPCSS}, in Convert2JsErrNum()
357 { E_MEDIALIBRARY_ERROR, E_IPCSS}, in Convert2JsErrNum()
/foundation/filemanagement/app_file_service/utils/include/b_error/
H A Db_error.h102 E_IPCSS = 13600001, enumerator
278 {static_cast<int>(Codes::SA_BROKEN_IPC), BackupErrorCode::E_IPCSS},
286 {static_cast<int>(Codes::SDK_BROKEN_IPC), BackupErrorCode::E_IPCSS},
290 {static_cast<int>(Codes::EXT_BROKEN_BACKUP_SA), BackupErrorCode::E_IPCSS},
291 {static_cast<int>(Codes::EXT_BROKEN_IPC), BackupErrorCode::E_IPCSS},
300 {static_cast<int>(Codes::SA_EXT_ERR_SAMGR), BackupErrorCode::E_IPCSS},
302 {BackupErrorCode::E_IPCSS, BackupErrorCode::E_IPCSS}, member in OHOS::FileManagement::Backup::BError::BackupErrorCode
337 {BackupErrorCode::E_IPCSS, "IPC error"}, member in OHOS::FileManagement::Backup::BError::BackupErrorCode
/foundation/filemanagement/dfs_service/utils/log/include/
H A Ddfs_error.h110 E_IPCSS = STORAGE_SERVICE_SYS_CAP_TAG + 1, enumerator
124 { E_BROKEN_IPC, E_IPCSS },
131 { E_DEAD_REPLY, E_IPCSS }
/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_errno.h71 E_IPCSS = STORAGE_SERVICE_SYS_CAP_TAG + 1, enumerator
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Duni_error.h109 E_IPCSS = 1, enumerator
301 { STORAGE_SERVICE_SYS_CAP_TAG + E_IPCSS, STORAGE_SERVICE_SYS_CAP_TAG + E_IPCSS}, variable
/foundation/filemanagement/file_api/utils/filemgmt_libn/include/
H A Dn_error.h129 E_IPCSS = 1, enumerator
360 { STORAGE_SERVICE_SYS_CAP_TAG + E_IPCSS, { STORAGE_SERVICE_SYS_CAP_TAG + E_IPCSS, "IPC error" } }, variable
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_error/
H A Db_error_test.cpp545 EXPECT_EQ(result, BError::BackupErrorCode::E_IPCSS); in HWTEST_F()

Completed in 6 milliseconds