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.hpp106 auto findType = record.find("Type"); in logDeviceAdded() local
115 if (findType != record.end()) in logDeviceAdded()
117 type = findType->get<std::string>(); in logDeviceAdded()
160 auto findType = record.find("Type"); in logDeviceRemoved() local
169 if (findType != record.end()) in logDeviceRemoved()
171 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.cpp299 auto findType = configuration.find("Type"); in loadOverlays() local
300 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()
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.cpp21 auto findType = cfg.find("Type"); in getI2CDeviceParams() local
25 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()
/openbmc/dbus-sensors/src/ipmb/
H A DIpmbSensor.cpp658 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
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp325 auto findType = object.find("xyz.openbmc_project.FruDevice"); in startMatch() local
326 if (findType == object.end()) in startMatch()
351 auto findType = interfaces.find("xyz.openbmc_project.FruDevice"); in startMatch() local
352 if (findType == interfaces.end()) in startMatch()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp311 auto findType = object.find("xyz.openbmc_project.FruDevice"); in startMatch() local
312 if (findType == object.end()) in startMatch()
337 auto findType = interfaces.find("xyz.openbmc_project.FruDevice"); in startMatch() local
338 if (findType == interfaces.end()) in startMatch()