Lines Matching defs:jsonPointerPath
66 const std::string& jsonPointerPath,
73 jsonPointerPath{std::string(jsonPointerPath)}]() {
82 nlohmann::json::json_pointer ptr(jsonPointerPath);
198 nlohmann::json& systemConfiguration, const std::string& jsonPointerPath,
223 std::string path = jsonPointerPath;
231 createDeleteObjectMethod(jsonPointerPath, iface, systemConfiguration);
270 nlohmann::json& systemConfiguration, const std::string& jsonPointerPath,
273 nlohmann::json::json_pointer ptr(jsonPointerPath);
294 addObjectJson(newData, systemConfiguration, jsonPointerPath, path, board);
299 const std::string& jsonPointerPath, const std::string& path,
302 nlohmann::json::json_pointer ptr(jsonPointerPath);
369 jsonPointerPath + "/Exposes/" + std::to_string(lastIndex), interface,
374 const std::string& jsonPointerPath, const std::string& path,
382 [&systemConfiguration, jsonPointerPath{std::string(jsonPointerPath)},
386 addObject(data, systemConfiguration, jsonPointerPath, path, board);