Searched refs:typeMap (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-logging/tools/ |
H A D | elog-gen.py | 95 typeMap = { 110 return typeMap[i_type]
|
/openbmc/dbus-sensors/src/ |
H A D | DeviceMgmt.hpp | 76 sdbusplus::asio::connection& bus, const I2CDeviceTypeMap& typeMap,
|
H A D | Utils.cpp | 870 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 D | dbus.cpp | 435 std::map<std::string, MachineType> typeMap = { in getMachineType() local 449 machineType = typeMap.at(hexId); in getMachineType()
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_fru_cmd.cpp | 271 std::string typeToString(std::map<uint8_t, std::string> typeMap, in typeToString() argument 277 return std::string(typeMap.at(type)) + "(" + typeString + ")"; in typeToString()
|