Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/copy_listener/
H A Dtrans_listener.cpp96 return transListener->copyEvent_.copyResult == SUCCESS || in WaitForCopyResult()
97 transListener->copyEvent_.copyResult == FAILED; in WaitForCopyResult()
99 return transListener->copyEvent_.copyResult; in WaitForCopyResult()
136 return HandleCopyFailure(transListener->copyEvent_, info, disSandboxPath, currentId); in CopyFileFromSoftBus()
343 copyEvent_.copyResult = SUCCESS; in OnFinished()
358 copyEvent_.copyResult = FAILED; in OnFailed()
359 copyEvent_.errorCode = errorCode; in OnFailed()
H A Dtrans_listener.h65 CopyEvent copyEvent_; variable