Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dentity_manager.cpp598 auto findBoardType = boardValues.find("Type"); in postToDbus() local
600 if (findBoardType != boardValues.end() && in postToDbus()
601 findBoardType->type() == nlohmann::json::value_t::string) in postToDbus()
603 boardType = findBoardType->get<std::string>(); in postToDbus()