Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/operation/
H A Dphoto_file_operation.h37 …int32_t CopyPhoto(const std::shared_ptr<NativeRdb::ResultSet> &resultSet, const std::string &targe…
58 int32_t CopyPhoto(const PhotoAssetInfo &sourcePhotoInfo, const PhotoAssetInfo &targetPhotoInfo);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/
H A Dphoto_file_operation.cpp43 int32_t PhotoFileOperation::CopyPhoto( in CopyPhoto() function in OHOS::Media::PhotoFileOperation
75 return this->CopyPhoto(sourcePhotoInfo, targetPhotoInfo); in CopyPhoto()
147 int32_t PhotoFileOperation::CopyPhoto(const PhotoFileOperation::PhotoAssetInfo &sourcePhotoInfo, in CopyPhoto() function in OHOS::Media::PhotoFileOperation
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_album_fusion_utils.cpp694 int32_t err = PhotoFileOperation().CopyPhoto(resultSet, targetPath); in CopyLocalFile()