/foundation/graphic/standard/frameworks/wm/src/ |
D | wl_buffer_cache.cpp | 56 CleanCache(); in GetWlBuffer() 115 void WlBufferCache::CleanCache() in CleanCache() function in OHOS::WlBufferCache
|
D | subwindow_normal_impl.cpp | 162 SingletonContainer::Get<WlBufferCache>()->CleanCache(); in Destroy()
|
D | window_impl.cpp | 387 SingletonContainer::Get<WlBufferCache>()->CleanCache(); in Destroy()
|
/foundation/graphic/standard/frameworks/surface/src/ |
D | producer_surface.cpp | 35 CleanCache(); in ~ProducerSurface() 257 GSError ProducerSurface::CleanCache() in CleanCache() function in OHOS::ProducerSurface 268 return producer_->CleanCache(); in CleanCache()
|
D | consumer_surface.cpp | 190 GSError ConsumerSurface::CleanCache() in CleanCache() function in OHOS::ConsumerSurface 192 return producer_->CleanCache(); in CleanCache()
|
D | buffer_queue_producer.cpp | 193 reply.WriteInt32(CleanCache()); in CleanCacheRemote() 334 GSError BufferQueueProducer::CleanCache() in CleanCache() function in OHOS::BufferQueueProducer 339 return bufferQueue_->CleanCache(); in CleanCache()
|
D | buffer_client_producer.cpp | 209 GSError BufferClientProducer::CleanCache() in CleanCache() function in OHOS::BufferClientProducer
|
D | buffer_queue.cpp | 779 GSError BufferQueue::CleanCache() in CleanCache() function in OHOS::BufferQueue
|
/foundation/graphic/standard/frameworks/wm/include/ |
D | wl_buffer_cache.h | 47 MOCKABLE void CleanCache();
|
/foundation/graphic/standard/frameworks/surface/include/ |
D | buffer_client_producer.h | 53 GSError CleanCache() override;
|
D | consumer_surface.h | 75 GSError CleanCache() override;
|
D | producer_surface.h | 77 GSError CleanCache() override;
|
D | buffer_queue_producer.h | 63 GSError CleanCache() override;
|
D | buffer_queue.h | 95 GSError CleanCache();
|
/foundation/graphic/standard/interfaces/innerkits/surface/ |
D | ibuffer_producer.h | 58 virtual GSError CleanCache() = 0;
|
D | surface.h | 78 virtual GSError CleanCache() = 0;
|
/foundation/multimedia/media_standard/services/engine/gstreamer/plugins/sink/common/ |
D | gst_surface_pool_no_stride.cpp | 347 spool->surface->CleanCache(); in gst_surface_pool_stop()
|
D | gst_surface_pool.cpp | 348 spool->surface->CleanCache(); in gst_surface_pool_stop()
|
/foundation/graphic/standard/frameworks/wm/src/client/ |
D | window_manager_controller_client.cpp | 538 info.surf->CleanCache(); in ProcessWindowInfo()
|