Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/test/common/device/
H A Ddevice.cpp112 std::unique_ptr<Software> softwareUpdate = in testDeviceStartUpdateCommon() local
115 const Software* newSoftware = softwareUpdate.get(); in testDeviceStartUpdateCommon()
117 co_await device->startUpdateAsync(fd, applyTime, std::move(softwareUpdate)); in testDeviceStartUpdateCommon()
169 std::unique_ptr<Software> softwareUpdate = in testDeviceStartUpdateInvalidFD() local
173 std::move(softwareUpdate)); in testDeviceStartUpdateInvalidFD()