Searched refs:boardConfig (Results 1 – 2 of 2) sorted by relevance
87 for (const auto& [boardId, boardConfig] : newConfiguration.items()) in postToDbus() 90 boardConfig.get_ptr<const nlohmann::json::object_t*>(); in postToDbus() 93 lg2::error("boardConfig for {BOARD} was not an object", "BOARD", 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()
57 const nlohmann::json::object_t& boardConfig,