Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dentity_manager.hpp107 auto findType = record.find("Type"); in logDeviceAdded() local
116 if (findType != record.end()) in logDeviceAdded()
118 type = findType->get<std::string>(); in logDeviceAdded()
161 auto findType = record.find("Type"); in logDeviceRemoved() local
170 if (findType != record.end()) in logDeviceRemoved()
172 type = findType->get<std::string>(); in logDeviceRemoved()
H A Dtopology.cpp9 auto findType = exposesItem.find("Type"); in addBoard() local
10 if (findType == exposesItem.end()) in addBoard()
17 PortType exposesType = findType->get<std::string>(); in addBoard()
H A Doverlay.cpp301 auto findType = configuration.find("Type"); in loadOverlays() local
302 if (findType == configuration.end() || in loadOverlays()
303 findType->type() != nlohmann::json::value_t::string) in loadOverlays()
307 std::string type = findType.value().get<std::string>(); in loadOverlays()
H A Dentity_manager.cpp491 auto findType = newData.find("Type"); in createAddObjectMethod() local
492 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() local
686 if (findType != item.end()) in postToDbus()
688 itemType = findType->get<std::string>(); in postToDbus()
/openbmc/dbus-sensors/src/
H A DDeviceMgmt.cpp24 auto findType = cfg.find("Type"); in getI2CDeviceParams() local
28 if (findType == cfg.end() || findBus == cfg.end() || findAddr == cfg.end()) in getI2CDeviceParams()
33 const std::string* type = std::get_if<std::string>(&findType->second); in getI2CDeviceParams()
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/intel-ipmi-oem/src/
H A Dstoragecommands.cpp401 auto findType = object.find("xyz.openbmc_project.FruDevice"); in startMatch() local
402 if (findType == object.end()) in startMatch()
426 auto findType = interfaces.find("xyz.openbmc_project.FruDevice"); in startMatch() local
427 if (findType == interfaces.end()) in startMatch()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp319 auto findType = object.find("xyz.openbmc_project.FruDevice"); in startMatch() local
320 if (findType == object.end()) in startMatch()
344 auto findType = interfaces.find("xyz.openbmc_project.FruDevice"); in startMatch() local
345 if (findType == interfaces.end()) in startMatch()