Searched refs:cacheFilePath (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/ |
H A D | memory_handler.cpp | 24 const size_t size, const std::string& cacheFilePath, bool isUni) in ConfigureContext() argument 28 cache.SetFilePath(cacheFilePath); in ConfigureContext()
|
H A D | memory_handler.h | 28 const std::string& cacheFilePath = mUniRenderCacheDir, bool isUni = true);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsuisurface_fuzzer/ |
H A D | rsuisurface_fuzzer.cpp | 96 std::string cacheFilePath = GetStringFromData(STR_LEN); in RSUIDirectorFuzzTest() local 107 uiDirector->SetCacheDir(cacheFilePath); in RSUIDirectorFuzzTest()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_file_cache.cpp | 66 void ImageFileCache::SetImageCacheFilePath(const std::string& cacheFilePath) in SetImageCacheFilePath() argument 70 cacheFilePath_ = cacheFilePath; in SetImageCacheFilePath() 371 std::string cacheFilePath = GetImageCacheFilePath(); in SetCacheFileInfo() local 372 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(cacheFilePath.c_str()), closedir); in SetCacheFileInfo() 382 std::string filePath = cacheFilePath + SLASH + std::string(filePtr->d_name); in SetCacheFileInfo()
|
H A D | image_loader.cpp | 165 std::string cacheFilePath = ImageFileCache::GetInstance().GetImageCacheFilePath(uri); in LoadDataFromCachedFile() local 166 if (cacheFilePath.length() > PATH_MAX) { in LoadDataFromCachedFile() 168 …gTag::ACE_IMAGE, "cache file path is too long, cacheFilePath: %{private}s", cacheFilePath.c_str()); in LoadDataFromCachedFile() 171 cacheFilePath = ImageFileCache::GetInstance().GetCacheFilePath(uri); in LoadDataFromCachedFile() 172 if (cacheFilePath == "") { in LoadDataFromCachedFile() 176 if (realpath(cacheFilePath.c_str(), realPath) == nullptr) { in LoadDataFromCachedFile() 178 cacheFilePath.c_str(), strerror(errno)); in LoadDataFromCachedFile()
|
H A D | image_file_cache.h | 48 void SetImageCacheFilePath(const std::string& cacheFilePath);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsuidirector_fuzzer/ |
H A D | rsuidirector_fuzzer.cpp | 322 std::string cacheFilePath = "test"; in DoSetTimeStamp() local 323 director->SetTimeStamp(timeStamp, cacheFilePath); in DoSetTimeStamp() 340 std::string cacheFilePath = "test"; in DoSetCacheDir() local 341 director->SetCacheDir(cacheFilePath); in DoSetCacheDir()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/standard_system/ |
H A D | camera.cpp | 288 std::string cacheFilePath = ImageFileCache::GetInstance().GetImageCacheFilePath(); in PreparePhoto() local 289 if (cacheFilePath.empty()) { in PreparePhoto() 290 cacheFilePath = DEFAULT_CATCH_PATH; in PreparePhoto() 292 cacheFilePath_ = cacheFilePath; in PreparePhoto()
|
H A D | camera.h | 88 void SetCatchFilePath(std::string cacheFilePath);
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/ |
H A D | dentry_meta_file_clouddisk_test.cpp | 303 string cacheFilePath = mFile.GetDentryFilePath(); variable 304 EXPECT_EQ((cacheFilePath != ""), true);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_ui_director.h | 59 void SetCacheDir(const std::string& cacheFilePath);
|
H A D | rs_ui_director.cpp | 289 void RSUIDirector::SetCacheDir(const std::string& cacheFilePath) in SetCacheDir() argument 291 cacheDir_ = cacheFilePath; in SetCacheDir()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_ui_director_test.cpp | 364 const std::string& cacheFilePath = "1"; variable 365 director->SetCacheDir(cacheFilePath);
|