Searched refs:boardName (Results 1 – 3 of 3) sorted by relevance
6 const std::string& boardName, in addBoard() argument15 boardNames.try_emplace(boardName, path); in addBoard()87 void Topology::remove(const std::string& boardName) in remove() argument92 auto boardFind = boardNames.find(boardName); in remove()
16 const std::string& boardName,20 void remove(const std::string& boardName);
592 std::string boardName = boardConfig["Name"]; in postToDbus() local609 std::cerr << "Unable to find type for " << boardName in postToDbus()615 std::regex_replace(boardName.begin(), boardName.begin(), in postToDbus()616 boardName.end(), illegalDbusMemberRegex, "_"); in postToDbus()620 boardPath += boardName; in postToDbus()624 "xyz.openbmc_project.Inventory.Item", boardName); in postToDbus()