Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/
H A Di2cvr_device.cpp10 sdbusplus::async::task<bool> I2CVRDevice::updateDevice(const uint8_t* image, in updateDevice() function in phosphor::software::i2c_vr::device::I2CVRDevice
H A Di2cvr_device.hpp36 sdbusplus::async::task<bool> updateDevice(const uint8_t* image,
/openbmc/phosphor-bmc-code-mgmt/cpld/
H A Dcpld.cpp8 sdbusplus::async::task<bool> CPLDDevice::updateDevice(const uint8_t* image, in updateDevice() function in phosphor::software::cpld::CPLDDevice
H A Dcpld.hpp34 sdbusplus::async::task<bool> updateDevice(const uint8_t* image,
/openbmc/phosphor-bmc-code-mgmt/tpm/
H A Dtpm_device.cpp28 sdbusplus::async::task<bool> TPMDevice::updateDevice(const uint8_t* image, in updateDevice() function in TPMDevice
H A Dtpm_device.hpp49 sdbusplus::async::task<bool> updateDevice(const uint8_t* image,
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device.hpp30 sdbusplus::async::task<bool> updateDevice(const uint8_t* image,
H A Deeprom_device.cpp76 sdbusplus::async::task<bool> EEPROMDevice::updateDevice(const uint8_t* image, in updateDevice() function in EEPROMDevice
/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_device.hpp71 sdbusplus::async::task<bool> updateDevice(const uint8_t* image,
H A Dexample_device.cpp108 sdbusplus::async::task<bool> ExampleDevice::updateDevice( in updateDevice() function in ExampleDevice
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Ddevice.hpp47 virtual sdbusplus::async::task<bool> updateDevice(const uint8_t* image,
/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dspi_device.hpp53 sdbusplus::async::task<bool> updateDevice(const uint8_t* image,
H A Dspi_device.cpp91 sdbusplus::async::task<bool> SPIDevice::updateDevice(const uint8_t* image, in updateDevice() function in SPIDevice
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Ddevice.cpp185 co_await updateDevice(matchingComponentImage, componentImageSize); in continueUpdateWithMappedPackage()
/openbmc/phosphor-bmc-code-mgmt/test/common/device/
H A Ddevice.cpp198 co_await device->updateDevice((const uint8_t*)buffer, buffer_size); in testDeviceSpecificUpdateFunction()