Lines Matching refs:systemConfiguration

69     nlohmann::json& systemConfiguration)  in createDeleteObjectMethod()  argument
73 "Delete", [this, &systemConfiguration, interface, in createDeleteObjectMethod()
84 systemConfiguration[ptr] = nullptr; in createDeleteObjectMethod()
92 if (!writeJsonFiles(systemConfiguration)) in createDeleteObjectMethod()
147 nlohmann::json& systemConfiguration, const std::string& path, in populateInterfacePropertyFromJson() argument
160 systemConfiguration, path); in populateInterfacePropertyFromJson()
166 systemConfiguration, path); in populateInterfacePropertyFromJson()
172 systemConfiguration, path); in populateInterfacePropertyFromJson()
178 systemConfiguration, path); in populateInterfacePropertyFromJson()
184 systemConfiguration, path); in populateInterfacePropertyFromJson()
199 nlohmann::json& systemConfiguration, const std::string& jsonPointerPath, in populateInterfaceFromJson() argument
227 populateInterfacePropertyFromJson(systemConfiguration, path, key, value, in populateInterfaceFromJson()
232 createDeleteObjectMethod(jsonPointerPath, iface, systemConfiguration); in populateInterfaceFromJson()
272 nlohmann::json& systemConfiguration, const std::string& jsonPointerPath, in addObject() argument
276 nlohmann::json& base = systemConfiguration[ptr]; in addObject()
296 addObjectJson(newData, systemConfiguration, jsonPointerPath, path, board); in addObject()
300 nlohmann::json& newData, nlohmann::json& systemConfiguration, in addObjectJson() argument
305 nlohmann::json& base = systemConfiguration[ptr]; in addObjectJson()
354 if (!writeJsonFiles(systemConfiguration)) in addObjectJson()
370 systemConfiguration, in addObjectJson()
377 nlohmann::json& systemConfiguration, const std::string& board) in createAddObjectMethod() argument
384 [&systemConfiguration, jsonPointerPath{std::string(jsonPointerPath)}, in createAddObjectMethod()
388 addObject(data, systemConfiguration, jsonPointerPath, path, board); in createAddObjectMethod()