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