Searched refs:boardPath (Results 1 – 2 of 2) sorted by relevance
/openbmc/entity-manager/src/ |
H A D | topology.cpp | 98 std::string boardPath = boardFind->second; in remove() local 105 std::find(it->second.begin(), it->second.end(), boardPath); in remove() 124 std::find(it->second.begin(), it->second.end(), boardPath); in remove()
|
H A D | entity_manager.cpp | 617 std::string boardPath = "/xyz/openbmc_project/inventory/system/"; in postToDbus() local 618 boardPath += boardtypeLower; in postToDbus() 619 boardPath += "/"; in postToDbus() 620 boardPath += boardName; in postToDbus() 623 createInterface(objServer, boardPath, in postToDbus() 627 createInterface(objServer, boardPath, in postToDbus() 631 createAddObjectMethod(jsonPointerPath, boardPath, systemConfiguration, in postToDbus() 643 createInterface(objServer, boardPath, propName, in postToDbus() 699 std::string ifacePath = boardPath; in postToDbus() 803 topology.addBoard(boardPath, boardType, boardNameOrig, item); in postToDbus() [all …]
|