Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_asset_operations.h173 static std::string GetAssetCacheDir();
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_photo_operations.cpp141 string cacheDir = GetAssetCacheDir(); in DeleteCache()
1522 string cacheDir = GetAssetCacheDir(); in OpenCache()
2297 string cacheVideoPath = GetAssetCacheDir() + "/" + cacheMovingPhotoVideoName; in MoveCacheFile()
2875 string cacheDir = GetAssetCacheDir(); in GetMovingPhotoCachePath()
2974 string cacheDir = GetAssetCacheDir(); in SubmitCache()
H A Dmedialibrary_asset_operations.cpp1479 string MediaLibraryAssetOperations::GetAssetCacheDir() in GetAssetCacheDir() function in OHOS::Media::MediaLibraryAssetOperations