Searched refs:newConfiguration (Results 1 – 1 of 1) sorted by relevance
/openbmc/entity-manager/src/ |
H A D | entity_manager.cpp | 582 void postToDbus(const nlohmann::json& newConfiguration, in postToDbus() argument 590 for (const auto& [boardId, boardConfig] : newConfiguration.items()) in postToDbus() 1011 nlohmann::json& newConfiguration) in deriveNewConfiguration() argument 1013 for (auto it = newConfiguration.begin(); it != newConfiguration.end();) in deriveNewConfiguration() 1018 it = newConfiguration.erase(it); in deriveNewConfiguration() 1037 const nlohmann::json newConfiguration, in publishNewConfiguration() argument 1040 loadOverlays(newConfiguration); in publishNewConfiguration() 1049 boost::asio::post(io, [&instance, count, &timer, newConfiguration, in publishNewConfiguration() 1051 postToDbus(newConfiguration, systemConfiguration, objServer); in publishNewConfiguration() 1119 nlohmann::json newConfiguration = systemConfiguration; in propertiesChangedCallback() local [all …]
|