Home
last modified time | relevance | path

Searched refs:CleanCache (Results 1 – 25 of 49) sorted by relevance

12

/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dwindow_adapter_impl.cpp57 reinterpret_cast<OHNativeWindow*>(window)->surface->CleanCache(); in NativeWindowSurfaceCleanCache()
72 nativeWindow->surface->CleanCache(cleanAll); in NativeWindowSurfaceCleanCacheWithPara()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_rcd_render_listener.cpp48 node->CleanCache(); in OnGoBackground()
H A Drs_rcd_render_visitor.cpp116 rsSurface->GetSurface()->CleanCache(true); in ProcessRcdSurfaceRenderNode()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Drecently_unused_bundle_aging_handler.cpp119 return CleanCache(agingBundleInfo); in AgingClean()
125 bool RecentlyUnuseBundleAgingHandler::CleanCache(const AgingBundleInfo &agingBundle) const in CleanCache() function in OHOS::AppExecFwk::RecentlyUnuseBundleAgingHandler
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aging/
H A Daging_handler.h48 bool CleanCache(const AgingBundleInfo &agingBundle) const;
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dproducer_surface.cpp286 CleanCache(); in FlushBuffer()
315 CleanCache(); in FlushBuffers()
777 return producer_->CleanCache(cleanAll); in CleanCacheLocked()
780 GSError ProducerSurface::CleanCache(bool cleanAll) in CleanCache() function in OHOS::ProducerSurface
790 return producer_->CleanCache(cleanAll); in CleanCache()
1155 CleanCache(); in AttachAndFlushBuffer()
H A Dbuffer_queue_producer.cpp476 reply.WriteInt32(CleanCache(cleanAll)); in CleanCacheRemote()
1043 GSError BufferQueueProducer::CleanCache(bool cleanAll) in CleanCache() function in OHOS::BufferQueueProducer
1057 return bufferQueue_->CleanCache(cleanAll); in CleanCache()
1246 return bufferQueue_->CleanCache(false); in Disconnect()
1352 bufferQueue_->CleanCache(false); in OnBufferProducerRemoteDied()
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Dcloud_sync_manager.h116 virtual int32_t CleanCache(const std::string &uri) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_listener.cpp115 surfaceHandler->CleanCache(); in OnGoBackground()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_test.cpp611 bq->CleanCache(false);
721 GSError ret = bq->CleanCache(false);
750 bq->CleanCache(false);
772 bq->CleanCache(false);
H A Dproducer_surface_test.cpp1471 GSError ret = pSurface->CleanCache();
1508 GSError ret = pSurface->CleanCache();
1523 GSError ret = pSurface->CleanCache(true);
1536 GSError ret = surface_->CleanCache(true);
1773 EXPECT_EQ(pSurface->CleanCache(), OHOS::GSERROR_OK);
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.cpp645 GSError err = currSurface_.surface_->CleanCache(); in OnClearBufferPool()
694 currSurface_.surface_->CleanCache(); in AllocOutDynamicSurfaceBuf()
725 currSurface_.surface_->CleanCache(); in AllocateOutputBuffersFromSurface()
1052 newSurface->CleanCache(); // make sure new surface is empty in SwitchBetweenSurface()
1087 oldSurface.surface_->CleanCache(true); // make sure old surface is empty and go black in SwitchBetweenSurface()
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/
H A Ddata_sync_manager.cpp136 int32_t DataSyncManager::CleanCache(const std::string &bundleName, const int32_t userId, const std:… in CleanCache() function in OHOS::FileManagement::CloudFile::DataSyncManager
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Ddata_sync_manager.h69 …virtual int32_t CleanCache(const std::string &bundleName, const int32_t userId, const std::string …
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_sync_manager_impl.h58 int32_t CleanCache(const std::string &uri) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_dma_buffer_surface_render_node_drawable.cpp207 surfaceHandlerUiFirst_->CleanCache(); in ClearBufferQueue()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_handler_test.cpp186 rSSurfaceHandlerPtr_->CleanCache();
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dibuffer_producer.h82 virtual GSError CleanCache(bool cleanAll = false) = 0;
H A Diconsumer_surface.h91 virtual GSError CleanCache(bool cleanAll = false) = 0;
H A Dsurface.h89 virtual GSError CleanCache(bool cleanAll = false) = 0;
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_client_producer.h77 GSError CleanCache(bool cleanAll) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_handler.h242 void CleanCache() in CleanCache() function
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/
H A Dbufferqueue_fuzzer.cpp167 bufferqueue->CleanCache(cleanAll); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/
H A Dbufferqueueproducer_fuzzer.cpp111 bqp->CleanCache(cleanAll); in BufferQueueProducerFuzzTest1()
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncmanager_fuzzer/
H A Dcloudsyncmanager_fuzzer.cpp189 CloudSyncManager::GetInstance().CleanCache(uri); in CleanCacheFuzzTest()

12