/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_list.h | 432 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 D | ui_list.cpp | 22 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 D | component-reuse-overview.md | 255 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 D | devsvc_listener_holder.h | 20 void (*Recycle)(struct ServStatListenerHolder *holder); member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/factories/ |
H A D | render_node_factory.cpp | 35 bool RenderNodeFactory::Recycle(RenderNode* node) in Recycle() function in OHOS::Ace::RenderNodeFactory
|
H A D | render_node_factory.h | 39 virtual bool Recycle(RenderNode*);
|
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/ |
H A D | pipeline_test.h | 38 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 D | recycle_manager.h | 43 void Recycle(int32_t id) in Recycle() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/ |
H A D | custom_node_base.cpp | 69 recycleInfo_.Recycle(uiNode->GetId()); in FireRecycleSelf()
|
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/ |
H A D | event_source_example.h | 73 void Recycle(PipelineEvent* event) override;
|
H A D | event_source_example.cpp | 208 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 D | bundle_event_source_example.h | 74 void Recycle(PipelineEvent* event) override;
|
H A D | bundle_event_source_example.cpp | 184 void BundleEventSourceExample::Recycle(PipelineEvent *event) in Recycle() function in OHOS::HiviewDFX::BundleEventSourceExample
|
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/ |
H A D | task_scheduler.h | 113 static void Recycle(TaskScheduler *schd) in Recycle() function
|
H A D | scheduler.h | 42 SchedulerFactory::Recycle(fifoQue[i]); in ~FFRTScheduler()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-custom-component-lifecycle.md | 163 console.info("Recycle Child") 232 console.info("Recycle Child,child进入复用池中");
|
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/include/ |
H A D | sysevent_source.h | 54 void Recycle(PipelineEvent *event) override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_recording_canvas.h | 35 static void Recycle(std::unique_ptr<ExtendRecordingCanvas>& canvas);
|
/ohos5.0/drivers/hdf_core/framework/core/manager/src/ |
H A D | servstat_listener_holder.c | 101 holder->holder.Recycle = KServStatListenerHolderRecycle; in ServStatListenerHolderCreate()
|
H A D | devsvc_manager.c | 56 if (holder->Recycle != NULL) { in NotifyServiceStatusLocked() 57 holder->Recycle(holder); in NotifyServiceStatusLocked()
|
/ohos5.0/base/hiviewdfx/hiview/ |
H A D | hiview_zh.md | 123 virtual void Recycle(PipelineEvent* event); 412 void Recycle(PipelineEvent* event) override;
|
/ohos5.0/base/hiviewdfx/hiview/base/ |
H A D | pipeline.cpp | 93 handler_->Recycle(this); in OnFinish()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/ |
H A D | servstat_listener_holder.c | 158 holder->holder.Recycle = UServStatListenerHolderRecycle; in ServStatListenerHolderCreate()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | storage_engine.h | 53 void Recycle(StorageExecutor *&handle, bool isExternal = false);
|
/ohos5.0/base/hiviewdfx/hiview/base/include/ |
H A D | pipeline.h | 113 virtual void Recycle(PipelineEvent* event) = 0;
|