Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dentity_manager.cpp597 auto boardValues = systemConfiguration[boardId]; in postToDbus() local
598 auto findBoardType = boardValues.find("Type"); in postToDbus()
600 if (findBoardType != boardValues.end() && in postToDbus()
635 boardIface, boardValues, objServer); in postToDbus()
638 for (const auto& [propName, propValue] : boardValues.items()) in postToDbus()
652 auto exposes = boardValues.find("Exposes"); in postToDbus()
653 if (exposes == boardValues.end()) in postToDbus()