Searched refs:jsonTree (Results 1 – 2 of 2) sorted by relevance
197 auto jsonTree = JsonUtil::Create(true); in GetInspectorTree() local198 jsonTree->Put("type", "root"); in GetInspectorTree()199 jsonTree->Put("content", jsonRoot); in GetInspectorTree()200 return jsonTree->ToString(); in GetInspectorTree()
411 auto jsonTree = JsonUtil::Create(true); in GetInspectorInfo() local412 jsonTree->Put("type", "root"); in GetInspectorInfo()413 jsonTree->PutRef("content", std::move(jsonRoot)); in GetInspectorInfo()416 jsonTree->Put("VsyncID", (int32_t)pipeline->GetFrameCount()); in GetInspectorInfo()417 jsonTree->Put("ProcessID", getpid()); in GetInspectorInfo()418 jsonTree->Put("WindowID", (int32_t)pipeline->GetWindowId()); in GetInspectorInfo()420 return jsonTree->ToString(); in GetInspectorInfo()