Lines Matching refs:newData
239 const nlohmann::json& newData, const std::string* type, in addObjectRuntimeValidateJson() argument
264 if (!validateJson(schema, newData)) in addObjectRuntimeValidateJson()
285 nlohmann::json newData{}; in addObject() local
288 nlohmann::json& newJson = newData[item.first]; in addObject()
296 addObjectJson(newData, systemConfiguration, jsonPointerPath, path, board); in addObject()
300 nlohmann::json& newData, nlohmann::json& systemConfiguration, in addObjectJson() argument
307 auto findName = newData.find("Name"); in addObjectJson()
308 auto findType = newData.find("Type"); in addObjectJson()
309 if (findName == newData.end() || findType == newData.end()) in addObjectJson()
344 addObjectRuntimeValidateJson(newData, type, schemaDirectory); in addObjectJson()
348 findExposes->at(lastIndex) = newData; in addObjectJson()
352 findExposes->push_back(newData); in addObjectJson()
372 newData, sdbusplus::asio::PropertyPermission::readWrite); in addObjectJson()