Searched refs:nodeContainer (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/node_container/ |
H A D | node_container_pattern.cpp | 155 auto nodeContainer = parent->GetNodeContainer(); in SetExportTextureInfoIfNeeded() local 156 if (nodeContainer) { in SetExportTextureInfoIfNeeded() 157 auto parentViewNode = nodeContainer->GetChildAtIndex(0); in SetExportTextureInfoIfNeeded()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/ |
H A D | node_controller.ts | 39 getUINativeModule().nodeContainer.rebuild(this._nodeContainerId._value);
|
H A D | frame_node.ts | 150 getUINativeModule().nodeContainer.clean(parent?.getNodePtr());
|
/ohos5.0/docs/zh-cn/application-dev/web/ |
H A D | web-same-layer.md | 356 // 将web传入的embed的id属性存入@State状态数组变量中,用于动态创建nodeContainer节点容器,需要将push动作放在set之后 619 // 将web传入的embed的id属性存入@State状态数组变量中,用于动态创建nodeContainer节点容器,需要将push动作放在set之后 836 // 将web传入的embed的id属性存入@State状态数组变量中,用于动态创建nodeContainer节点容器,需要将push动作放在set之后。
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-same-layer.md | 356 …component to the @State decorated variable for dynamically creating a nodeContainer. The push acti… 619 …component to the @State decorated variable for dynamically creating a nodeContainer. The push acti… 836 …component to the @State decorated variable for dynamically creating a nodeContainer. The push acti…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsXNode.js | 711 getUINativeModule().nodeContainer.rebuild(this._nodeContainerId._value); 840 getUINativeModule().nodeContainer.clean(parent?.getNodePtr());
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_api_impl_bridge.cpp | 3597 auto nodeContainer = panda::ObjectRef::New(vm); in RegisterNodeContainerAttributes() local 3598 nodeContainer->Set(vm, panda::StringRef::NewFromUtf8(vm, "rebuild"), in RegisterNodeContainerAttributes() 3600 nodeContainer->Set(vm, panda::StringRef::NewFromUtf8(vm, "clean"), in RegisterNodeContainerAttributes() 3602 object->Set(vm, panda::StringRef::NewFromUtf8(vm, "nodeContainer"), nodeContainer); in RegisterNodeContainerAttributes()
|