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.hpp25 class DeviceUpdater class
28 DeviceUpdater() = delete;
29 DeviceUpdater(const DeviceUpdater&) = delete;
30 DeviceUpdater(DeviceUpdater&&) = default;
31 DeviceUpdater& operator=(const DeviceUpdater&) = delete;
32 DeviceUpdater& operator=(DeviceUpdater&&) = delete;
33 ~DeviceUpdater() = default;
50 explicit DeviceUpdater(mctp_eid_t eid, std::ifstream& package, in DeviceUpdater() function in pldm::fw_update::DeviceUpdater
H A Ddevice_updater.cpp20 void DeviceUpdater::startFwUpdateFlow() in startFwUpdateFlow()
60 std::bind_front(&DeviceUpdater::requestUpdate, this)); in startFwUpdateFlow()
105 std::bind(&DeviceUpdater::sendPassCompTableRequest, this, in requestUpdate()
109 void DeviceUpdater::sendPassCompTableRequest(size_t offset) in sendPassCompTableRequest()
189 std::bind_front(&DeviceUpdater::passCompTable, this)); in sendPassCompTableRequest()
256 void DeviceUpdater::sendUpdateComponentRequest(size_t offset) in sendUpdateComponentRequest()
320 std::bind_front(&DeviceUpdater::updateComponent, this)); in sendUpdateComponentRequest()
368 Response DeviceUpdater::requestFwData(const pldm_msg* request, in requestFwData()
516 Response DeviceUpdater::verifyComplete(const pldm_msg* request, in verifyComplete()
574 Response DeviceUpdater::applyComplete(const pldm_msg* request, in applyComplete()
[all …]
H A Dupdate_manager.hpp112 std::unordered_map<mctp_eid_t, std::unique_ptr<DeviceUpdater>>
H A Dupdate_manager.cpp151 std::make_unique<DeviceUpdater>( in processPackage()
/openbmc/pldm/fw-update/test/
H A Ddevice_updater_test.cpp84 DeviceUpdater deviceUpdater(0, package, fwDeviceIDRecord, compImageInfos, in TEST_F()