Home
last modified time | relevance | path

Searched refs:updateParentChildNum (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/
H A Dtreeview.js1017 updateParentChildNum(e, t, o) { method in C
1068 this.updateParentChildNum(i,!0, 1);
1117 this.updateParentChildNum(i,!1, s);
/ohos5.0/foundation/arkui/advanced_ui_component/source/TreeView/
H A DTreeView.ets983 private updateParentChildNum(parentNode: NodeItem, isAdd: boolean, count: number) {
1050 this.updateParentChildNum(parent, true, 1);
1108 this.updateParentChildNum(parent, false, deleteNodeAllChildNum);
1315 this.updateParentChildNum(parent, true, 1);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/source/
H A Dtreeview.ets3440 private updateParentChildNum(parentNode: NodeItem, isAdd: boolean, count: number): void {
3449 hilog.error(LOG_CODE, TAG, 'updateParentChildNum: parent node not found.');
3795 this.updateParentChildNum(parent, true, 1);