Home
last modified time | relevance | path

Searched refs:GetAllItems (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_node_adapter_bridge.h33 static ArkUINativeModuleValue GetAllItems(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_node_adapter_bridge.cpp277 ArkUINativeModuleValue NodeAdapterBridge::GetAllItems(ArkUIRuntimeCallInfo* runtimeCallInfo) in GetAllItems() function in OHOS::Ace::NG::NodeAdapterBridge
282 const auto& items = adapter->GetAllItems(); in GetAllItems()
H A Darkts_native_api_impl_bridge.cpp1092 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), NodeAdapterBridge::GetAllItems)); in GetArkUINativeModule()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_adapter_impl.cpp142 GetAllItems(childList); in GetAllItem()
265 std::vector<ArkUINodeHandle> UINodeAdapter::GetAllItems() in GetAllItems() function in OHOS::Ace::NG::UINodeAdapter
H A Dnode_adapter_impl.h221 std::vector<ArkUINodeHandle> GetAllItems();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_node.cpp446 builder_->GetAllItems(children); in UpdateChildrenFreezeState()
H A Dlazy_for_each_builder.h595 void GetAllItems(std::vector<UINode*>& items);
H A Dlazy_for_each_builder.cpp295 void LazyForEachBuilder::GetAllItems(std::vector<UINode*>& items) in GetAllItems() function in OHOS::Ace::NG::LazyForEachBuilder