Searched defs:jsonRoot (Results 1 – 5 of 5) sorted by relevance
47 cJSON* jsonRoot = cJSON_Parse(jsonData.c_str()); in ParseStoredCustomUtdJson() local63 cJSON* jsonRoot = cJSON_Parse(jsonData.c_str()); in ParseUserCustomUtdJson() local112 bool CustomUtdJsonParser::GetTypeDescriptors(const json &jsonRoot, const std::string &nodeName, in GetTypeDescriptors()
320 void GetContextInfo(const RefPtr<PipelineContext>& context, std::unique_ptr<JsonValue>& jsonRoot) in GetContextInfo()332 std::unique_ptr<JsonValue> jsonRoot, bool isLayoutInspector) in GetInspectorInfo()468 auto jsonRoot = JsonUtil::Create(true); in GetInspector() local491 auto jsonRoot = JsonUtil::Create(true); in GetSubWindowInspector() local584 auto jsonRoot = JsonUtil::Create(true); in GetSimplifiedInspector() local
163 auto jsonRoot = JsonUtil::Create(true); in GetInspectorTree() local
1314 auto jsonRoot = JsonUtil::Create(true); in GetUseSizeType() local
98 std::unique_ptr<JsonValue> jsonRoot = JsonUtil::ParseJsonString(data); in RegisterCardUpdateCallback() local