Home
last modified time | relevance | path

Searched refs:EntityType (Results 1 – 17 of 17) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dendpoint.hpp10 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 Dfru_parser.hpp26 using EntityType = uint16_t; typedef
105 pldm::responder::dbus::EntityType getEntityType( in getEntityType()
134 pldm::responder::dbus::EntityType>
H A Dfru_parser.cpp55 std::map<Interface, EntityType> defIntfToEntityType; in setupDefaultDBusLookup()
63 static_cast<EntityType>(element.value()); in setupDefaultDBusLookup()
H A Doem_handler.hpp37 pldm::pdr::EntityType entityType,
H A Devent_parser.hpp27 pdr::EntityType entityType;
H A Dpdr_utils.cpp204 static_cast<EntityType>(pdr->entity_type), in parseStateSensorPDR()
/openbmc/pldm/softoff/
H A Dsoftoff.hpp113 bool getEffecterID(pldm::pdr::EntityType& entityType,
124 int getSensorInfo(pldm::pdr::EntityType& entityType,
H A Dsoftoff.cpp62 pldm::pdr::EntityType entityType = entry.value("entityType", 0); in SoftPowerOff()
171 bool SoftPowerOff::getEffecterID(pldm::pdr::EntityType& entityType, in getEffecterID()
206 int SoftPowerOff::getSensorInfo(pldm::pdr::EntityType& entityType, in getSensorInfo()
/openbmc/pldm/common/
H A Dtypes.hpp173 using EntityType = uint16_t; typedef
187 using EntityInfo = std::tuple<ContainerID, EntityType, EntityInstance>;
H A Dutils.hpp190 using EntityMaps = std::map<pldm::pdr::EntityType, EntityName>;
/openbmc/pldm/platform-mc/
H A Dterminus.hpp30 using EntityType = uint16_t; typedef
47 EntityType type; //!< Entity type
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp137 using EntityType = uint8_t; typedef
162 EntityType entityType;
/openbmc/pldm/oem/ibm/host-bmc/
H A Dhost_lamp_test.cpp85 pdr::EntityType entityType = PLDM_ENTITY_INDICATOR | 0x8000; in getEffecterID()
/openbmc/openpower-occ-control/
H A Dpldm.hpp33 using EntityType = uint16_t; typedef
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.hpp153 pldm::pdr::EntityType entityType,
H A Doem_ibm_handler.cpp28 pldm::pdr::EntityType entityType, EntityInstance entityInstance, in getOemStateSensorReadingsHandler()
/openbmc/pldm/pldmtool/
H A Dpldm_platform_cmd.cpp306 const std::map<pldm::pdr::EntityType, std::string> entityType = {
674 std::string getEntityName(pldm::pdr::EntityType type) in getEntityName()