Lines Matching defs:systemConfiguration
343 nlohmann::json& systemConfiguration, const std::string& recordName,
363 for (const auto& [configId, config] : systemConfiguration.items())
431 nlohmann::json& value, nlohmann::json& systemConfiguration)
444 applyExposeActions(systemConfiguration, recordName, *exposeObj, key,
466 auto record = _em.systemConfiguration.find(recordName);
467 if (record == _em.systemConfiguration.end())
478 _em.systemConfiguration[recordName] = *record;
558 _em.systemConfiguration[recordName] = record;
574 _em.systemConfiguration);
581 findExpose->second, _em.systemConfiguration);
596 _em.systemConfiguration[recordName] = record;