Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dmoving_photo_file_utils.h54 …EXPORT static std::string GetLivePhotoCachePath(const std::string &imagePath, int32_t userId = -1);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp350 string cachePath = GetLivePhotoCachePath(movingPhotoImagepath, userId); in ConvertToLivePhoto()
774 string MovingPhotoFileUtils::GetLivePhotoCachePath(const string &imagePath, int32_t userId) in GetLivePhotoCachePath() 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.cpp288 EXPECT_EQ(MovingPhotoFileUtils::GetLivePhotoCachePath(imagePath), extraDataPath);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_asset_operations.cpp2143 string livePhotoCachePath = MovingPhotoFileUtils::GetLivePhotoCachePath(path); in OnScanFinished()