Searched refs:EntityType (Results 1 – 16 of 16) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | endpoint.hpp | 10 enum class EntityType{ enum 39 NLOHMANN_JSON_SERIALIZE_ENUM(EntityType, { 40 {EntityType::Invalid, "Invalid"}, 41 {EntityType::StorageInitiator, "StorageInitiator"}, 42 {EntityType::RootComplex, "RootComplex"}, 43 {EntityType::NetworkController, "NetworkController"}, 44 {EntityType::Drive, "Drive"}, 45 {EntityType::StorageExpander, "StorageExpander"}, 46 {EntityType::DisplayController, "DisplayController"}, 47 {EntityType::Bridge, "Bridge"}, [all …]
|
| /openbmc/pldm/libpldmresponder/ |
| H A D | fru_parser.hpp | 26 using EntityType = uint16_t; typedef 105 pldm::responder::dbus::EntityType getEntityType( in getEntityType() 134 pldm::responder::dbus::EntityType>
|
| H A D | fru_parser.cpp | 66 std::map<Interface, EntityType> defIntfToEntityType; in setupDefaultDBusLookup() 74 static_cast<EntityType>(element.value()); in setupDefaultDBusLookup()
|
| H A D | oem_handler.hpp | 37 pldm::pdr::EntityType entityType,
|
| H A D | event_parser.hpp | 27 pdr::EntityType entityType;
|
| H A D | pdr_utils.cpp | 204 static_cast<EntityType>(pdr->entity_type), in parseStateSensorPDR()
|
| /openbmc/pldm/softoff/ |
| H A D | softoff.hpp | 113 bool getEffecterID(pldm::pdr::EntityType& entityType, 124 int getSensorInfo(pldm::pdr::EntityType& entityType,
|
| H A D | softoff.cpp | 65 pldm::pdr::EntityType entityType = entry.value("entityType", 0); in SoftPowerOff() 175 bool SoftPowerOff::getEffecterID(pldm::pdr::EntityType& entityType, in getEffecterID() 210 int SoftPowerOff::getSensorInfo(pldm::pdr::EntityType& entityType, in getSensorInfo()
|
| /openbmc/pldm/common/ |
| H A D | types.hpp | 187 using EntityType = uint16_t; typedef 213 EntityType type; //!< Entity type 232 using EntityInfo = std::tuple<ContainerID, EntityType, EntityInstance>;
|
| H A D | utils.hpp | 195 using EntityMaps = std::map<pldm::pdr::EntityType, EntityName>;
|
| /openbmc/phosphor-host-ipmid/include/ipmid/ |
| H A D | types.hpp | 138 using EntityType = uint8_t; typedef 163 EntityType entityType;
|
| /openbmc/pldm/oem/ibm/host-bmc/ |
| H A D | host_lamp_test.cpp | 85 pdr::EntityType entityType = PLDM_ENTITY_INDICATOR | 0x8000; in getEffecterID()
|
| /openbmc/openpower-occ-control/ |
| H A D | pldm.hpp | 33 using EntityType = uint16_t; typedef
|
| /openbmc/pldm/oem/ibm/libpldmresponder/ |
| H A D | oem_ibm_handler.hpp | 231 pldm::pdr::EntityType entityType,
|
| H A D | oem_ibm_handler.cpp | 29 pldm::pdr::EntityType entityType, EntityInstance entityInstance, in getOemStateSensorReadingsHandler()
|
| /openbmc/pldm/pldmtool/ |
| H A D | pldm_platform_cmd.cpp | 367 const std::map<pldm::pdr::EntityType, std::string> entityType = { 735 std::string getEntityName(pldm::pdr::EntityType type) in getEntityName()
|