Home
last modified time | relevance | path

Searched refs:GetInspectorChildren (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector.cpp63 void GetInspectorChildren(const RefPtr<Element>& element, std::list<RefPtr<Element>>& childrenList) in GetInspectorChildren() function
73 GetInspectorChildren(childElement, childrenList); in GetInspectorChildren()
82 GetInspectorChildren(element, childrenList); in DumpInspectorTree()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp180 void GetInspectorChildren(const RefPtr<NG::UINode>& parent, std::unique_ptr<OHOS::Ace::JsonValue>& … in GetInspectorChildren() function
230 GetInspectorChildren(uiNode, jsonChildrenArray, pageId, isActive, filter, depth - 1); in GetInspectorChildren()
314 void GetInspectorChildren(const RefPtr<NG::UINode>& parent, std::unique_ptr<OHOS::Ace::JsonValue>& … in GetInspectorChildren() function
363GetInspectorChildren(uiNode, jsonChildrenArray, pageId, isActive, filter, depth - 1, isLayoutInspe… in GetInspectorChildren()
404GetInspectorChildren(uiNode, jsonNodeArray, pageId, true, filter, depth - 1, isLayoutInspector); in GetInspectorInfo()
617 GetInspectorChildren(node, jsonNodeArray, pageId, true, InspectorFilter(), 0); in GetInspectorOfNode()