Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/test/common/software/
H A Dsoftware_version.cpp51 device->softwareCurrent->setVersion("v12.6"); in testSoftwareVersion()
58 device->softwareCurrent->setVersion("v20"); in testSoftwareVersion()
H A Dsoftware.cpp55 sw->setVersion("swVersion"); in TEST_F()
/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_device.cpp63 device->softwareCurrent->setVersion(swVersion); in ExampleCodeUpdater()
88 device->softwareCurrent->setVersion("v1.0", in initDevice()
/openbmc/phosphor-bmc-code-mgmt/tpm/
H A Dtpm_software_manager.cpp62 software->setVersion(co_await tpmDevice->getVersion()); in initDevice()
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dsoftware.hpp57 void setVersion(const std::string& versionStr,
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/
H A Di2cvr_software_manager.cpp94 software->setVersion(std::format("{:X}", sum), in initDevice()
/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dbios_software_manager.cpp113 spiDevice->softwareCurrent->setVersion( in initDevice()
H A Dspi_device.cpp482 softwareCurrent->setVersion(getVersion(), in processUpdate()
/openbmc/phosphor-bmc-code-mgmt/cpld/
H A Dcpld_software_manager.cpp85 software->setVersion(version, SoftwareVersion::VersionPurpose::Other); in initDevice()
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware.cpp116 void Software::setVersion(const std::string& versionStr, in setVersion() function in Software
H A Ddevice.cpp167 softwarePending->setVersion(componentVersion, in continueUpdateWithMappedPackage()
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device_software_manager.cpp174 software->setVersion(version.empty() ? "Unknown" : version, in initDevice()
H A Deeprom_device.cpp319 softwareCurrent->setVersion( in processHostStateChange()