Home
last modified time | relevance | path

Searched refs:GetMovingPhotoExtraDataPath (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dmoving_photo_file_utils.h50 …EXPORT static std::string GetMovingPhotoExtraDataPath(const std::string &imagePath, int32_t userId…
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp266 string extraPath = MovingPhotoFileUtils::GetMovingPhotoExtraDataPath(absImagePath); in GetExtraDataLen()
347 string extraPath = GetMovingPhotoExtraDataPath(movingPhotoImagepath, userId); in ConvertToLivePhoto()
402 string extraDataPath = GetMovingPhotoExtraDataPath(movingPhotoImagePath, userId); in ConvertToSourceLivePhoto()
747 string MovingPhotoFileUtils::GetMovingPhotoExtraDataPath(const string &imagePath, int32_t userId) in GetMovingPhotoExtraDataPath() function in OHOS::Media::MovingPhotoFileUtils
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dmoving_photo_file_utils_test.cpp274 EXPECT_EQ(MovingPhotoFileUtils::GetMovingPhotoExtraDataPath(imagePath), extraDataPath);
315 string extraPath = MovingPhotoFileUtils::GetMovingPhotoExtraDataPath(imagePath);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmoving_photo_processor.cpp249 string extraDataPath = MovingPhotoFileUtils::GetMovingPhotoExtraDataPath(imagePath); in GetUpdatedMovingPhotoData()
425 string movingPhotoExtraDataPath = MovingPhotoFileUtils::GetMovingPhotoExtraDataPath(path); in MoveMovingPhoto()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmedia_scanner.cpp422 MovingPhotoFileUtils::GetMovingPhotoExtraDataPath(path)) == E_OK) { in ParseLivePhoto()
451 string extraDataPath = MovingPhotoFileUtils::GetMovingPhotoExtraDataPath(imagePath); in GetMovingPhotoFileInfo()
H A Dmetadata_extractor.cpp509 …string extraPath = MovingPhotoFileUtils::GetMovingPhotoExtraDataPath(data->GetMovingPhotoImagePath… in ParseLivePhotoCoverPosition()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbase_restore.cpp479 …PrefixType::CLOUD, PrefixType::LOCAL, MovingPhotoFileUtils::GetMovingPhotoExtraDataPath(fileInfo.c… in MoveExtraData()