Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_adapter_impl.cpp139 ArkUI_Int32 NativeLazyForEachBuilder::GetAllItem(ArkUINodeHandle** items, ArkUI_Uint32* size) in GetAllItem() function in OHOS::Ace::NG::NativeLazyForEachBuilder
273 handle_->builder->GetAllItem(&itemArray, &size); in GetAllItems()
389 ArkUI_Int32 GetAllItem(ArkUINodeAdapterHandle handle, ArkUINodeHandle** items, ArkUI_Uint32* size) in GetAllItem() function
394 return handle->builder->GetAllItem(items, size); in GetAllItem()
440 … NotifyItemInserted, NotifyItemMoved, GetAllItem, AttachHostNode, DetachHostNode, GetNodeAdapter }; in GetNodeAdapterAPI()
448 … NotifyItemInserted, NotifyItemMoved, GetAllItem, AttachHostNode, DetachHostNode, GetNodeAdapter }; in GetCJUINodeAdapterAPI()
H A Dnode_adapter_impl.h107 ArkUI_Int32 GetAllItem(ArkUINodeHandle** items, ArkUI_Uint32* size);