Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dspi_device.hpp60 auto processUpdate(std::string versionFileName) -> sdbusplus::async::task<>;
H A Dspi_device.cpp469 auto SPIDevice::processUpdate(std::string versionFileName) in processUpdate() function in SPIDevice
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A DNotifyWatch.hpp107 co_await static_cast<Instance*>(this)->processUpdate(fileName); in readNotifyAsync()