Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/test/common/device/
H A Ddevice.cpp117 co_await device->startUpdateAsync(fd, applyTime, std::move(softwareUpdate)); in testDeviceStartUpdateCommon()
172 co_await device->startUpdateAsync(image, RequestedApplyTimes::Immediate, in testDeviceStartUpdateInvalidFD()
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Ddevice.hpp61 sdbusplus::async::task<bool> startUpdateAsync(
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware_update.cpp90 co_await device.startUpdateAsync(imageDup, applyTime, in method_call()
H A Ddevice.cpp76 sdbusplus::async::task<bool> Device::startUpdateAsync( in startUpdateAsync() function in Device