Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/
H A Dphoto_file_operation.cpp104 if (opRet != E_OK) { in CopyThumbnail()
105 return opRet; in CopyThumbnail()
151 if (opRet != E_OK) { in CopyPhoto()
152 return opRet; in CopyPhoto()
156 return opRet; in CopyPhoto()
368 return opRet; in CopyPhotoFile()
402 return opRet; in CopyPhotoRelatedVideoFile()
427 return opRet; in CopyPhotoRelatedData()
463 return opRet; in CopyPhotoRelatedThumbnail()
486 opRet = opRet && MediaFileUtils::IsFileExists(targetPath); in CopyFile()
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dclone_restore.cpp557 int32_t opRet = E_FAIL; in MovePicture() local
559 opRet = this->MoveFile(fileInfo.filePath, localPath); in MovePicture()
561 opRet = this->CopyFile(fileInfo.filePath, localPath); in MovePicture()
563 if (opRet != E_OK) { in MovePicture()
712 int32_t opRet = E_FAIL; in MoveThumbnailDir() local
714 opRet = MediaFileUtils::ModifyAsset(thumbnailOldDir, thumbnailNewDir); in MoveThumbnailDir()
716 opRet = MediaFileUtils::CopyDirectory(thumbnailOldDir, thumbnailNewDir); in MoveThumbnailDir()
718 if (opRet != E_OK) { in MoveThumbnailDir()
720 return opRet; in MoveThumbnailDir()
726 return opRet; in MoveThumbnailDir()
H A Dbase_restore.cpp652 int32_t opRet = E_FAIL; in MoveDirectory() local
654 opRet = this->MoveFile(srcFilePath, dstFilePath); in MoveDirectory()
656 opRet = this->CopyFile(srcFilePath, dstFilePath); in MoveDirectory()
658 if (opRet != E_OK) { in MoveDirectory()