Searched refs:GetSourceLivePhotoCachePath (Results 1 – 3 of 3) 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 | 397 EXPECT_EQ(MovingPhotoFileUtils::GetSourceLivePhotoCachePath(movingPhotoImagepath), 399 EXPECT_EQ(MovingPhotoFileUtils::GetSourceLivePhotoCachePath(movingPhotoImagepath, -1), 401 EXPECT_EQ(MovingPhotoFileUtils::GetSourceLivePhotoCachePath(movingPhotoImagepath, 100), 403 EXPECT_EQ(MovingPhotoFileUtils::GetSourceLivePhotoCachePath(movingPhotoImagepath, 102), 405 …EXPECT_EQ(MovingPhotoFileUtils::GetSourceLivePhotoCachePath("/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 | 55 …EXPORT static std::string GetSourceLivePhotoCachePath(const std::string &imagePath, int32_t userId…
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | moving_photo_file_utils.cpp | 406 string sourceCachePath = GetSourceLivePhotoCachePath(movingPhotoImagePath, userId); in ConvertToSourceLivePhoto() 783 string MovingPhotoFileUtils::GetSourceLivePhotoCachePath(const string& imagePath, int32_t userId) in GetSourceLivePhotoCachePath() function in OHOS::Media::MovingPhotoFileUtils
|