Home
last modified time | relevance | path

Searched refs:Recycle (Results 1 - 25 of 27) sorted by relevance

12

/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_list.h432 friend class Recycle;
433 class Recycle : public HeapBase { class in OHOS::UIList
435 explicit Recycle(UIList* list) : adapter_(nullptr), listView_(list), hasInitialiszed_(false) {} in Recycle() function in OHOS::UIList::Recycle
436 virtual ~Recycle();
507 Recycle recycle_;
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/factories/
H A Drender_node_factory.cpp35 bool RenderNodeFactory::Recycle(RenderNode* node) in Recycle() function in OHOS::Ace::RenderNodeFactory
H A Drender_node_factory.h39 virtual bool Recycle(RenderNode*);
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_list.cpp22 UIList::Recycle::~Recycle() in ~Recycle()
39 void UIList::Recycle::MeasureAdapterRelativeRect() in MeasureAdapterRelativeRect()
73 void UIList::Recycle::InitRecycle() in InitRecycle()
86 UIView* UIList::Recycle::GetView(int16_t index) in GetView()
106 void UIList::Recycle::FillActiveView() in FillActiveView()
140 Rect32 UIList::Recycle::GetAdapterItemsReletiveRect() in GetAdapterItemsReletiveRect()
145 void UIList::Recycle::MoveAdapterItemsRelativeRect(int16_t x, int16_t y) in MoveAdapterItemsRelativeRect()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node_base.cpp65 recycleInfo_.Recycle(uiNode->GetId()); in FireRecycleSelf()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/recycle_view/
H A Drecycle_manager.h43 void Recycle(int32_t id) in Recycle() function
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_recording_canvas.h35 static void Recycle(std::unique_ptr<ExtendRecordingCanvas>& canvas);
/foundation/resourceschedule/ffrt/src/sched/
H A Dtask_scheduler.h113 static void Recycle(TaskScheduler *schd) in Recycle() function in ffrt::SchedulerFactory
H A Dscheduler.h42 SchedulerFactory::Recycle(fifoQue[i]); in ~FFRTScheduler()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.h52 void Recycle(StorageExecutor *&handle);
H A Dstorage_engine.cpp234 void StorageEngine::Recycle(StorageExecutor *&handle) in Recycle() function in DistributedDB::StorageEngine
240 LOGD("Recycle executor[%d] for id[%.6s]", handle->GetWritable(), hashIdentifier_.c_str()); in Recycle()
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex_item.cpp86 context->GetRenderFactory()->GetRenderFlexItemFactory()->Recycle(this)) { in MaybeRelease()
H A Drender_flex.cpp1155 if (context && context->GetRenderFactory() && context->GetRenderFactory()->GetRenderFlexFactory()->Recycle(this)) { in MaybeRelease()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_recording_canvas.cpp48 void ExtendRecordingCanvas::Recycle(std::unique_ptr<ExtendRecordingCanvas>& canvas) in Recycle() function in OHOS::Rosen::ExtendRecordingCanvas
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable.cpp79 ExtendRecordingCanvas::Recycle(recordingCanvas_); in ~RSPropertyDrawCmdListUpdater()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.cpp253 storageEngine_->Recycle(databaseHandle); in ReleaseHandle()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.cpp91 storageEngine_->Recycle(databaseHandle); in ReleaseHandle()
/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drosen_render_text.cpp642 if (context && context->GetRenderFactory() && context->GetRenderFactory()->GetRenderTextFactory()->Recycle(this)) { in DidExceedMaxLines()
/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Drender_wrap.cpp696 if (context && context->GetRenderFactory() && context->GetRenderFactory()->GetRenderWrapFactory()->Recycle(this)) { in MaybeRelease()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.cpp359 Recycle(databaseHandle); in ReleaseExecutor()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp131 Recycle(databaseHandle); in ReleaseExecutor()
H A Dsqlite_relational_store.cpp350 sqliteStorageEngine_->Recycle(databaseHandle); in ReleaseHandle()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store.cpp970 multiVerEngine_->Recycle(databaseHandle); in ReleaseHandle()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drosen_render_image.cpp1434 if (context && context->GetRenderFactory() && context->GetRenderFactory()->GetRenderImageFactory()->Recycle(this)) {
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.cpp829 if (context && context->GetRenderFactory() && context->GetRenderFactory()->GetRenderBoxFactory()->Recycle(this)) {

Completed in 25 milliseconds

12