Searched defs:jsonRoot (Results 1 – 6 of 6) sorted by relevance
45 cJSON* jsonRoot = cJSON_Parse(jsonData.c_str()); in ParseStoredCustomUtdJson() local61 cJSON* jsonRoot = cJSON_Parse(jsonData.c_str()); in ParseUserCustomUtdJson() local111 bool CustomUtdJsonParser::GetTypeDescriptors(const json &jsonRoot, const std::string &nodeName, in GetTypeDescriptors()
386 void GetContextInfo(const RefPtr<PipelineContext>& context, std::unique_ptr<JsonValue>& jsonRoot) in GetContextInfo()398 …std::unique_ptr<JsonValue> jsonRoot, bool isLayoutInspector, const InspectorFilter& filter = Inspe… in GetInspectorInfo()564 auto jsonRoot = JsonUtil::Create(true); in GetInspector() local608 auto jsonRoot = JsonUtil::Create(true); in GetInspectorOfNode() local627 auto jsonRoot = JsonUtil::Create(true); in GetSubWindowInspector() local721 auto jsonRoot = JsonUtil::Create(true); in GetSimplifiedInspector() local
164 auto jsonRoot = JsonUtil::Create(true); in GetInspectorTree() local
1314 auto jsonRoot = JsonUtil::Create(true); in GetUseSizeType() local
177 auto jsonRoot = JsonUtil::Create(true); variable
106 std::unique_ptr<JsonValue> jsonRoot = JsonUtil::ParseJsonString(data); in RegisterCardUpdateCallback() local