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 D | moving_photo_file_utils_test.cpp | 369 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 D | moving_photo_file_utils.h | 51 …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 D | moving_photo_file_utils.cpp | 397 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 D | mtp_data_utils.cpp | 926 sourcePath = MovingPhotoFileUtils::GetSourceMovingPhotoImagePath(path); in GetMovingOrEnditSourcePath()
|