Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dentity_manager.cpp587 std::map<std::string, std::string> newBoards; // path -> name in postToDbus() local
806 newBoards.emplace(boardPath, boardNameOrig); in postToDbus()
810 topology.getAssocs(newBoards)) in postToDbus()
812 auto findBoard = newBoards.find(assocPath); in postToDbus()
813 if (findBoard == newBoards.end()) in postToDbus()