Searched refs:boardType (Results 1 – 7 of 7) sorted by relevance
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | entity_manager.cpp | 144 std::string boardType; in postBoardToDBus() local 148 boardType = findBoardType->get<std::string>(); in postBoardToDBus() 149 std::regex_replace(boardType.begin(), boardType.begin(), in postBoardToDBus() 150 boardType.end(), illegalDbusMemberRegex, "_"); in postBoardToDBus() 156 boardType = "Chassis"; in postBoardToDBus() 160 em_utils::buildInventorySystemPath(boardName, boardType); in postBoardToDBus() 171 boardType); in postBoardToDBus() 212 boardPath, boardType); in postBoardToDBus() 222 const std::string& boardType) in postExposesRecordsToDBus() argument 310 topology.addBoard(boardPath, boardType, boardNameOrig, item); in postExposesRecordsToDBus()
|
| H A D | utils.hpp | 42 const std::string& boardType);
|
| H A D | topology.cpp | 57 void Topology::addBoard(const std::string& path, const std::string& boardType, in addBoard() argument 92 boardTypes[path] = boardType; in addBoard()
|
| H A D | utils.cpp | 315 const std::string& boardType) in buildInventorySystemPath() argument 318 std::string boardTypeLower = toLowerCopy(boardType); in buildInventorySystemPath()
|
| H A D | topology.hpp | 45 void addBoard(const std::string& path, const std::string& boardType,
|
| H A D | entity_manager.hpp | 63 const std::string& boardType);
|
| H A D | perform_scan.cpp | 590 auto boardType = record.find("Type")->second.get<std::string>(); in updateSystemConfiguration() local 593 em_utils::buildInventorySystemPath(boardName, boardType); in updateSystemConfiguration()
|