Home
last modified time | relevance | path

Searched defs:isLayoutInspector (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp115 bool isLayoutInspector = false) in GetFrameNodeChildren()
182 bool isLayoutInspector = false) in GetInspectorChildren()
241 int32_t pageId, bool isLayoutInspector = false) in GetFrameNodeChildren()
316 bool isLayoutInspector = false) in GetInspectorChildren()
399 …std::unique_ptr<JsonValue> jsonRoot, bool isLayoutInspector, const InspectorFilter& filter = Inspe… in GetInspectorInfo()
556 std::string Inspector::GetInspector(bool isLayoutInspector) in GetInspector()
563 std::string Inspector::GetInspector(bool isLayoutInspector, const InspectorFilter& filter, bool& ne… in GetInspector()
626 std::string Inspector::GetSubWindowInspector(bool isLayoutInspector) in GetSubWindowInspector()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector.cpp162 …:string Inspector::GetInspectorTree(const RefPtr<PipelineContext>& context, bool isLayoutInspector) in GetInspectorTree()