Home
last modified time | relevance | path

Searched refs:GetLivePhotoCacheDir (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp346 string cacheDir = GetLivePhotoCacheDir(movingPhotoImagepath, userId); in ConvertToLivePhoto()
403 string cacheDir = GetLivePhotoCacheDir(movingPhotoImagePath, userId); in ConvertToSourceLivePhoto()
766 string MovingPhotoFileUtils::GetLivePhotoCacheDir(const string &imagePath, int32_t userId) in GetLivePhotoCacheDir() function in OHOS::Media::MovingPhotoFileUtils
776 string parentPath = GetLivePhotoCacheDir(imagePath, userId); in GetLivePhotoCachePath()
785 string parentPath = GetLivePhotoCacheDir(imagePath, userId); in GetSourceLivePhotoCachePath()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dmoving_photo_file_utils.h53 … EXPORT static std::string GetLivePhotoCacheDir(const std::string &imagePath, int32_t userId = -1);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dmoving_photo_file_utils_test.cpp281 EXPECT_EQ(MovingPhotoFileUtils::GetLivePhotoCacheDir(imagePath), extraDataDir);
339 string livePhotDir = MovingPhotoFileUtils::GetLivePhotoCacheDir(dirPath);