/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_window_adapter_impl.cpp | 44 void ArkWindowAdapterImpl::NativeWindowSurfaceCleanCacheWithPara(void* window, bool cleanAll) in NativeWindowSurfaceCleanCacheWithPara() argument 46 return real_.NativeWindowSurfaceCleanCacheWithPara(window, cleanAll); in NativeWindowSurfaceCleanCacheWithPara()
|
H A D | ark_window_adapter_impl.h | 37 void NativeWindowSurfaceCleanCacheWithPara(void* window, bool cleanAll) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_window_adapter_wrapper.cpp | 54 …ndowAdapterWrapper::NativeWindowSurfaceCleanCacheWithPara(ArkWebNativeWindow window, bool cleanAll) in NativeWindowSurfaceCleanCacheWithPara() argument 59 ctocpp_->NativeWindowSurfaceCleanCacheWithPara(window, cleanAll); in NativeWindowSurfaceCleanCacheWithPara()
|
H A D | ark_window_adapter_wrapper.h | 39 void NativeWindowSurfaceCleanCacheWithPara(ArkWebNativeWindow window, bool cleanAll) override;
|
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/ |
H A D | window_adapter_impl.cpp | 60 …id WindowAdapterImpl::NativeWindowSurfaceCleanCacheWithPara(NWebNativeWindow window, bool cleanAll) in NativeWindowSurfaceCleanCacheWithPara() argument 72 nativeWindow->surface->CleanCache(cleanAll); in NativeWindowSurfaceCleanCacheWithPara()
|
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/include/ |
H A D | window_adapter_impl.h | 36 void NativeWindowSurfaceCleanCacheWithPara(NWebNativeWindow window, bool cleanAll) override;
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/ |
H A D | bufferqueue_fuzzer.cpp | 166 bool cleanAll = GetData<bool>(); in DoSomethingInterestingWithMyAPI() local 167 bufferqueue->CleanCache(cleanAll); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/ |
H A D | bufferqueueproducer_fuzzer.cpp | 110 bool cleanAll = GetData<bool>(); in BufferQueueProducerFuzzTest1() local 111 bqp->CleanCache(cleanAll); in BufferQueueProducerFuzzTest1()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/include/ |
H A D | producer_surface.h | 108 GSError CleanCache(bool cleanAll = false) override; 174 GSError CleanCacheLocked(bool cleanAll);
|
H A D | buffer_client_producer.h | 77 GSError CleanCache(bool cleanAll) override;
|
H A D | consumer_surface.h | 106 GSError CleanCache(bool cleanAll = false) override;
|
H A D | buffer_queue.h | 132 GSError CleanCache(bool cleanAll);
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/ |
H A D | surface_fuzzer.cpp | 172 bool cleanAll = GetData<bool>(); in SurfaceFuzzTest1() local 173 pSurface->CleanCache(cleanAll); in SurfaceFuzzTest1()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_graphic_adapter.h | 160 virtual void NativeWindowSurfaceCleanCacheWithPara(void* window, bool cleanAll) = 0;
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | producer_surface.cpp | 773 GSError ProducerSurface::CleanCacheLocked(bool cleanAll) in CleanCacheLocked() argument 777 return producer_->CleanCache(cleanAll); in CleanCacheLocked() 780 GSError ProducerSurface::CleanCache(bool cleanAll) in CleanCache() argument 790 return producer_->CleanCache(cleanAll); in CleanCache()
|
H A D | buffer_queue_producer.cpp | 475 bool cleanAll = arguments.ReadBool(); in CleanCacheRemote() local 476 reply.WriteInt32(CleanCache(cleanAll)); in CleanCacheRemote() 1043 GSError BufferQueueProducer::CleanCache(bool cleanAll) in CleanCache() argument 1057 return bufferQueue_->CleanCache(cleanAll); in CleanCache()
|
H A D | consumer_surface.cpp | 456 GSError ConsumerSurface::CleanCache(bool cleanAll) in CleanCache() argument 458 (void)cleanAll; in CleanCache()
|
H A D | buffer_client_producer.cpp | 474 GSError BufferClientProducer::CleanCache(bool cleanAll) in CleanCache() argument 478 arguments.WriteBool(cleanAll); in CleanCache()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/include/ |
H A D | bg_efficiency_resources_mgr.h | 77 … void DumpResetResource(const std::vector<std::string> &dumpOption, bool cleanApp, bool cleanAll);
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | graphic_adapter.h | 229 virtual void NativeWindowSurfaceCleanCacheWithPara(NWebNativeWindow window, bool cleanAll) = 0;
|
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | ibuffer_producer.h | 82 virtual GSError CleanCache(bool cleanAll = false) = 0;
|
H A D | iconsumer_surface.h | 91 virtual GSError CleanCache(bool cleanAll = false) = 0;
|
H A D | surface.h | 89 virtual GSError CleanCache(bool cleanAll = false) = 0;
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/ |
H A D | bg_continuous_task_mgr.h | 103 void DumpCancelTask(const std::vector<std::string> &dumpOption, bool cleanAll);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/ |
H A D | bg_efficiency_resources_mgr.cpp | 694 bool cleanApp, bool cleanAll) in DumpResetResource() argument 700 if (cleanAll) { in DumpResetResource()
|