Searched refs:nodeParam (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | resource_node_pool_impl.cpp | 62 ResourceNodeParam nodeParam = {1, resource}; in Insert() local 65 if (nodeParam.count < UINT32_MAX) { in Insert() 66 nodeParam.count = iter->second.count + 1; in Insert() 73 auto result = resourceNodeMap_.insert_or_assign(executorIndex, nodeParam); in Insert() 78 listener->OnResourceNodePoolInsert(nodeParam.node); in Insert() 85 listener->OnResourceNodePoolUpdate(nodeParam.node); in Insert()
|
/ohos5.0/foundation/arkui/advanced_ui_component/doc/ |
H A D | ts-composite-components-treeview.md | 58 addNode(nodeParam?: NodeParam): void 69 | nodeParam | [NodeParam](#nodeparam) | 否 | 节点信息。 | 172 | nodeParam | [NodeParam](#nodeparam) | 是 | 节点信息。 | 186 | nodeParam | [NodeParam](#nodeparam) | 是 | 节点信息。 | 204 | nodeParam | [NodeParam](#nodeparam) | 是 | 节点信息。 | 283 …let nodeParam: NodeParam = { parentNodeId:-1, currentNodeId: 1, isFolder: true, icon: normalResour… 287 .addNode(nodeParam)
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 181 y3(nodeParam) { argument 183 if (nodeParam.icon) { 190 }, u, a1, nodeParam.selectedIcon, nodeParam.editIcon); 289 constructor(node, nodeParam) { argument 300 this.nodeParam = nodeParam; 500 return this.nodeParam; 1536 addNode(nodeParam) { argument 1548 if (nodeParam.primaryTitle === null && nodeParam.icon === null) { 1553 if (nodeParam.currentNodeId === this.y9 || nodeParam.currentNodeId === null) { 1563 … this.listNodeDataSource.addNode(nodeParam.parentNodeId, nodeParam.currentNodeId, nodeParam, [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-TreeView.md | 57 addNode(nodeParam?: NodeParam): TreeController 68 | nodeParam | [NodeParam](#nodeparam) | 否 | 节点信息。 | 322 …let nodeParam: NodeParam = { parentNodeId:-1, currentNodeId: 1, isFolder: true, icon: normalResour… 326 .addNode(nodeParam)
|
/ohos5.0/foundation/arkui/advanced_ui_component/source/TreeView/ |
H A D | TreeView.ets | 674 private nodeParam: { 727 this.nodeParam = node.data; 863 return this.nodeParam; 872 return this.nodeParam.isFolder; 3257 if (nodeParam.primaryTitle == null && nodeParam.icon == null) { 3262 if (nodeParam.currentNodeId === this.ROOT_NODE_ID || nodeParam.currentNodeId === null) { 3267 this.listNodeUtils.addNode(nodeParam.parentNodeId, nodeParam.currentNodeId, nodeParam); 3286 if (nodeParam == null) { 3295 if (nodeParam.primaryTitle == null && nodeParam.icon == null) { 3300 if (nodeParam.currentNodeId === this.ROOT_NODE_ID || nodeParam.currentNodeId === null) { [all …]
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/source/ |
H A D | treeview.ets | 300 if (nodeParam.icon) { 302 nodeParam.icon, 306 nodeParam.selectedIcon, 307 nodeParam.editIcon, 310 if (nodeParam.primaryTitle) { 378 private nodeParam: NodeParam; 391 this.nodeParam = nodeParam; 574 return this.nodeParam; 1823 if (nodeParam.primaryTitle === null && nodeParam.icon === null) { 1828 if (nodeParam.currentNodeId === this.ROOT_NODE_ID || nodeParam.currentNodeId === null) { [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-TreeView.md | 58 addNode(nodeParam?: NodeParam): void 70 | nodeParam | [NodeParam](#nodeparam) | No| Node information.| 304 …let nodeParam: NodeParam = { parentNodeId:-1, currentNodeId: 1, isFolder: true, icon: normalResour… 308 .addNode(nodeParam)
|
/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/ |
H A D | treeview.js | 753 this.nodeParam = e.data 900 return this.nodeParam 908 return this.nodeParam.isFolder
|