Home
last modified time | relevance | path

Searched refs:FindVideoFilePath (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.h43 std::string FindVideoFilePath(const PhotoAssetInfo &photoInfo);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/
H A Dphoto_file_operation.cpp56 sourcePhotoInfo.videoFilePath = this->FindVideoFilePath(sourcePhotoInfo); in CopyPhoto()
178 std::string PhotoFileOperation::FindVideoFilePath(const PhotoFileOperation::PhotoAssetInfo &photoIn… in FindVideoFilePath() function in OHOS::Media::PhotoFileOperation