Home
last modified time | relevance | path

Searched refs:listItemDeepRenderFunc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dlist_item_model_impl.cpp39 V2::DeepRenderFunc listItemDeepRenderFunc = [jsDeepRenderFunc = std::move(deepRenderFunc), in Create() local
49 listItemComponent->SetDeepRenderFunc(listItemDeepRenderFunc); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list_item.cpp122 auto listItemDeepRenderFunc = [execCtx = args.GetExecutionContext(), in CreateForPartialUpdate() local
131 ListItemModel::GetInstance()->Create(std::move(listItemDeepRenderFunc), listItemStyle); in CreateForPartialUpdate()