Lines Matching full:pldm
11 namespace pldm namespace
48 std::tuple<pldm::responder::dbus::Service, pldm::responder::dbus::RootPath,
49 pldm::responder::dbus::Interfaces>;
51 pldm::responder::dbus::Interface, pldm::responder::dbus::Property,
52 pldm::responder::dbus::PropertyType, pldm::responder::fru::FieldType>;
55 std::tuple<pldm::responder::fru::RecordType,
56 pldm::responder::fru::EncodingType, std::vector<FieldInfo>>;
64 * @brief Parses the PLDM FRU configuration files to populate the data
66 * inventory information into PLDM FRU Record.
90 /** @brief Get the information need to create PLDM FRU records for a
96 * @return return the info create the PLDM FRU records from inventory D-Bus
100 getRecordInfo(const pldm::responder::dbus::Interface& intf) const in getRecordInfo()
105 pldm::responder::dbus::EntityType
106 getEntityType(const pldm::responder::dbus::Interface& intf) const in getEntityType()
133 std::map<pldm::responder::dbus::Interface,
134 pldm::responder::dbus::EntityType>
142 } // namespace pldm