Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy.cpp731 infos->exceptionCode = errCode; in ReadNotifyEvent()
755 infos->exceptionCode = EINVAL; in GetNotifyEvent()
765 …while (infos->run && infos->exceptionCode == ERRNO_NOERR && infos->eventFd != -1 && infos->notifyF… in GetNotifyEvent()
778 infos->exceptionCode = errno; in GetNotifyEvent()
912 infos->exceptionCode = result; in Async()
913 return NError(infos->exceptionCode); in Async()
916 return NError(infos->exceptionCode); in Async()
H A Dcopy.h95 int exceptionCode = ERRNO_NOERR; // notify copy thread or listener thread has exceptions. member