Home
last modified time | relevance | path

Searched refs:recycle (Results 1 – 25 of 42) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/model/
H A Dobject_provider_base.cpp62 bool recycle = recyclebin_.size() < CacheHint()->GetValue(); in DisposeObject() local
63 if (recycle) { in DisposeObject()
66 return recycle; in DisposeObject()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
H A Dcomponent_content.ts48 public recycle(): void {
49 this.builderNode_.recycle();
H A Dbuilder_node.ts59 public recycle(): void {
60 this._JSBuilderNode.recycle();
99 public recycle(): void {
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dtask_scheduler.h118 static void RegistCb(const AllocCB &alloc, const RecycleCB &recycle) in RegistCb() argument
121 Instance().recycle_ = recycle; in RegistCb()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.h82 void RegisterRecycleByRangeCallback(const RecycleByRangeFunc& recycle) in RegisterRecycleByRangeCallback() argument
84 recycleByRange_ = recycle; in RegisterRecycleByRangeCallback()
88 void RegisterRecycleByItemsCallback(const RecycleByItemsFunc& recycle) in RegisterRecycleByItemsCallback() argument
90 recycleByItems_ = recycle; in RegisterRecycleByItemsCallback()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-ComponentContent.md217 ### recycle subsection
219 recycle(): void
221 传递recycle事件到ComponentContent中的自定义组件。
282 contentNode.recycle();
H A Djs-apis-arkui-builderNode.md769 ### recycle<sup>12+</sup>
771 recycle(): void
773 传递recycle事件到BuilderNode中的自定义组件。
849 this.controller?.builderNode?.recycle();
/ohos5.0/drivers/hdf_core/framework/utils/src/
H A Dhdf_sbuf.c467 if (sbuf->impl != NULL && sbuf->impl->recycle != NULL) { in HdfSbufRecycle()
468 sbuf->impl->recycle(sbuf->impl); in HdfSbufRecycle()
478 if (sbuf->impl != NULL && sbuf->impl->recycle != NULL) { in HdfSBufRecycle()
479 sbuf->impl->recycle(sbuf->impl); in HdfSBufRecycle()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-ComponentContent.md217 ### recycle subsection
219 recycle(): void
221 Passes the recycle event to the custom component in this **ComponentContent** object.
282 contentNode.recycle();
H A Djs-apis-arkui-builderNode.md767 ### recycle<sup>12+</sup>
769 recycle(): void
771 Passes the recycle event to the custom component in this BuilderNode.
847 this.controller?.builderNode?.recycle();
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dperformance-overview.md30 …使用ArkUI开发范式提供的[组件复用](component-recycle.md)机制,通过重复利用已经创建过并缓存的组件对象,降低组件短时间内频繁创建和销毁的开销,提升组件加载效率,降低UI线…
H A Dcomponent-recycle.md248 ![before reuse](./figures/before-recycle.png)
250 ![using reuse](./figures/using-recycle.png)
H A DReadme-CN.md16 - [组件复用使用指导](component-recycle.md)
H A Dwaterflow_optimization.md151 …,并使用@Reusable装饰器修饰,使其具备组件复用能力,减少ArkUI框架内部反复创建销毁节点的开销。组件复用的详细介绍可以参考[组件复用最佳实践](component-recycle.md)。
H A Dcomponent-reuse-overview.md13 |**标准型**|复用组件之间布局完全相同|标准复用|[组件复用实践](./component-recycle.md)|
28 这是一个标准的组件复用场景,一个滚动容器内的复用组件布局相同,只有数据不同。这种类型的组件复用可以直接参考资料[组件复用实践](./component-recycle.md)。
H A Dgrid_optimization.md114 …ink、@ObjectLink、@Consume等自动更新值的状态变量进行更新,可能触发不必要的组件刷新。更多组件复用的信息,请参考[组件复用实践](./component-recycle.md)。
/ohos5.0/docs/en/application-dev/performance/
H A Dcomponent-recycle.md254 ![before recycle](./figures/before-recycle.png)
256 ![using recycle](./figures/using-recycle.png)
H A Dreadme-EN.md8 - [Best Practices for Component Reuse](component-recycle.md)
/ohos5.0/drivers/hdf_core/framework/utils/include/
H A Dhdf_sbuf_impl.h63 void (*recycle)(struct HdfSBufImpl *sbuf); member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_pattern.cpp806 bool recycle = true; in SpeedTriggerAnimation() local
811 recycle = false; in SpeedTriggerAnimation()
825 [weak = AceType::WeakClaim(this), recycle]() { in SpeedTriggerAnimation()
828 if (recycle) { in SpeedTriggerAnimation()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/
H A Derrorcode-filemanagement.md729 File already in the recycle bin
/ohos5.0/foundation/multimedia/camera_framework/
H A Dhisysevent_dps.yaml41 DISCARDABLE: {type: BOOL, desc: Flag whether to put it into the recycle bin}
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.cpp730 bool recycle = false; in OnDataReloaded() local
737 recycle = true; in OnDataReloaded()
747 recycle = true; in OnDataReloaded()
752 if (!recycle) { in OnDataReloaded()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js93 recycle() { method in BuilderNode
94 this._JSBuilderNode.recycle();
124 recycle() { method in JSBuilderNode
2380 recycle() { method in ComponentContent
2381 this.builderNode_.recycle();
/ohos5.0/drivers/hdf_core/adapter/uhdf2/ipc/src/
H A Dhdf_sbuf_impl_hipc.cpp364 inf->recycle = SbufMParcelImplRecycle; in MParcelImplInterfaceAssign()

12