Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DDeviceMgmt.cpp22 auto findType = cfg.find("Type"); in getI2CDeviceParams() local
26 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()
/openbmc/entity-manager/src/entity_manager/
H A Dtopology.cpp61 auto findType = exposesItem.find("Type"); in addBoard() local
62 if (findType == exposesItem.end()) in addBoard()
69 PortType exposesType = findType->get<std::string>(); in addBoard()
H A Doverlay.cpp285 auto findType = configuration.find("Type"); in loadOverlays() local
286 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()
H A Ddbus_interface.cpp308 auto findType = newData.find("Type"); in addObjectJson() local
309 if (findName == newData.end() || findType == newData.end()) in addObjectJson()
313 const std::string* type = findType->get_ptr<const std::string*>(); in addObjectJson()
H A Dentity_manager.cpp243 auto findType = item.find("Type"); in postExposesRecordsToDBus() local
245 if (findType != item.end()) in postExposesRecordsToDBus()
247 itemType = findType->get<std::string>(); in postExposesRecordsToDBus()
/openbmc/dbus-sensors/src/ipmb/
H A DIpmbSensor.cpp652 auto findType = cfg.find("SensorType"); in createSensors() local
653 if (findType != cfg.end()) in createSensors()
656 findType->second); in createSensors()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp310 auto findType = object.find("xyz.openbmc_project.FruDevice"); in startMatch() local
311 if (findType == object.end()) in startMatch()
336 auto findType = interfaces.find("xyz.openbmc_project.FruDevice"); in startMatch() local
337 if (findType == interfaces.end()) in startMatch()
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp324 auto findType = object.find("xyz.openbmc_project.FruDevice"); in startMatch() local
325 if (findType == object.end()) in startMatch()
350 auto findType = interfaces.find("xyz.openbmc_project.FruDevice"); in startMatch() local
351 if (findType == interfaces.end()) in startMatch()