Home
last modified time | relevance | path

Searched refs:Recycle (Results 1 – 25 of 49) sorted by relevance

12

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_list.h432 friend class Recycle; variable
433 class Recycle : public HeapBase {
435 … explicit Recycle(UIList* list) : adapter_(nullptr), listView_(list), hasInitialiszed_(false) {} in Recycle() function
436 virtual ~Recycle();
507 Recycle recycle_;
/ohos5.0/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()
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dcomponent-reuse-overview.md255 console.info(`ReusableComponentOne ${this.item} Recycle`);
278 console.info(`ReusableComponentTwo ${this.item} Recycle`);
301 console.info(`ReusableComponentThree ${this.item} Recycle`);
323 console.info(`ChildComponentA ${this.item} Recycle`);
503 console.info(`ChildComponentA ${this.item} Recycle`);
/ohos5.0/drivers/hdf_core/framework/core/manager/include/
H A Ddevsvc_listener_holder.h20 void (*Recycle)(struct ServStatListenerHolder *holder); member
/ohos5.0/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*);
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dpipeline_test.h38 void Recycle(OHOS::HiviewDFX::PipelineEvent* event __UNUSED) override in Recycle() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/recycle_view/
H A Drecycle_manager.h43 void Recycle(int32_t id) in Recycle() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node_base.cpp69 recycleInfo_.Recycle(uiNode->GetId()); in FireRecycleSelf()
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/
H A Devent_source_example.h73 void Recycle(PipelineEvent* event) override;
H A Devent_source_example.cpp208 void EventSourceExample::Recycle(PipelineEvent *event) in Recycle() function in OHOS::HiviewDFX::EventSourceExample
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
H A Dbundle_event_source_example.h74 void Recycle(PipelineEvent* event) override;
H A Dbundle_event_source_example.cpp184 void BundleEventSourceExample::Recycle(PipelineEvent *event) in Recycle() function in OHOS::HiviewDFX::BundleEventSourceExample
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dtask_scheduler.h113 static void Recycle(TaskScheduler *schd) in Recycle() function
H A Dscheduler.h42 SchedulerFactory::Recycle(fifoQue[i]); in ~FFRTScheduler()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-custom-component-lifecycle.md163 console.info("Recycle Child")
232 console.info("Recycle Child,child进入复用池中");
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dsysevent_source.h54 void Recycle(PipelineEvent *event) override;
/ohos5.0/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);
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Dservstat_listener_holder.c101 holder->holder.Recycle = KServStatListenerHolderRecycle; in ServStatListenerHolderCreate()
H A Ddevsvc_manager.c56 if (holder->Recycle != NULL) { in NotifyServiceStatusLocked()
57 holder->Recycle(holder); in NotifyServiceStatusLocked()
/ohos5.0/base/hiviewdfx/hiview/
H A Dhiview_zh.md123 virtual void Recycle(PipelineEvent* event);
412 void Recycle(PipelineEvent* event) override;
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dpipeline.cpp93 handler_->Recycle(this); in OnFinish()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Dservstat_listener_holder.c158 holder->holder.Recycle = UServStatListenerHolderRecycle; in ServStatListenerHolderCreate()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.h53 void Recycle(StorageExecutor *&handle, bool isExternal = false);
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dpipeline.h113 virtual void Recycle(PipelineEvent* event) = 0;

12