Searched refs:treeJsonStr (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | layout_inspector.cpp | 147 std::string treeJsonStr; in SupportInspector() local 148 GetInspectorTreeJsonStr(treeJsonStr, ContainerScope::CurrentId()); in SupportInspector() 149 if (treeJsonStr.empty()) { in SupportInspector() 156 auto sendTask = [treeJsonStr, jsonSnapshotStr = message->ToString(), container]() { in SupportInspector() 158 OHOS::AbilityRuntime::ConnectServerManager::Get().SendInspector(treeJsonStr, jsonSnapshotStr); in SupportInspector() 160 OHOS::Ace::ConnectServerManager::Get().SendInspector(treeJsonStr, jsonSnapshotStr); in SupportInspector() 250 auto sendResultTask = [treeJsonStr = std::move(treeJson), jsonSnapshotStr = message->ToString(), container]() { in CreateLayoutInfo() 252 OHOS::AbilityRuntime::ConnectServerManager::Get().SendInspector(treeJsonStr, jsonSnapshotStr); in CreateLayoutInfo() 254 OHOS::Ace::ConnectServerManager::Get().SendInspector(treeJsonStr, jsonSnapshotStr); in CreateLayoutInfo() 263 void LayoutInspector::GetInspectorTreeJsonStr(std::string& treeJsonStr, int32_ argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | layout_inspector.h | 37 static void GetInspectorTreeJsonStr(std::string& treeJsonStr, int32_t containerId);
|
Completed in 1 milliseconds