Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_photo_operations.h122 std::string &imageCachePath, std::string &videoCachePath);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_photo_operations.cpp2865 const shared_ptr<FileAsset>& fileAsset, string& imageCachePath, string& videoCachePath) in GetMovingPhotoCachePath() argument
2898 imageCachePath = cacheDir + "/" + imageCacheName; in GetMovingPhotoCachePath()
2900 CHECK_AND_RETURN_RET_LOG(MediaFileUtils::IsFileExists(imageCachePath), E_NO_SUCH_FILE, in GetMovingPhotoCachePath()
2901 "imageCachePath: %{private}s does not exist!", imageCachePath.c_str()); in GetMovingPhotoCachePath()
2925 string imageCachePath; in SubmitEffectModeExecute() local
2927 errCode = GetMovingPhotoCachePath(cmd, fileAsset, imageCachePath, videoCachePath); in SubmitEffectModeExecute()
2954 …CHECK_AND_RETURN_RET_LOG(Move(imageCachePath, assetPath) == E_OK, E_HAS_FS_ERROR, "Failed to move … in SubmitEffectModeExecute()