Home
last modified time | relevance | path

Searched defs:extraDataPath (Results 1 – 10 of 10) sorted by relevance

/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
Dmoving_photo_file_utils_test.cpp133 string extraDataPath = dirPath + "/" + "extraData"; variable
148 string extraDataPath = dirPath + "/" + "extraData"; variable
294 string extraDataPath = "/storage/cloud/files/.editData/Photo/1/IMG_123435213_231.jpg/extraData"; variable
308 … string extraDataPath = "/storage/cloud/files/.cache/Photo/1/IMG_123435213_231.jpg/livePhoto.jpg"; variable
548 string extraDataPath = dirPath + "/" + "extraData"; variable
629 …string extraDataPath = "/storage/cloud/1/files/.cache/Photo/1/IMG_123435213_231.jpg/sourceLivePhot… variable
660 string extraDataPath = dirPath + "/" + "extraData"; variable
/foundation/multimedia/media_library/frameworks/utils/src/
Dcover_position_parser.cpp94 string extraDataPath = MovingPhotoFileUtils::GetMovingPhotoExtraDataPath(path); in UpdateCoverPosition() local
/foundation/multimedia/media_library/services/media_cloud_sync_service/src/service/
Dcloud_media_download_service.cpp318 const std::string &videoPath, const std::string &extraDataPath) in SliceAssetFile()
371 …std::string extraDataPath = isGraffiti ? "" : CloudMediaSyncUtils::GetMovingPhotoExtraDataPath(ass… in SliceAsset() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
Dmoving_photo_file_utils.cpp425 string extraDataPath = GetMovingPhotoExtraDataPath(movingPhotoImagePath, userId); in ConvertToSourceLivePhoto() local
656 const string &movingPhotoVideoPath, const string &extraDataPath) in ConvertToMovingPhoto()
738 const string &movingPhotoVideoPath, const string &extraDataPath) in ConvertToMovingPhoto()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
Dmoving_photo_processor.cpp302 string extraDataPath = MovingPhotoFileUtils::GetMovingPhotoExtraDataPath(imagePath); in GetUpdatedMovingPhotoData() local
Dmedialibrary_photo_operations.cpp526 … string extraDataPath = MovingPhotoFileUtils::GetMovingPhotoExtraDataPath(fileAsset->GetPath()); in ProcessMovingPhotoOprnKey() local
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
Dmedia_scanner.cpp475 string extraDataPath = MovingPhotoFileUtils::GetMovingPhotoExtraDataPath(imagePath); in GetMovingPhotoFileInfo() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/
Dphoto_custom_restore_operation.cpp920 string extraDataPath = MovingPhotoFileUtils::GetMovingPhotoExtraDataPath(filePath); in MoveLivePhoto() local
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
Dbackup_file_utils.cpp861 string extraDataPath = MovingPhotoFileUtils::GetMovingPhotoExtraDataPath(path); in IsMovingPhotoExist() local
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
Dbackup_const.h375 std::string extraDataPath; member