Home
last modified time | relevance | path

Searched refs:boardConfig (Results 1 – 2 of 2) sorted by relevance

/openbmc/entity-manager/src/entity_manager/
H A Dentity_manager.cpp87 for (const auto& [boardId, boardConfig] : newConfiguration.items()) in postToDbus()
90 boardConfig.get_ptr<const nlohmann::json::object_t*>(); in postToDbus()
121 const std::string& boardId, const nlohmann::json::object_t& boardConfig, in postBoardToDBus() argument
124 auto boardNameIt = boardConfig.find("Name"); in postBoardToDBus()
125 if (boardNameIt == boardConfig.end()) in postBoardToDBus()
H A Dentity_manager.hpp57 const nlohmann::json::object_t& boardConfig,