Lines Matching refs:newConfiguration
82 void EntityManager::postToDbus(const nlohmann::json& newConfiguration)
87 for (const auto& [boardId, boardConfig] : newConfiguration.items())
140 // loop through newConfiguration, but use values from system
491 const nlohmann::json newConfiguration)
493 loadOverlays(newConfiguration, io);
502 boost::asio::post(io, [this, &instance, count, &timer, newConfiguration]() {
503 postToDbus(newConfiguration);
559 nlohmann::json newConfiguration = systemConfiguration;
561 deriveNewConfiguration(oldConfiguration, newConfiguration);
563 for (const auto& [_, device] : newConfiguration.items())
570 boost::asio::post(io, [this, newConfiguration, count] {
573 std::ref(propertiesChangedTimer), newConfiguration);