Home
last modified time | relevance | path

Searched refs:getNodeType (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js402 getNodeType() { method in ConfigNode
420 if (srcNode.getNodeType() === TokenType.DELETE) {
640 ConfigNode.castFrom(refObj).getNodeType() === NodeRefType.NODE_REF ||
641 ConfigNode.castFrom(refObj).getNodeType() === NodeRefType.NODE_TEMPLATE ||
642 ConfigNode.castFrom(refObj).getNodeType() === NodeRefType.NODE_DELETE
894 if (node.getNodeType() === NodeRefType.NODE_DELETE) {
900 node.getNodeType() !== NodeRefType.NODE_REF &&
901 node.getNodeType() !== NodeRefType.NODE_COPY
970 if (node.getNodeType() !== NodeRefType.NODE_INHERIT) {
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-user-defined-arktsNode-frameNode.md169 result = result + `current node is ${frameNode.getNodeType()} \n`;
170 result = result + `parent node is ${frameNode.getParent()?.getNodeType()} \n`;
172 result = result + `first child node is ${frameNode.getFirstChild()?.getNodeType()} \n`;
173 result = result + `second child node is ${frameNode.getChild(1)?.getNodeType()} \n`;
174 … result = result + `previousSibling node is ${frameNode.getPreviousSibling()?.getNodeType()} \n`;
175 result = result + `nextSibling node is ${frameNode.getNextSibling()?.getNodeType()} \n`;
641 …Id](../reference/apis-arkui/js-apis-arkui-frameNode.md#getuniqueid12),[getNodeType](../reference/a…
846 getNodeType(frameNode: FrameNode)
848 let nodeType = frameNode?.getNodeType(); // 获取节点的类型
960 Button("getNodeType")
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
H A Dcomponent_content.ts69 const nodeType = getUINativeModule().frameNode.getNodeType(node);
H A Dframe_node.ts149 if (parent?.getNodeType() === "NodeContainer") {
447 getNodeType(): string {
448 return getUINativeModule().frameNode.getNodeType(this.getNodePtr());
681 const childType = node.getNodeType();
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-user-defined-arktsNode-frameNode.md169 result = result + `current node is ${frameNode.getNodeType()} \n`;
170 result = result + `parent node is ${frameNode.getParent()?.getNodeType()} \n`;
172 result = result + `first child node is ${frameNode.getFirstChild()?.getNodeType()} \n`;
173 result = result + `second child node is ${frameNode.getChild(1)?.getNodeType()} \n`;
174 … result = result + `previousSibling node is ${frameNode.getPreviousSibling()?.getNodeType()} \n`;
175 result = result + `nextSibling node is ${frameNode.getNextSibling()?.getNodeType()} \n`;
641 …d](../reference/apis-arkui/js-apis-arkui-frameNode.md#getuniqueid12), [getNodeType](../reference/a…
846 getNodeType(frameNode: FrameNode)
848 let nodeType = frameNode?.getNodeType(); // Obtain the node type.
960 Button("getNodeType")
[all …]
/ohos5.0/foundation/window/window_manager/resources/abc/pip/interface/
H A DPiPContent.js96 let u1 = this.xComponent.getNodeType();
/ohos5.0/foundation/window/window_manager/resources/abc/pip/source/
H A DPiPContent.ets60 let type: string = this.xComponent.getNodeType();
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js839 if (parent?.getNodeType() === "NodeContainer") {
1109 getNodeType() { method in FrameNode
1110 return getUINativeModule().frameNode.getNodeType(this.getNodePtr());
1310 const childType = node.getNodeType();
2399 const nodeType = getUINativeModule().frameNode.getNodeType(node);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-frameNode.md615 ### getNodeType<sup>12+</sup>
617 getNodeType(): string
3327 getNodeType()
3329 let nodeType = this.frameNode?.getNodeType();
3497 Button("getNodeType")
3500 this.myNodeController.getNodeType();
3870 console.log("Track onDidBuild node:" + node?.getNodeType())
3882 … console.log(`Node ${node?.getUniqueId()}:${node?.getNodeType()} is visibleRatio is ${ratio}`);
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_utils.cpp321 auto value = impl->getNodeModifiers()->getFrameNodeModifier()->getNodeType(node->uiNodeHandle); in OH_ArkUI_NodeUtils_GetNodeType()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-frameNode.md615 ### getNodeType<sup>12+</sup>
617 getNodeType(): string
2873 getNodeType()
2875 let nodeType = this.frameNode?.getNodeType();
3043 Button("getNodeType")
3046 this.myNodeController.getNodeType();
3416 console.log("Track onDidBuild node:" + node?.getNodeType())
3428 … console.log(`Node ${node?.getUniqueId()}:${node?.getNodeType()} is visibleRatio is ${ratio}`);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_frame_node_bridge.cpp1234 auto nodeType = GetArkUINodeModifiers()->getFrameNodeModifier()->getNodeType(nativeNode); in GetNodeType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h2997 ArkUI_CharPtr (*getNodeType)(ArkUINodeHandle node); member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h4812 ArkUI_CharPtr (*getNodeType)(ArkUINodeHandle node); member