Lines Matching defs:newData
237 static void addObjectRuntimeValidateJson(const nlohmann::json& newData,
262 if (!validateJson(schema, newData))
283 nlohmann::json newData{};
286 nlohmann::json& newJson = newData[item.first];
294 addObjectJson(newData, systemConfiguration, jsonPointerPath, path, board);
298 nlohmann::json& newData, nlohmann::json& systemConfiguration,
305 auto findName = newData.find("Name");
306 auto findType = newData.find("Type");
307 if (findName == newData.end() || findType == newData.end())
342 addObjectRuntimeValidateJson(newData, type);
346 findExposes->at(lastIndex) = newData;
350 findExposes->push_back(newData);
370 newData, sdbusplus::asio::PropertyPermission::readWrite);