Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_photo_operations.cpp2867 string imageCacheName; in GetMovingPhotoCachePath() local
2870 GetStringFromValuesBucket(values, CACHE_FILE_NAME, imageCacheName); in GetMovingPhotoCachePath()
2872 CHECK_AND_RETURN_RET_LOG(!imageCacheName.empty() || !videoCacheName.empty(), in GetMovingPhotoCachePath()
2886 if (imageCacheName.empty()) { in GetMovingPhotoCachePath()
2887 imageCacheName = MediaFileUtils::GetTitleFromDisplayName(videoCacheName) + "_image." + in GetMovingPhotoCachePath()
2889 … CHECK_AND_RETURN_RET_LOG(MediaFileUtils::CopyFileUtil(assetPath, cacheDir + "/" + imageCacheName), in GetMovingPhotoCachePath()
2893 videoCacheName = MediaFileUtils::GetTitleFromDisplayName(imageCacheName) + "_video.mp4"; in GetMovingPhotoCachePath()
2898 imageCachePath = cacheDir + "/" + imageCacheName; in GetMovingPhotoCachePath()