Home
last modified time | relevance | path

Searched refs:GetSourceMovingPhotoImagePath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dmoving_photo_file_utils_test.cpp369 EXPECT_EQ(MovingPhotoFileUtils::GetSourceMovingPhotoImagePath(movingPhotoImagepath),
371 EXPECT_EQ(MovingPhotoFileUtils::GetSourceMovingPhotoImagePath(movingPhotoImagepath, -1),
373 EXPECT_EQ(MovingPhotoFileUtils::GetSourceMovingPhotoImagePath(movingPhotoImagepath, 100),
375 EXPECT_EQ(MovingPhotoFileUtils::GetSourceMovingPhotoImagePath(movingPhotoImagepath, 102),
377 …EXPECT_EQ(MovingPhotoFileUtils::GetSourceMovingPhotoImagePath("/storage/cloud/data/invalid.jpg"), …
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dmoving_photo_file_utils.h51 …EXPORT static std::string GetSourceMovingPhotoImagePath(const std::string &imagePath, int32_t user…
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp397 string sourceImagePath = GetSourceMovingPhotoImagePath(movingPhotoImagePath, userId); in ConvertToSourceLivePhoto()
756 string MovingPhotoFileUtils::GetSourceMovingPhotoImagePath(const string& imagePath, int32_t userId) in GetSourceMovingPhotoImagePath() function in OHOS::Media::MovingPhotoFileUtils
763 return GetMovingPhotoVideoPath(GetSourceMovingPhotoImagePath(imagePath, userId)); in GetSourceMovingPhotoVideoPath()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_data_utils.cpp926 sourcePath = MovingPhotoFileUtils::GetSourceMovingPhotoImagePath(path); in GetMovingOrEnditSourcePath()