Home
last modified time | relevance | path

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

/openbmc/phosphor-psu-code-mgmt/src/
H A Dutils.hpp117 std::string getLatestVersion(const std::set<std::string>& versions);
162 virtual std::string getLatestVersion(
202 std::string getLatestVersion(
245 inline std::string getLatestVersion(const std::set<std::string>& versions) in getLatestVersion() function
247 return getUtils().getLatestVersion(versions); in getLatestVersion()
H A Dutils.cpp224 std::string Utils::getLatestVersion(const std::set<std::string>& versions) const in getLatestVersion() function in utils::Utils
H A Ditem_updater.cpp608 latestVersion = utils::getLatestVersion(versionStrings); in getLatestVersionId()
/openbmc/phosphor-psu-code-mgmt/test/
H A Dmocked_utils.hpp39 MOCK_CONST_METHOD1(getLatestVersion,
H A Dtest_item_updater.cpp77 EXPECT_CALL(mockedUtils, getLatestVersion(_)).Times(1); in TEST_F()
352 EXPECT_CALL(mockedUtils, getLatestVersion(ContainerEq(expectedVersions))) in TEST_F()
719 EXPECT_CALL(mockedUtils, getLatestVersion(ContainerEq(expectedVersions))) in TEST_F()