Home
last modified time | relevance | path

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

/openbmc/entity-manager/test/
H A Dtest_topology.cpp66 topo.addBoard(subchassisPath, "Chassis", "BoardA", nlohmann::json()); in TEST()
67 topo.addBoard(superchassisPath, "Chassis", "BoardB", nlohmann::json()); in TEST()
86 topo.addBoard(subchassisPath, "Chassis", "BoardA", in TEST()
88 topo.addBoard(superchassisPath, "Chassis", "BoardB", in TEST()
101 topo.addBoard(subchassisPath, "Chassis", "BoardA", otherExposesItem); in TEST()
102 topo.addBoard(superchassisPath, "Chassis", "BoardB", otherExposesItem); in TEST()
114 topo.addBoard(subchassisPath, "Chassis", "BoardA", otherExposesItem); in TEST()
115 topo.addBoard(superchassisPath, "Chassis", "BoardB", in TEST()
128 topo.addBoard(subchassisPath, "Chassis", "BoardA", subchassisExposesItem); in TEST()
129 topo.addBoard(superchassisPath, "Chassis", "BoardB", otherExposesItem); in TEST()
[all …]
/openbmc/entity-manager/src/
H A Dtopology.hpp15 void addBoard(const std::string& path, const std::string& boardType,
H A Dtopology.cpp5 void Topology::addBoard(const std::string& path, const std::string& boardType, in addBoard() function in Topology
H A Dentity_manager.cpp803 topology.addBoard(boardPath, boardType, boardNameOrig, item); in postToDbus()