Searched refs:findType (Results 1 – 8 of 8) sorted by relevance
22 auto findType = cfg.find("Type"); in getI2CDeviceParams() local26 if (findType == cfg.end() || findBus == cfg.end() || findAddr == cfg.end()) in getI2CDeviceParams()31 const std::string* type = std::get_if<std::string>(&findType->second); in getI2CDeviceParams()
61 auto findType = exposesItem.find("Type"); in addBoard() local62 if (findType == exposesItem.end()) in addBoard()69 PortType exposesType = findType->get<std::string>(); in addBoard()
285 auto findType = configuration.find("Type"); in loadOverlays() local286 if (findType == configuration.end() || in loadOverlays()287 findType->type() != nlohmann::json::value_t::string) in loadOverlays()291 const std::string& type = findType.value().get<std::string>(); in loadOverlays()
308 auto findType = newData.find("Type"); in addObjectJson() local309 if (findName == newData.end() || findType == newData.end()) in addObjectJson()313 const std::string* type = findType->get_ptr<const std::string*>(); in addObjectJson()
243 auto findType = item.find("Type"); in postExposesRecordsToDBus() local245 if (findType != item.end()) in postExposesRecordsToDBus()247 itemType = findType->get<std::string>(); in postExposesRecordsToDBus()
652 auto findType = cfg.find("SensorType"); in createSensors() local653 if (findType != cfg.end()) in createSensors()656 findType->second); in createSensors()
310 auto findType = object.find("xyz.openbmc_project.FruDevice"); in startMatch() local311 if (findType == object.end()) in startMatch()336 auto findType = interfaces.find("xyz.openbmc_project.FruDevice"); in startMatch() local337 if (findType == interfaces.end()) in startMatch()
324 auto findType = object.find("xyz.openbmc_project.FruDevice"); in startMatch() local325 if (findType == object.end()) in startMatch()350 auto findType = interfaces.find("xyz.openbmc_project.FruDevice"); in startMatch() local351 if (findType == interfaces.end()) in startMatch()