Home
last modified time | relevance | path

Searched refs:DeviceUpdater (Results 1 – 5 of 5) sorted by relevance

/openbmc/pldm/fw-update/
H A Ddevice_updater.hpp116 class DeviceUpdater class
119 DeviceUpdater() = delete;
120 DeviceUpdater(const DeviceUpdater&) = delete;
121 DeviceUpdater(DeviceUpdater&&) = default;
122 DeviceUpdater& operator=(const DeviceUpdater&) = delete;
123 DeviceUpdater& operator=(DeviceUpdater&&) = delete;
124 ~DeviceUpdater() = default;
141 explicit DeviceUpdater(mctp_eid_t eid, std::istream& package,
H A Ddevice_updater.cpp93 DeviceUpdater::DeviceUpdater( in DeviceUpdater() function in pldm::fw_update::DeviceUpdater
115 void DeviceUpdater::startFwUpdateFlow() in startFwUpdateFlow()
172 void DeviceUpdater::requestUpdate(mctp_eid_t eid, const pldm_msg* response, in requestUpdate()
209 std::bind(&DeviceUpdater::sendPassCompTableRequest, this, in requestUpdate()
213 void DeviceUpdater::sendPassCompTableRequest(size_t offset) in sendPassCompTableRequest()
310 void DeviceUpdater::passCompTable(mctp_eid_t eid, const pldm_msg* response, in passCompTable()
356 std::bind(&DeviceUpdater::sendUpdateComponentRequest, this, in passCompTable()
364 std::bind(&DeviceUpdater::sendPassCompTableRequest, this, in passCompTable()
369 void DeviceUpdater::sendUpdateComponentRequest(size_t offset) in sendUpdateComponentRequest()
449 void DeviceUpdater::updateComponent(mctp_eid_t eid, const pldm_msg* response, in updateComponent()
[all …]
H A Dupdate_manager.hpp159 std::unordered_map<mctp_eid_t, std::unique_ptr<DeviceUpdater>>
H A Dupdate_manager.cpp193 std::make_unique<DeviceUpdater>( in processStream()
333 using mapEl = std::pair<const mctp_eid_t, std::unique_ptr<DeviceUpdater>>; in updateActivationProgress()
/openbmc/pldm/fw-update/test/
H A Ddevice_updater_test.cpp69 DeviceUpdater deviceUpdater(0, package, fwDeviceIDRecord, compImageInfos, in TEST_F()
142 DeviceUpdater deviceUpdater(0, package, fwDeviceIDRecord, compImageInfos, in TEST_F()