Searched refs:oldConfiguration (Results 1 – 3 of 3) sorted by relevance
111 void deriveNewConfiguration(const nlohmann::json& oldConfiguration, in deriveNewConfiguration() argument116 auto findKey = oldConfiguration.find(it.key()); in deriveNewConfiguration()117 if (findKey != oldConfiguration.end()) in deriveNewConfiguration()
48 void deriveNewConfiguration(const nlohmann::json& oldConfiguration,
541 nlohmann::json oldConfiguration = systemConfiguration; in propertiesChangedCallback() local547 [this, count, oldConfiguration, missingConfigurations]() { in propertiesChangedCallback()558 deriveNewConfiguration(oldConfiguration, newConfiguration); in propertiesChangedCallback()