Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dtopology.cpp7 const nlohmann::json& exposesItem) in addBoard() argument
9 auto findType = exposesItem.find("Type"); in addBoard()
10 if (findType == exposesItem.end()) in addBoard()
21 auto findConnectsTo = exposesItem.find("ConnectsToType"); in addBoard()
22 if (findConnectsTo == exposesItem.end()) in addBoard()
32 auto findPoweredBy = exposesItem.find("PowerPort"); in addBoard()
33 if (findPoweredBy != exposesItem.end()) in addBoard()
H A Dtopology.hpp17 const nlohmann::json& exposesItem);