Home
last modified time | relevance | path

Searched refs:UTILS_INTERRUPTED_PROCESS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_error/
H A Db_error_test.cpp178 throw BError(BError::Codes::UTILS_INTERRUPTED_PROCESS);
290 BError be(BError::Codes::UTILS_INTERRUPTED_PROCESS);
398 BError be(BError::Codes::UTILS_INTERRUPTED_PROCESS);
400 EXPECT_EQ(result, BError::Codes::UTILS_INTERRUPTED_PROCESS);
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_process/
H A Db_process.cpp88 throw BError(BError::Codes::UTILS_INTERRUPTED_PROCESS, generic_category().message(errno)); in ExecuteCmd()
98 … throw BError(BError::Codes::UTILS_INTERRUPTED_PROCESS, generic_category().message(errno)); in ExecuteCmd()
/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_error/
H A Db_error.h62 UTILS_INTERRUPTED_PROCESS = 0x1004, enumerator
241 {Codes::UTILS_INTERRUPTED_PROCESS, "Can't launch a process or the process was corrupted"},
276 {static_cast<int>(Codes::UTILS_INTERRUPTED_PROCESS), BackupErrorCode::E_UKERR},