Home
last modified time | relevance | path

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

/foundation/graphic/standard/frameworks/wm/src/
Dwl_buffer_cache.cpp56 CleanCache(); in GetWlBuffer()
115 void WlBufferCache::CleanCache() in CleanCache() function in OHOS::WlBufferCache
Dsubwindow_normal_impl.cpp162 SingletonContainer::Get<WlBufferCache>()->CleanCache(); in Destroy()
Dwindow_impl.cpp387 SingletonContainer::Get<WlBufferCache>()->CleanCache(); in Destroy()
/foundation/graphic/standard/frameworks/surface/src/
Dproducer_surface.cpp35 CleanCache(); in ~ProducerSurface()
257 GSError ProducerSurface::CleanCache() in CleanCache() function in OHOS::ProducerSurface
268 return producer_->CleanCache(); in CleanCache()
Dconsumer_surface.cpp190 GSError ConsumerSurface::CleanCache() in CleanCache() function in OHOS::ConsumerSurface
192 return producer_->CleanCache(); in CleanCache()
Dbuffer_queue_producer.cpp193 reply.WriteInt32(CleanCache()); in CleanCacheRemote()
334 GSError BufferQueueProducer::CleanCache() in CleanCache() function in OHOS::BufferQueueProducer
339 return bufferQueue_->CleanCache(); in CleanCache()
Dbuffer_client_producer.cpp209 GSError BufferClientProducer::CleanCache() in CleanCache() function in OHOS::BufferClientProducer
Dbuffer_queue.cpp779 GSError BufferQueue::CleanCache() in CleanCache() function in OHOS::BufferQueue
/foundation/graphic/standard/frameworks/wm/include/
Dwl_buffer_cache.h47 MOCKABLE void CleanCache();
/foundation/graphic/standard/frameworks/surface/include/
Dbuffer_client_producer.h53 GSError CleanCache() override;
Dconsumer_surface.h75 GSError CleanCache() override;
Dproducer_surface.h77 GSError CleanCache() override;
Dbuffer_queue_producer.h63 GSError CleanCache() override;
Dbuffer_queue.h95 GSError CleanCache();
/foundation/graphic/standard/interfaces/innerkits/surface/
Dibuffer_producer.h58 virtual GSError CleanCache() = 0;
Dsurface.h78 virtual GSError CleanCache() = 0;
/foundation/multimedia/media_standard/services/engine/gstreamer/plugins/sink/common/
Dgst_surface_pool_no_stride.cpp347 spool->surface->CleanCache(); in gst_surface_pool_stop()
Dgst_surface_pool.cpp348 spool->surface->CleanCache(); in gst_surface_pool_stop()
/foundation/graphic/standard/frameworks/wm/src/client/
Dwindow_manager_controller_client.cpp538 info.surf->CleanCache(); in ProcessWindowInfo()