Searched defs:roots (Results 1 – 5 of 5) sorted by relevance
28 bool FileUtils::GetJsonByFilePath(const char *filePath, std::vector<nlohmann::json> &roots) in GetJsonByFilePath()
103 cJSON *roots = GetJsonBundleInfos(bundleInfo, numOfBundleInfo); in ConvertBundleInfosToString() local174 cJSON *roots = cJSON_ParseWithLength(strs, buffSize); in ConvertStringToBundleInfos() local331 cJSON *roots = cJSON_CreateArray(); in GetJsonBundleInfos() local
98 …nnerCommonEventManager::GetJsonByFilePath(const char *filePath, std::vector<nlohmann::json> &roots) in GetJsonByFilePath()
147 cJSON* roots = cJSON_ParseWithLength(reinterpret_cast<const char*>(jsonBuf_.get()), len_); in PreGetPixelMapFromJsonBuf() local
579 std::vector<std::vector<sptr<WindowNode>>> roots = { aboveAppWindowNodeVec, appWindowNodeVec }; in GetCurCascadeRect() local