Home
last modified time | relevance | path

Searched refs:CleanCache (Results 1 - 25 of 44) sorted by relevance

12

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aging/
H A Daging_handler.h48 bool CleanCache(const AgingBundleInfo &agingBundle) const;
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_rcd_render_listener.cpp48 node->CleanCache(); in OnGoBackground()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/recentlyunusedagingmgr_fuzzer/
H A Drecentlyunusedagingmgr_fuzzer.cpp40 bundleAgingMgr.CleanCache(agingBundle); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Drecently_unused_bundle_aging_handler.cpp119 return CleanCache(agingBundleInfo); in AgingClean()
125 bool RecentlyUnuseBundleAgingHandler::CleanCache(const AgingBundleInfo &agingBundle) const in CleanCache() function in OHOS::AppExecFwk::RecentlyUnuseBundleAgingHandler
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_listener.cpp112 surfaceHandler->CleanCache(); in OnGoBackground()
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Dcloud_sync_manager.h114 virtual int32_t CleanCache(const std::string &uri) = 0;
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/
H A Ddata_sync_manager.cpp130 int32_t DataSyncManager::CleanCache(const std::string &bundleName, const int32_t userId, const std::string &uri) in CleanCache() function in OHOS::FileManagement::CloudFile::DataSyncManager
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Ddata_sync_manager.h65 virtual int32_t CleanCache(const std::string &bundleName, const int32_t userId, const std::string &uri);
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_dma_buffer_surface_render_node_drawable.cpp207 surfaceHandlerUiFirst_->CleanCache(); in ClearBufferQueue()
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_sync_manager_impl.h56 int32_t CleanCache(const std::string &uri) override;
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_test.cpp557 bq->CleanCache(false); in HWTEST_F()
659 * Function: CleanCache
663 * CaseDescription: 1. call CleanCache and check ret
667 GSError ret = bq->CleanCache(false); in HWTEST_F()
696 bq->CleanCache(false); in HWTEST_F()
718 bq->CleanCache(false); in HWTEST_F()
/foundation/graphic/graphic_surface/surface/src/
H A Dproducer_surface.cpp295 CleanCache();
323 CleanCache();
742 return producer_->CleanCache(cleanAll);
745 GSError ProducerSurface::CleanCache(bool cleanAll)
750 BLOGD("CleanCache, uniqueId: %{public}" PRIu64 ".", queueId_);
755 return producer_->CleanCache(cleanAll);
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.cpp594 GSError err = currSurface_.surface_->CleanCache(); in OnClearBufferPool()
646 currSurface_.surface_->CleanCache(); in AllocOutDynamicSurfaceBuf()
679 currSurface_.surface_->CleanCache(); in AllocateOutputBuffersFromSurface()
1121 newSurface->CleanCache(); // make sure new surface is empty in SwitchBetweenSurface()
1167 oldSurface.surface_->CleanCache(true); // make sure old surface is empty and go black in SwitchBetweenSurface()
/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_client_producer.h77 GSError CleanCache(bool cleanAll) override;
/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/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_handler.h241 void CleanCache() in CleanCache() function in OHOS::Rosen::RSSurfaceHandler
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_handler_test.cpp186 rSSurfaceHandlerPtr_->CleanCache(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_surface.cpp484 producerSurface_->CleanCache(); in DrawBuffer()
500 consumerSurface_->CleanCache(); in DrawBuffer()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/
H A Dbufferqueue_fuzzer.cpp167 bufferqueue->CleanCache(cleanAll); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/
H A Dbufferqueueproducer_fuzzer.cpp110 bqp->CleanCache(cleanAll); in BufferQueueProducerFuzzTest1()
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/video_surface_sink/
H A Dsurface_sink_plugin.cpp197 surface_->CleanCache(); in Stop()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_manager_impl_test.cpp534 * @tc.desc: Verify the CleanCache function.
543 auto res = CloudSyncManagerImpl::GetInstance().CleanCache(uri); in HWTEST_F()
/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncmanager_fuzzer/
H A Dcloudsyncmanager_fuzzer.cpp189 CloudSyncManager::GetInstance().CleanCache(uri); in CleanCacheFuzzTest()

Completed in 15 milliseconds

12