Home
last modified time | relevance | path

Searched refs:boardName (Results 1 – 3 of 3) sorted by relevance

/openbmc/entity-manager/src/
H A Dtopology.cpp6 const std::string& boardName, in addBoard() argument
15 boardNames.try_emplace(boardName, path); in addBoard()
87 void Topology::remove(const std::string& boardName) in remove() argument
92 auto boardFind = boardNames.find(boardName); in remove()
H A Dtopology.hpp16 const std::string& boardName,
20 void remove(const std::string& boardName);
H A Dentity_manager.cpp592 std::string boardName = boardConfig["Name"]; in postToDbus() local
609 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()