Home
last modified time | relevance | path

Searched refs:boardType (Results 1 – 7 of 7) sorted by relevance

/openbmc/entity-manager/src/entity_manager/
H A Dentity_manager.cpp144 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 Dutils.hpp42 const std::string& boardType);
H A Dtopology.cpp57 void Topology::addBoard(const std::string& path, const std::string& boardType, in addBoard() argument
92 boardTypes[path] = boardType; in addBoard()
H A Dutils.cpp315 const std::string& boardType) in buildInventorySystemPath() argument
318 std::string boardTypeLower = toLowerCopy(boardType); in buildInventorySystemPath()
H A Dtopology.hpp45 void addBoard(const std::string& path, const std::string& boardType,
H A Dentity_manager.hpp63 const std::string& boardType);
H A Dperform_scan.cpp590 auto boardType = record.find("Type")->second.get<std::string>(); in updateSystemConfiguration() local
593 em_utils::buildInventorySystemPath(boardName, boardType); in updateSystemConfiguration()