Home
last modified time | relevance | path

Searched refs:getPurpose (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/test/common/software/
H A Dsoftware.cpp53 EXPECT_EQ(sw->getPurpose(), std::nullopt); in TEST_F()
56 EXPECT_EQ(sw->getPurpose(), SoftwareVersion::VersionPurpose::Unknown); in TEST_F()
/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_device.hpp54 using Software::getPurpose;
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dsoftware.hpp90 std::optional<SoftwareVersion::VersionPurpose> getPurpose();
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware.cpp134 std::optional<SoftwareVersion::VersionPurpose> Software::getPurpose() in getPurpose() function in Software
H A Ddevice.cpp168 softwareCurrent->getPurpose().value_or( in continueUpdateWithMappedPackage()