Home
last modified time | relevance | path

Searched refs:SoftwareVersion (Results 1 – 18 of 18) sorted by relevance

/openbmc/pldm/oem/meta/libpldmresponder/
H A Dfile_io_type_bios_version.cpp11 using SoftwareVersion = typedef
32 SoftwareVersion::namespace_path, slotNum), in write()
33 SoftwareVersion::interface, SoftwareVersion::property_names::version, in write()
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dsoftware.hpp26 using SoftwareVersion = typedef
58 SoftwareVersion::VersionPurpose versionPurpose =
59 SoftwareVersion::VersionPurpose::Unknown);
90 std::optional<SoftwareVersion::VersionPurpose> getPurpose();
119 std::unique_ptr<SoftwareVersion> version = nullptr;
/openbmc/pldm/fw-update/
H A Dfirmware_inventory.hpp15 using SoftwareVersion = sdbusplus::server::object_t< typedef
20 using SoftwareVersionPurpose = SoftwareVersion::VersionPurpose;
78 SoftwareVersion version;
H A Dfirmware_inventory_manager.cpp12 using SoftwareVersion = typedef
48 std::format("{}/{}_{}_{}", SoftwareVersion::namespace_path, boardName, in createFirmwareEntry()
H A Dfirmware_inventory.cpp13 SoftwareVersion::action::defer_emit) in FirmwareInventory()
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware.cpp117 SoftwareVersion::VersionPurpose versionPurpose) in setVersion()
123 version = std::make_unique<SoftwareVersion>( in setVersion()
125 SoftwareVersion::properties_t{versionStr, versionPurpose}); in setVersion()
134 std::optional<SoftwareVersion::VersionPurpose> Software::getPurpose() in getPurpose()
H A Ddevice.cpp169 SoftwareVersion::VersionPurpose::Unknown)); in continueUpdateWithMappedPackage()
/openbmc/pldm/fw-update/test/
H A Dfirmware_inventory_test.cpp21 const SoftwareVersion& getVersion() const in getVersion()
H A Dfirmware_inventory_manager_test.cpp27 const SoftwareVersion& getVersion() const in getVersion()
/openbmc/phosphor-bmc-code-mgmt/test/common/software/
H A Dsoftware.cpp56 EXPECT_EQ(sw->getPurpose(), SoftwareVersion::VersionPurpose::Unknown); in TEST_F()
/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_device.cpp89 SoftwareVersion::VersionPurpose::Other); in initDevice()
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/
H A Di2cvr_software_manager.cpp95 SoftwareInf::SoftwareVersion::VersionPurpose::Other); in initDevice()
/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dbios_software_manager.cpp114 SPIDevice::getVersion(), SoftwareVersion::VersionPurpose::Host); in initDevice()
H A Dspi_device.cpp483 SoftwareVersion::VersionPurpose::Host); in processUpdate()
/openbmc/phosphor-bmc-code-mgmt/cpld/
H A Dcpld_software_manager.cpp85 software->setVersion(version, SoftwareVersion::VersionPurpose::Other); in initDevice()
/openbmc/pldm/libpldmresponder/
H A Dfru.cpp21 using SoftwareVersion = typedef
250 fwRunningVersion.c_str(), SoftwareVersion::property_names::version, in populatefwVersion()
251 SoftwareVersion::interface); in populatefwVersion()
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device_software_manager.cpp175 SoftwareInf::SoftwareVersion::VersionPurpose::Other); in initDevice()
H A Deeprom_device.cpp321 SoftwareInf::SoftwareVersion::VersionPurpose::Other); in processHostStateChange()