Home
last modified time | relevance | path

Searched refs:typeMap (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-logging/tools/
H A Delog-gen.py95 typeMap = {
110 return typeMap[i_type]
/openbmc/dbus-sensors/src/
H A DDeviceMgmt.hpp76 sdbusplus::asio::connection& bus, const I2CDeviceTypeMap& typeMap,
H A DUtils.cpp870 sdbusplus::asio::connection& bus, const I2CDeviceTypeMap& typeMap, in setupPropertiesChangedMatches()
874 types.reserve(typeMap.size()); in setupPropertiesChangedMatches()
875 for (const auto& [type, dt] : typeMap) in setupPropertiesChangedMatches()
865 setupPropertiesChangedMatches(sdbusplus::asio::connection & bus,const I2CDeviceTypeMap & typeMap,const std::function<void (sdbusplus::message_t &)> & handler) setupPropertiesChangedMatches() argument
/openbmc/openpower-hw-diags/util/
H A Ddbus.cpp435 std::map<std::string, MachineType> typeMap = { in getMachineType() local
449 machineType = typeMap.at(hexId); in getMachineType()
/openbmc/pldm/pldmtool/
H A Dpldm_fru_cmd.cpp271 std::string typeToString(std::map<uint8_t, std::string> typeMap, in typeToString() argument
277 return std::string(typeMap.at(type)) + "(" + typeString + ")"; in typeToString()