Searched refs:GetImageCacheFilePath (Results 1 – 6 of 6) sorted by relevance
49 std::string GetImageCacheFilePath();50 std::string GetImageCacheFilePath(const std::string& url);
74 std::string ImageFileCache::GetImageCacheFilePath() in GetImageCacheFilePath() function in OHOS::Ace::ImageFileCache80 std::string ImageFileCache::GetImageCacheFilePath(const std::string& url) in GetImageCacheFilePath() function in OHOS::Ace::ImageFileCache371 std::string cacheFilePath = GetImageCacheFilePath(); in SetCacheFileInfo()
559 recordsPath_ = ImageFileCache::GetInstance().GetImageCacheFilePath("record") + ".txt";
165 std::string cacheFilePath = ImageFileCache::GetInstance().GetImageCacheFilePath(uri); in LoadDataFromCachedFile()
251 ASSERT_EQ(iter->filePath, ImageFileCache::GetInstance().GetImageCacheFilePath(url));
288 std::string cacheFilePath = ImageFileCache::GetInstance().GetImageCacheFilePath(); in PreparePhoto()