Searched refs:findBoardType (Results 1 – 1 of 1) sorted by relevance
598 auto findBoardType = boardValues.find("Type"); in postToDbus() local600 if (findBoardType != boardValues.end() && in postToDbus()601 findBoardType->type() == nlohmann::json::value_t::string) in postToDbus()603 boardType = findBoardType->get<std::string>(); in postToDbus()