Home
last modified time | relevance | path

Searched refs:isCollapse (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp269 isCollapse = (splitPath.size() > 1); in SplitePath()
289 isCollapse = (splitPath.size() > 1); in ExpendPathForField()
515 bool isCollapse = false; in JsonNodeAppend() local
516 JsonFieldPath itemPath = ExpendPathForField(path, isCollapse); in JsonNodeAppend()
539 if (!isCollapse) { in JsonNodeAppend()
621 bool &isCollapse, int &isMatchFlag) in IsObjectItemMatch() argument
655 bool &isCollapse, int &isMatchFlag) in JsonEqualJudge() argument
689 bool isCollapse = false; in IsJsonNodeMatch() local
693 JsonFieldPath itemPath = SplitePath(path, isCollapse); in IsJsonNodeMatch()
695 if (isCollapse) { in IsJsonNodeMatch()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Djson_common.h44 bool &isCollapse, int &isMatchFlag);
50 bool &isCollapse, int &isMatchFlag);
/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/
H A Dtreeview.js367 get isCollapse() {
3101 Image.fillColor(i.getNodeItem().imageCollapse.isCollapse ? t : o);
3482 Image.fillColor(i.getNodeItem().imageCollapse.isCollapse ? t : o);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/source/
H A Dtreeview.ets2205 this.listNode[thisIndex].getNodeItem().imageCollapse?.isCollapse);
2210 this.listNode[thisIndex].getNodeItem().imageCollapse?.isCollapse);
3299 nodeInfo.getNodeItem().imageCollapse?.isCollapse);
3303 nodeInfo.getNodeItem().imageCollapse?.isCollapse);
4051 .fillColor(this.item.getNodeItem().imageCollapse?.isCollapse ?
4312 get isCollapse(): boolean {
4523 get isCollapse(): boolean {
/ohos5.0/foundation/arkui/advanced_ui_component/source/TreeView/
H A DTreeView.ets470 get isCollapse() {
2775 … .fillColor(item.getNodeItem().imageCollapse.isCollapse ? COLOR_IMAGE_ROW : COLOR_IMAGE_EDIT)