Lines Matching full:pldm
15 namespace pldm namespace
23 * This class handles all the aspects of the PLDM FW update specification for
26 class Manager : public pldm::MctpDiscoveryHandlerIntf
37 * @brief Constructor for the PLDM Firmware Update Manager
43 * @param[in] handler - Reference to the PLDM request handler for processing
44 * PLDM requests
46 * managing PLDM instance IDs
48 explicit Manager(const pldm::utils::DBusHandler* dbusHandler, Event& event, in Manager()
50 pldm::InstanceIdDb& instanceIdDb) : in Manager()
98 /** @brief Handle PLDM request for the commands in the FW update
102 * @param[in] command - PLDM command code
103 * @param[in] request - PLDM request message
104 * @param[in] requestLen - PLDM request message length
105 * @return PLDM response message
137 /** @brief PLDM firmware inventory manager */
140 /** @brief PLDM firmware update manager */
146 } // namespace pldm