/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/ |
H A D | counter_model_ng.cpp | 65 addNode->MountToParent(counterNode); in Create() 145 CHECK_NULL_VOID(addNode); in SetEnableInc() 146 auto eventHub = addNode->GetEventHub<ButtonEventHub>(); in SetEnableInc() 156 addNode->GetRenderContext()->UpdateOpacity(1.0); in SetEnableInc() 167 CHECK_NULL_VOID(addNode); in SetOnInc() 223 CHECK_NULL_VOID(addNode); in SetHeight() 224 auto addLayoutProperty = addNode->GetLayoutProperty(); in SetHeight() 275 CHECK_NULL_VOID(addNode); in SetEnableInc() 286 addNode->GetRenderContext()->UpdateOpacity(1.0); in SetEnableInc() 315 CHECK_NULL_VOID(addNode); in SetHeight() [all …]
|
/ohos5.0/foundation/arkui/advanced_ui_component/doc/ |
H A D | ts-composite-components-treeview.md | 55 ### addNode subsection 58 addNode(nodeParam?: NodeParam): void 259 this.listTreeNode.addNode(); 287 .addNode(nodeParam) 288 .addNode({parentNodeId:1, currentNodeId: 2, isFolder: false, primaryTitle: "项目1_1" }) 290 ….addNode({ parentNodeId:-1, currentNodeId: 23, isFolder: true, icon: normalResource, selectedIcon:… 293 ….addNode({ parentNodeId:-1, currentNodeId: 31, isFolder: true, icon: normalResource, selectedIcon:… 295 ….addNode({ parentNodeId:-1, currentNodeId: 32, isFolder: true, icon: normalResource, selectedIcon:… 301 .addNode({ parentNodeId:33, currentNodeId: 34, isFolder: false, primaryTitle: "项目8" }) 302 .addNode({ parentNodeId:-1, currentNodeId: 36, isFolder: false, primaryTitle: "项目9" }) [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-TreeView.md | 54 ### addNode subsection 57 addNode(nodeParam?: NodeParam): TreeController 290 this.treeController.addNode(); 326 .addNode(nodeParam) 327 .addNode({parentNodeId:1, currentNodeId: 2, isFolder: false, primaryTitle: "项目1_1" }) 328 .addNode({ parentNodeId:-1, currentNodeId: 7, isFolder: true, primaryTitle: "目录2" }) 329 ….addNode({ parentNodeId:-1, currentNodeId: 23, isFolder: true, icon: normalResource, selectedIcon:… 331 .addNode({ parentNodeId:-1, currentNodeId: 24, isFolder: false, primaryTitle: "项目4" }) 340 .addNode({ parentNodeId:33, currentNodeId: 34, isFolder: false, primaryTitle: "项目8" }) 341 .addNode({ parentNodeId:-1, currentNodeId: 36, isFolder: false, primaryTitle: "项目9" }) [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/counter/ |
H A D | counter_test_ng.cpp | 125 …auto addNode = AceType::DynamicCast<FrameNode>(frameNode_->GetChildAtIndex(frameNode_->GetChildInd… variable 126 auto addGestureHub = addNode->GetOrCreateGestureEventHub(); 198 …auto addNode = AceType::DynamicCast<FrameNode>(frameNode_->GetChildAtIndex(frameNode_->GetChildInd… variable 199 auto addRenderContext = addNode->GetRenderContext(); 200 auto addEventHub = addNode->GetEventHub<EventHub>(); 224 …auto addNode = AceType::DynamicCast<FrameNode>(frameNode_->GetChildAtIndex(frameNode_->GetChildInd… variable 225 auto addRenderContext = addNode->GetRenderContext(); 226 auto addEventHub = addNode->GetEventHub<EventHub>(); 288 …auto addNode = AceType::DynamicCast<FrameNode>(frameNode_->GetChildAtIndex(frameNode_->GetChildInd… variable 289 auto addRenderContext = addNode->GetRenderContext(); [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-TreeView.md | 55 ### addNode subsection 58 addNode(nodeParam?: NodeParam): void 272 this.treeController.addNode(); 308 .addNode(nodeParam) 309 .addNode({parentNodeId:1, currentNodeId: 2, isFolder: false, primaryTitle: "Project 1_1" }) 310 .addNode({ parentNodeId:-1, currentNodeId: 7, isFolder: true, primaryTitle: "Directory 2" }) 311 ….addNode({ parentNodeId:-1, currentNodeId: 23, isFolder: true, icon: normalResource, selectedIcon:… 313 .addNode({ parentNodeId:-1, currentNodeId: 24, isFolder: false, primaryTitle: "Project 4" }) 322 .addNode({ parentNodeId:33, currentNodeId: 34, isFolder: false, primaryTitle: "Project 8" }) 323 .addNode({ parentNodeId:-1, currentNodeId: 36, isFolder: false, primaryTitle: "Project 9" }) [all …]
|
/ohos5.0/docs/zh-cn/application-dev/graphics/ |
H A D | drawing-js-guidelines.md | 198 addNode(node: RenderNode): void { 239 this.myNodeController.addNode(newNode) 245 this.myNodeController.addNode(rectNode) 251 this.myNodeController.addNode(textNode)
|
H A D | text-js-guidelines.md | 138 addNode(node: RenderNode): void { 179 this.myNodeController.addNode(textNode)
|
/ohos5.0/docs/en/application-dev/graphics/ |
H A D | drawing-js-guidelines.md | 220 addNode(node: RenderNode): void { 265 this.myNodeController.addNode(newNode) 271 this.myNodeController.addNode(rectNode) 277 this.myNodeController.addNode(textNode)
|
H A D | text-js-guidelines.md | 154 addNode(node: RenderNode): void { 199 this.myNodeController.addNode(textNode)
|
/ohos5.0/base/startup/init/services/param/trigger/ |
H A D | trigger_manager.c | 118 PARAM_CHECK(extInfo != NULL && extInfo->addNode != NULL, return NULL, "extInfo is null"); in AddJobTrigger_() 126 int ret = extInfo->addNode(node, extInfo); in AddJobTrigger_() 180 PARAM_CHECK(extInfo != NULL && extInfo->addNode != NULL, return NULL, "extInfo is null"); in AddWatchTrigger_() 194 int ret = extInfo->addNode(node, extInfo); in AddWatchTrigger_() 281 extInfo.addNode = AddJobNode_; in UpdateJobTrigger()
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/struct/ |
H A D | js_struct.ts | 304 addNode(key: K, value: V = key as unknown as V): TreeClass<K, V> { 444 this.addNode(tempArray[i].key, tempArray[i].value); 769 newElement.addNode(current.element.key, current.element.value); 772 newElement.addNode(key, value); 776 members.addNode(key, value);
|
/ohos5.0/foundation/arkui/advanced_ui_component/source/TreeView/ |
H A D | TreeView.ets | 1011 addNode(parentNodeId: number, 1053 throw new Error('ListNodeUtils[addNode]: Parent node not found.'); 1318 throw new Error('ListNodeUtils[addNode]: Parent node not found.'); 3158 * After the addNode interface is invoked, 3243 this.listNodeUtils.addNode(clickNodeId, newNodeId, 3253 throw new Error('ListTreeNode[addNode]: ' + 3258 throw new Error('ListTreeNode[addNode]: ' + 3285 public addNode(nodeParam?: NodeParam): TreeController { 3291 throw new Error('ListTreeNode[addNode]: ' + 3296 throw new Error('ListTreeNode[addNode]: ' + [all …]
|
/ohos5.0/base/startup/init/services/param/include/ |
H A D | trigger_manager.h | 83 int32_t (*addNode)(struct tagTriggerNode_ *, const struct TriggerExtInfo_ *); member
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/treeset/ |
H A D | js_treeset.ts | 78 this.constitute.addNode(value);
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/treemap/ |
H A D | js_treemap.ts | 108 return this.constitute.addNode(key, value);
|
/ohos5.0/base/startup/init/services/param/linux/ |
H A D | param_service.c | 253 extData.addNode = AddWatchNode; in HandleParamWaitAdd() 295 extData.addNode = AddWatchNode; in HandleParamWatcherAdd()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_picker_model_ng.cpp | 69 …auto addNode = CalendarPickerModelNG::CreateButtonChild(pickerPattern->GetAddId(), true, theme, te… in LayoutPicker() local 70 CHECK_NULL_VOID(addNode); in LayoutPicker() 71 addNode->MountToParent(flexNode, 0, true); in LayoutPicker()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/source/ |
H A D | treeview.ets | 1752 let addNodeResult: boolean = this.listNodeDataSource.addNode(clickNodeId, newNodeId, 1811 public addNode(nodeParam?: NodeParam): TreeController { 1819 throw new Error('ListTreeNode[addNode]: ' + 1824 throw new Error('ListTreeNode[addNode]: ' + 1829 throw new Error('ListTreeNode[addNode]: currentNodeId can not be -1 or null.'); 1882 * After the initialization is complete by calling the addNode interface, 1890 * After the initialization is complete by calling the addNode interface, 1968 * @param isAdd whether addNode or delete node 1988 * @param isAdd whether addNode or delete node 3477 public addNode(parentNodeId: number, [all …]
|
/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/ |
H A D | treeview.js | 1042 addNode(e, t, o) { method in C 1254 …if (a.nodeLevel > this.MaxNodeLevel) throw new Error("ListNodeUtils[addNode]: The level of the tre… 1273 throw new Error("ListNodeUtils[addNode]: Parent node not found.") 3622 this.listNodeUtils.addNode(e, o, { 3639 this.listNodeUtils.addNode(e.parentNodeId, e.currentNodeId, e); 3643 addNode(e) { method in e.TreeController 3649 this.listNodeUtils.addNode(e.parentNodeId, e.currentNodeId, e);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | ui_node.h | 120 void UpdateModalUiextensionCount(bool addNode) in UpdateModalUiextensionCount() argument 122 if (addNode) { in UpdateModalUiextensionCount()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 1515 let k15 = this.listNodeDataSource.addNode(h15, j15, { 1536 addNode(nodeParam) { method in TreeController 1563 … this.listNodeDataSource.addNode(nodeParam.parentNodeId, nodeParam.currentNodeId, nodeParam, 2938 let k10 = this.addNode(w9[j10].parentId, w9[j10].i14, w9[j10].data, false); 3131 addNode(parentNodeId, currentNodeId, data, p8) { method in h3
|