Searched refs:findType (Results 1 – 8 of 8) sorted by relevance
106 auto findType = record.find("Type"); in logDeviceAdded() local115 if (findType != record.end()) in logDeviceAdded()117 type = findType->get<std::string>(); in logDeviceAdded()160 auto findType = record.find("Type"); in logDeviceRemoved() local169 if (findType != record.end()) in logDeviceRemoved()171 type = findType->get<std::string>(); in logDeviceRemoved()
9 auto findType = exposesItem.find("Type"); in addBoard() local10 if (findType == exposesItem.end()) in addBoard()17 PortType exposesType = findType->get<std::string>(); in addBoard()
299 auto findType = configuration.find("Type"); in loadOverlays() local300 if (findType == configuration.end() || in loadOverlays()301 findType->type() != nlohmann::json::value_t::string) in loadOverlays()305 std::string type = findType.value().get<std::string>(); in loadOverlays()
491 auto findType = newData.find("Type"); in createAddObjectMethod() local492 if (findName == newData.end() || findType == newData.end()) in createAddObjectMethod()496 const std::string* type = findType->get_ptr<const std::string*>(); in createAddObjectMethod()684 auto findType = item.find("Type"); in postToDbus() local686 if (findType != item.end()) in postToDbus()688 itemType = findType->get<std::string>(); in postToDbus()
21 auto findType = cfg.find("Type"); in getI2CDeviceParams() local25 if (findType == cfg.end() || findBus == cfg.end() || findAddr == cfg.end()) in getI2CDeviceParams()30 const std::string* type = std::get_if<std::string>(&findType->second); in getI2CDeviceParams()
658 auto findType = cfg.find("SensorType"); in createSensors() 659 if (findType != cfg.end()) in createSensors() 662 findType->second); in createSensors() 654 auto findType = cfg.find("SensorType"); createSensors() local
325 auto findType = object.find("xyz.openbmc_project.FruDevice"); in startMatch() local326 if (findType == object.end()) in startMatch()351 auto findType = interfaces.find("xyz.openbmc_project.FruDevice"); in startMatch() local352 if (findType == interfaces.end()) in startMatch()
311 auto findType = object.find("xyz.openbmc_project.FruDevice"); in startMatch() local312 if (findType == object.end()) in startMatch()337 auto findType = interfaces.find("xyz.openbmc_project.FruDevice"); in startMatch() local338 if (findType == interfaces.end()) in startMatch()