Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/operation/
H A Dphoto_file_operation.h53 …int32_t CopyPhotoRelatedVideoFile(const PhotoAssetInfo &sourcePhotoInfo, const PhotoAssetInfo &tar…
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/
H A Dphoto_file_operation.cpp154 opRet = this->CopyPhotoRelatedVideoFile(sourcePhotoInfo, targetPhotoInfo); in CopyPhoto()
383 int32_t PhotoFileOperation::CopyPhotoRelatedVideoFile(const PhotoFileOperation::PhotoAssetInfo &sou… in CopyPhotoRelatedVideoFile() function in OHOS::Media::PhotoFileOperation