Home
last modified time | relevance | path

Searched refs:exceptionCode (Results 1 - 4 of 4) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dcopy.cpp500 infos->exceptionCode = errCode; in ReadNotifyEvent()
524 infos->exceptionCode = EINVAL; in GetNotifyEvent()
534 while (infos->run && infos->exceptionCode == ERRNO_NOERR && infos->eventFd != -1 && infos->notifyFd != -1) { in GetNotifyEvent()
547 infos->exceptionCode = errno; in GetNotifyEvent()
633 infos->exceptionCode = result; in DoCopy()
634 return infos->exceptionCode; in DoCopy()
637 return infos->exceptionCode; in DoCopy()
H A Dcopy.h102 int64_t exceptionCode = FileFs::ERRNO_NOERR; member
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy.cpp740 infos->exceptionCode = errCode; in ReadNotifyEvent()
764 infos->exceptionCode = EINVAL; in GetNotifyEvent()
774 while (infos->run && infos->exceptionCode == ERRNO_NOERR && infos->eventFd != -1 && infos->notifyFd != -1) { in GetNotifyEvent()
787 infos->exceptionCode = errno; in GetNotifyEvent()
927 infos->exceptionCode = result; in Async()
928 return NError(infos->exceptionCode); in Async()
931 return NError(infos->exceptionCode); in Async()
H A Dcopy.h95 int exceptionCode = ERRNO_NOERR; // notify copy thread or listener thread has exceptions. member

Completed in 55 milliseconds