Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dlayout_inspector.h37 static void GetInspectorTreeJsonStr(std::string& treeJsonStr, int32_t containerId);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dlayout_inspector.cpp149 GetInspectorTreeJsonStr(treeJsonStr, ContainerScope::CurrentId()); in SupportInspector()
262 GetInspectorTreeJsonStr(treeJson, containerId); in CreateLayoutInfo()
279 void LayoutInspector::GetInspectorTreeJsonStr(std::string& treeJsonStr, int32_t containerId) in GetInspectorTreeJsonStr() function in OHOS::Ace::LayoutInspector