Home
last modified time | relevance | path

Searched refs:cleanAll (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_window_adapter_impl.cpp44 void ArkWindowAdapterImpl::NativeWindowSurfaceCleanCacheWithPara(void* window, bool cleanAll) in NativeWindowSurfaceCleanCacheWithPara() argument
46 return real_.NativeWindowSurfaceCleanCacheWithPara(window, cleanAll); in NativeWindowSurfaceCleanCacheWithPara()
H A Dark_window_adapter_impl.h37 void NativeWindowSurfaceCleanCacheWithPara(void* window, bool cleanAll) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_window_adapter_wrapper.cpp54 …ndowAdapterWrapper::NativeWindowSurfaceCleanCacheWithPara(ArkWebNativeWindow window, bool cleanAll) in NativeWindowSurfaceCleanCacheWithPara() argument
59 ctocpp_->NativeWindowSurfaceCleanCacheWithPara(window, cleanAll); in NativeWindowSurfaceCleanCacheWithPara()
H A Dark_window_adapter_wrapper.h39 void NativeWindowSurfaceCleanCacheWithPara(ArkWebNativeWindow window, bool cleanAll) override;
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dwindow_adapter_impl.cpp60 …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 Dwindow_adapter_impl.h36 void NativeWindowSurfaceCleanCacheWithPara(NWebNativeWindow window, bool cleanAll) override;
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/
H A Dbufferqueue_fuzzer.cpp166 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 Dbufferqueueproducer_fuzzer.cpp110 bool cleanAll = GetData<bool>(); in BufferQueueProducerFuzzTest1() local
111 bqp->CleanCache(cleanAll); in BufferQueueProducerFuzzTest1()
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dproducer_surface.h108 GSError CleanCache(bool cleanAll = false) override;
174 GSError CleanCacheLocked(bool cleanAll);
H A Dbuffer_client_producer.h77 GSError CleanCache(bool cleanAll) override;
H A Dconsumer_surface.h106 GSError CleanCache(bool cleanAll = false) override;
H A Dbuffer_queue.h132 GSError CleanCache(bool cleanAll);
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp172 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 Dark_graphic_adapter.h160 virtual void NativeWindowSurfaceCleanCacheWithPara(void* window, bool cleanAll) = 0;
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dproducer_surface.cpp773 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 Dbuffer_queue_producer.cpp475 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 Dconsumer_surface.cpp456 GSError ConsumerSurface::CleanCache(bool cleanAll) in CleanCache() argument
458 (void)cleanAll; in CleanCache()
H A Dbuffer_client_producer.cpp474 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 Dbg_efficiency_resources_mgr.h77 … void DumpResetResource(const std::vector<std::string> &dumpOption, bool cleanApp, bool cleanAll);
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dgraphic_adapter.h229 virtual void NativeWindowSurfaceCleanCacheWithPara(NWebNativeWindow window, bool cleanAll) = 0;
/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/resourceschedule/background_task_mgr/services/continuous_task/include/
H A Dbg_continuous_task_mgr.h103 void DumpCancelTask(const std::vector<std::string> &dumpOption, bool cleanAll);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/
H A Dbg_efficiency_resources_mgr.cpp694 bool cleanApp, bool cleanAll) in DumpResetResource() argument
700 if (cleanAll) { in DumpResetResource()

12