Home
last modified time | relevance | path

Searched refs:DeepRenderFunc (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dshallow_builder.h33 using DeepRenderFunc = std::function<RefPtr<UINode>()>;
35 …explicit ShallowBuilder(DeepRenderFunc&& deepRenderFunc) : deepRenderFunc_(std::move(deepRenderFun… in ShallowBuilder()
56 DeepRenderFunc deepRenderFunc_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_item_component.h25 using DeepRenderFunc = std::function<RefPtr<Component>()>; variable
130 void SetDeepRenderFunc(const DeepRenderFunc& deepRenderFunc) in SetDeepRenderFunc()
161 DeepRenderFunc deepRenderFunc_ = nullptr;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_item_component.h30 using DeepRenderFunc = std::function<RefPtr<Component>()>; variable
107 void SetDeepRenderFunc(const DeepRenderFunc& deepRenderFunc) in SetDeepRenderFunc()
139 DeepRenderFunc deepRenderFunc_ = nullptr;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgrid_item_model_impl.cpp39 DeepRenderFunc gridItemDeepRenderFunc = [func = std::move(deepRenderFunc), in Create()
H A Dlist_item_model_impl.cpp39 V2::DeepRenderFunc listItemDeepRenderFunc = [jsDeepRenderFunc = std::move(deepRenderFunc), in Create()