Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/
H A Di2cvr_device.cpp13 setUpdateProgress(20); in updateDevice()
22 setUpdateProgress(50); in updateDevice()
31 setUpdateProgress(100); in updateDevice()
/openbmc/phosphor-bmc-code-mgmt/cpld/
H A Dcpld.cpp34 setUpdateProgress(1); in updateDevice()
37 return this->setUpdateProgress(percent); in updateDevice()
44 setUpdateProgress(100); in updateDevice()
/openbmc/phosphor-bmc-code-mgmt/tpm/
H A Dtpm_device.cpp37 setUpdateProgress(10); in updateDevice()
45 setUpdateProgress(100); in updateDevice()
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device.cpp94 setUpdateProgress(20); in updateDevice()
101 setUpdateProgress(40); in updateDevice()
108 setUpdateProgress(60); in updateDevice()
119 setUpdateProgress(80); in updateDevice()
125 setUpdateProgress(100); in updateDevice()
/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dspi_device.cpp108 setUpdateProgress(10); in updateDevice()
114 setUpdateProgress(100); in updateDevice()
290 setUpdateProgress(30); in writeSPIFlashWithFlashrom()
360 setUpdateProgress(30); in writeSPIFlashWithFlashcp()
427 setUpdateProgress( in writeSPIFlashDefault()
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Ddevice.hpp53 bool setUpdateProgress(uint8_t progress) const;
/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_device.cpp125 setUpdateProgress(progress); in updateDevice()
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Ddevice.cpp149 bool Device::setUpdateProgress(uint8_t progress) const in setUpdateProgress() function in Device