Searched refs:depthElementMap (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector.cpp | 126 …th, const RefPtr<Element>& element, std::map<int32_t, std::list<RefPtr<Element>>>& depthElementMap) in DumpElementTree() argument 134 DumpElementTree(depth, depthElement, depthElementMap); in DumpElementTree() 137 depthElementMap[depth].insert(depthElementMap[depth].end(), depthElement); in DumpElementTree() 138 DumpElementTree(depth + 1, depthElement, depthElementMap); in DumpElementTree()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | inspector.cpp | 92 …epth, const RefPtr<UINode>& element, std::map<int32_t, std::list<RefPtr<UINode>>>& depthElementMap) in DumpElementTree() argument 98 depthElementMap[depth].insert(depthElementMap[depth].end(), children.begin(), children.end()); in DumpElementTree() 100 DumpElementTree(depth + 1, depthElement, depthElementMap); in DumpElementTree()
|