Home
last modified time | relevance | path

Searched refs:CopyPhotoRelatedExtraData (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.h54 …int32_t CopyPhotoRelatedExtraData(const PhotoAssetInfo &sourcePhotoInfo, const PhotoAssetInfo &tar…
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/
H A Dphoto_file_operation.cpp158 return this->CopyPhotoRelatedExtraData(sourcePhotoInfo, targetPhotoInfo); in CopyPhoto()
440 int32_t PhotoFileOperation::CopyPhotoRelatedExtraData(const PhotoFileOperation::PhotoAssetInfo &sou… in CopyPhotoRelatedExtraData() function in OHOS::Media::PhotoFileOperation