Searched refs:isLayoutInspector (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | inspector.cpp | 115 bool isLayoutInspector = false) in GetFrameNodeChildren() argument 182 bool isLayoutInspector = false) in GetInspectorChildren() argument 241 int32_t pageId, bool isLayoutInspector = false) in GetFrameNodeChildren() argument 316 bool isLayoutInspector = false) in GetInspectorChildren() argument 323 if (AceType::InstanceOf<CustomNode>(parent) && !isLayoutInspector) { in GetInspectorChildren() 352 GetFrameNodeChildren(item, children, pageId, isLayoutInspector); in GetInspectorChildren() 410 if (isLayoutInspector) { in GetInspectorInfo() 556 std::string Inspector::GetInspector(bool isLayoutInspector) in GetInspector() argument 560 return GetInspector(isLayoutInspector, filter, needThrow); in GetInspector() 626 std::string Inspector::GetSubWindowInspector(bool isLayoutInspector) in GetSubWindowInspector() argument [all …]
|
H A D | inspector.h | 38 static std::string GetInspector(bool isLayoutInspector = false); 39 …static std::string GetInspector(bool isLayoutInspector, const InspectorFilter& filter, bool& needT… 41 static std::string GetSubWindowInspector(bool isLayoutInspector = false);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector.h | 36 …d::string GetInspectorTree(const RefPtr<PipelineContext>& context, bool isLayoutInspector = false);
|
H A D | inspector.cpp | 162 …:string Inspector::GetInspectorTree(const RefPtr<PipelineContext>& context, bool isLayoutInspector) in GetInspectorTree() argument 196 if (isLayoutInspector) { in GetInspectorTree()
|