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.cpp874 sdbusplus::asio::connection& bus, const I2CDeviceTypeMap& typeMap, in setupPropertiesChangedMatches() argument
878 types.reserve(typeMap.size()); in setupPropertiesChangedMatches()
879 for (const auto& [type, dt] : typeMap) in setupPropertiesChangedMatches()
/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()
/openbmc/openpower-hw-diags/util/
H A Ddbus.cpp434 std::map<std::string, MachineType> typeMap = { in getMachineType() local
448 machineType = typeMap.at(hexId); in getMachineType()