Lines Matching refs:DeviceUpdater

20 void DeviceUpdater::startFwUpdateFlow()  in startFwUpdateFlow()
60 std::bind_front(&DeviceUpdater::requestUpdate, this)); in startFwUpdateFlow()
70 void DeviceUpdater::requestUpdate(mctp_eid_t eid, const pldm_msg* response, in requestUpdate()
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()
199 void DeviceUpdater::passCompTable(mctp_eid_t eid, const pldm_msg* response, in passCompTable()
243 std::bind(&DeviceUpdater::sendUpdateComponentRequest, this, in passCompTable()
251 std::bind(&DeviceUpdater::sendPassCompTableRequest, this, in passCompTable()
256 void DeviceUpdater::sendUpdateComponentRequest(size_t offset) in sendUpdateComponentRequest()
320 std::bind_front(&DeviceUpdater::updateComponent, this)); in sendUpdateComponentRequest()
330 void DeviceUpdater::updateComponent(mctp_eid_t eid, const pldm_msg* response, in updateComponent()
368 Response DeviceUpdater::requestFwData(const pldm_msg* request, in requestFwData()
457 Response DeviceUpdater::transferComplete(const pldm_msg* request, in transferComplete()
516 Response DeviceUpdater::verifyComplete(const pldm_msg* request, in verifyComplete()
574 Response DeviceUpdater::applyComplete(const pldm_msg* request, in applyComplete()
637 std::bind(&DeviceUpdater::sendActivateFirmwareRequest, this)); in applyComplete()
644 std::bind(&DeviceUpdater::sendUpdateComponentRequest, this, in applyComplete()
651 void DeviceUpdater::sendActivateFirmwareRequest() in sendActivateFirmwareRequest()
672 std::bind_front(&DeviceUpdater::activateFirmware, this)); in sendActivateFirmwareRequest()
681 void DeviceUpdater::activateFirmware(mctp_eid_t eid, const pldm_msg* response, in activateFirmware()