Home
last modified time | relevance | path

Searched refs:Cancel (Results 1 – 2 of 2) sorted by relevance

/optee_rust/optee-teec/src/
A Derror.rs51 Cancel = 0xFFFF0002, enumerator
93 ErrorKind::Cancel => "The operation was canceled.", in as_str()
150 raw::TEEC_ERROR_CANCEL => ErrorKind::Cancel, in kind()
/optee_rust/optee-utee/src/
A Derror.rs56 Cancel = 0xFFFF0002, enumerator
116 ErrorKind::Cancel => "The operation was canceled.", in as_str()
186 raw::TEE_ERROR_CANCEL => ErrorKind::Cancel, in kind()

Completed in 6 milliseconds