Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_element.cpp54 listElement->RetrieveListData(index, count); in CreateRenderNode()
101 void ListElement::RetrieveListData(int32_t beginIndex, int32_t endIndex) in RetrieveListData() function in OHOS::Ace::ListElement
157 RetrieveListData(0, preBuildCount_ + cachedCount_); in BuildListDataFromChild()
832 RetrieveListData(0, cachedCount_); in PerformBuild()
836 RetrieveListData(0, cachedCount_); in PerformBuild()
H A Dlist_element.h62 void RetrieveListData(int32_t beginIndex, int32_t endIndex);