Home
last modified time | relevance | path

Searched refs:cleanAll (Results 1 - 19 of 19) sorted by relevance

/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()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/
H A Dbufferqueueproducer_fuzzer.cpp109 bool cleanAll = GetData<bool>(); in BufferQueueProducerFuzzTest1() local
110 bqp->CleanCache(cleanAll); in BufferQueueProducerFuzzTest1()
/foundation/graphic/graphic_surface/surface/include/
H A Dproducer_surface.h132 GSError CleanCache(bool cleanAll = false) override;
238 GSError CleanCacheLocked(bool cleanAll);
H A Dbuffer_client_producer.h77 GSError CleanCache(bool cleanAll) override;
H A Dbuffer_queue.h132 GSError CleanCache(bool cleanAll);
H A Dbuffer_queue_producer.h76 GSError CleanCache(bool cleanAll) override;
H A Dconsumer_surface.h138 SURFACE_HIDDEN GSError CleanCache(bool cleanAll = false) override
/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp176 bool cleanAll = GetData<bool>(); in SurfaceFuzzTest1() local
177 pSurface->CleanCache(cleanAll); in SurfaceFuzzTest1()
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dibuffer_producer.h82 virtual GSError CleanCache(bool cleanAll = false) = 0;
H A Dsurface.h89 virtual GSError CleanCache(bool cleanAll = false) = 0;
H A Diconsumer_surface.h91 virtual GSError CleanCache(bool cleanAll = false) = 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);
/foundation/graphic/graphic_surface/surface/src/
H A Dproducer_surface.cpp738 GSError ProducerSurface::CleanCacheLocked(bool cleanAll)
742 return producer_->CleanCache(cleanAll);
745 GSError ProducerSurface::CleanCache(bool cleanAll)
755 return producer_->CleanCache(cleanAll);
H A Dbuffer_client_producer.cpp540 GSError BufferClientProducer::CleanCache(bool cleanAll) in CleanCache() argument
544 if (!arguments.WriteBool(cleanAll)) { in CleanCache()
H A Dbuffer_queue_producer.cpp538 bool cleanAll = arguments.ReadBool(); in CleanCacheRemote() local
539 if (!reply.WriteInt32(CleanCache(cleanAll))) { in CleanCacheRemote()
1115 GSError BufferQueueProducer::CleanCache(bool cleanAll) in CleanCache() argument
1129 return bufferQueue_->CleanCache(cleanAll); in CleanCache()
H A Dbuffer_queue.cpp1509 GSError BufferQueue::CleanCache(bool cleanAll) in CleanCache() argument
1511 BLOGD("CleanCache, uniqueId: %{public}" PRIu64 ". cleanAll: %{public}d.", uniqueId_, cleanAll); in CleanCache()
1519 if (cleanAll) { in CleanCache()
/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);
/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/
H A Dbg_efficiency_resources_mgr.cpp678 bool cleanApp, bool cleanAll) in DumpResetResource()
684 if (cleanAll) { in DumpResetResource()
677 DumpResetResource(const std::vector<std::string> &dumpOption, bool cleanApp, bool cleanAll) DumpResetResource() argument
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp1183 void BgContinuousTaskMgr::DumpCancelTask(const std::vector<std::string> &dumpOption, bool cleanAll) in DumpCancelTask() argument
1185 if (cleanAll) { in DumpCancelTask()

Completed in 19 milliseconds