Home
last modified time | relevance | path

Searched refs:E_INVAL (Results 1 - 6 of 6) sorted by relevance

/foundation/filemanagement/app_file_service/utils/include/b_error/
H A Db_error.h107 E_INVAL = 13900020, enumerator
271 {static_cast<int>(Codes::UTILS_INVAL_JSON_ENTITY), BackupErrorCode::E_INVAL},
272 {static_cast<int>(Codes::UTILS_INVAL_FILE_HANDLE), BackupErrorCode::E_INVAL},
277 {static_cast<int>(Codes::SA_INVAL_ARG), BackupErrorCode::E_INVAL},
285 {static_cast<int>(Codes::SDK_INVAL_ARG), BackupErrorCode::E_INVAL},
287 {static_cast<int>(Codes::SDK_MIXED_SCENARIO), BackupErrorCode::E_INVAL},
288 {static_cast<int>(Codes::EXT_INVAL_ARG), BackupErrorCode::E_INVAL},
296 {static_cast<int>(Codes::EXT_METHOD_NOT_EXIST), BackupErrorCode::E_INVAL},
299 {static_cast<int>(Codes::SA_EXT_ERR_CALL), BackupErrorCode::E_INVAL},
303 {BackupErrorCode::E_INVAL, BackupErrorCod member in OHOS::FileManagement::Backup::BError::BackupErrorCode
338 {BackupErrorCode::E_INVAL, "Invalid argument"}, global() member in OHOS::FileManagement::Backup::BError::BackupErrorCode
[all...]
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Duni_error.h65 E_INVAL, enumerator
220 { EINVAL, FILEIO_SYS_CAP_TAG + E_INVAL},
263 { FILEIO_SYS_CAP_TAG + E_INVAL, FILEIO_SYS_CAP_TAG + E_INVAL}, variable
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/
H A Duni_error.h62 E_INVAL, enumerator
107 { EINVAL, { FILEIO_SYS_CAP_TAG + E_INVAL, "Invalid argument" } }, variable
/foundation/filemanagement/file_api/utils/filemgmt_libn/include/
H A Dn_error.h79 E_INVAL, enumerator
254 { EINVAL, { FILEIO_SYS_CAP_TAG + E_INVAL, "Invalid argument" } }, variable
304 { FILEIO_SYS_CAP_TAG + E_INVAL, { FILEIO_SYS_CAP_TAG + E_INVAL, "Invalid argument" } }, variable
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_error/
H A Db_error_test.cpp220 EXPECT_EQ(ret, BError::BackupErrorCode::E_INVAL); in HWTEST_F()
238 EXPECT_EQ(ret, BError::BackupErrorCode::E_INVAL); in HWTEST_F()
542 EXPECT_EQ(result, BError::BackupErrorCode::E_INVAL); in HWTEST_F()
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_test.cpp1222 EXPECT_TRUE(ret == BError::BackupErrorCode::E_INVAL); in HWTEST_F()

Completed in 7 milliseconds