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()
159 lg2::debug("post {TYPE} '{NAME}' to DBus", "TYPE", boardType, "NAME", in postBoardToDBus()
163 em_utils::buildInventorySystemPath(boardName, boardType); in postBoardToDBus()
174 boardType); in postBoardToDBus()
215 boardPath, boardType); in postBoardToDBus()
225 const std::string& boardType) in postExposesRecordsToDBus() argument
[all …]
H A Dutils.hpp36 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.cpp605 auto boardType = record.find("Type")->second.get<std::string>(); in updateSystemConfiguration() local
608 em_utils::buildInventorySystemPath(boardName, boardType); in updateSystemConfiguration()