Searched refs:newConfiguration (Results 1 – 4 of 4) sorted by relevance
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | configuration.cpp | 112 nlohmann::json& newConfiguration) in deriveNewConfiguration() argument 116 for (auto it = newConfiguration.begin(); it != newConfiguration.end();) in deriveNewConfiguration() 121 it = newConfiguration.erase(it); in deriveNewConfiguration()
|
| H A D | entity_manager.cpp | 82 void EntityManager::postToDbus(const nlohmann::json& newConfiguration) in postToDbus() argument 87 for (const auto& [boardId, boardConfig] : newConfiguration.items()) in postToDbus() 140 // loop through newConfiguration, but use values from system in postBoardToDBus() 491 const nlohmann::json newConfiguration) in publishNewConfiguration() 493 loadOverlays(newConfiguration, io); in publishNewConfiguration() argument 502 boost::asio::post(io, [this, &instance, count, &timer, newConfiguration]() { in publishNewConfiguration() 503 postToDbus(newConfiguration); in publishNewConfiguration() 559 nlohmann::json newConfiguration = systemConfiguration; in propertiesChangedCallback() 561 deriveNewConfiguration(oldConfiguration, newConfiguration); in propertiesChangedCallback() local 563 for (const auto& [_, device] : newConfiguration in propertiesChangedCallback() [all...] |
| H A D | entity_manager.hpp | 54 nlohmann::json newConfiguration); 55 void postToDbus(const nlohmann::json& newConfiguration);
|
| H A D | configuration.hpp | 49 nlohmann::json& newConfiguration);
|