/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()
|
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/ |
H A D | bufferqueueproducer_fuzzer.cpp | 109 bool cleanAll = GetData<bool>(); in BufferQueueProducerFuzzTest1() local 110 bqp->CleanCache(cleanAll); in BufferQueueProducerFuzzTest1()
|
/foundation/graphic/graphic_surface/surface/include/ |
H A D | producer_surface.h | 132 GSError CleanCache(bool cleanAll = false) override; 238 GSError CleanCacheLocked(bool cleanAll);
|
H A D | buffer_client_producer.h | 77 GSError CleanCache(bool cleanAll) override;
|
H A D | buffer_queue.h | 132 GSError CleanCache(bool cleanAll);
|
H A D | buffer_queue_producer.h | 76 GSError CleanCache(bool cleanAll) override;
|
H A D | consumer_surface.h | 138 SURFACE_HIDDEN GSError CleanCache(bool cleanAll = false) override
|
/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/ |
H A D | surface_fuzzer.cpp | 176 bool cleanAll = GetData<bool>(); in SurfaceFuzzTest1() local 177 pSurface->CleanCache(cleanAll); in SurfaceFuzzTest1()
|
/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 | surface.h | 89 virtual GSError CleanCache(bool cleanAll = false) = 0;
|
H A D | iconsumer_surface.h | 91 virtual GSError CleanCache(bool cleanAll = false) = 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);
|
/foundation/graphic/graphic_surface/surface/src/ |
H A D | producer_surface.cpp | 738 GSError ProducerSurface::CleanCacheLocked(bool cleanAll) 742 return producer_->CleanCache(cleanAll); 745 GSError ProducerSurface::CleanCache(bool cleanAll) 755 return producer_->CleanCache(cleanAll);
|
H A D | buffer_client_producer.cpp | 540 GSError BufferClientProducer::CleanCache(bool cleanAll) in CleanCache() argument 544 if (!arguments.WriteBool(cleanAll)) { in CleanCache()
|
H A D | buffer_queue_producer.cpp | 538 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 D | buffer_queue.cpp | 1509 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 D | bg_continuous_task_mgr.h | 103 void DumpCancelTask(const std::vector<std::string> &dumpOption, bool cleanAll);
|
/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/ |
H A D | bg_efficiency_resources_mgr.cpp | 678 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 D | bg_continuous_task_mgr.cpp | 1183 void BgContinuousTaskMgr::DumpCancelTask(const std::vector<std::string> &dumpOption, bool cleanAll)
in DumpCancelTask() argument 1185 if (cleanAll) {
in DumpCancelTask()
|