Home
last modified time | relevance | path

Searched refs:getVersion (Results 1 – 16 of 16) sorted by relevance

/openbmc/phosphor-psu-code-mgmt/test/
H A Dtest_item_updater.cpp115 EXPECT_CALL(mockedUtils, getVersion(StrEq(psuPath))) in TEST_F()
149 EXPECT_CALL(mockedUtils, getVersion(StrEq(psu0))) in TEST_F()
156 EXPECT_CALL(mockedUtils, getVersion(StrEq(psu1))) in TEST_F()
199 EXPECT_CALL(mockedUtils, getVersion(StrEq(psu0))) in TEST_F()
206 EXPECT_CALL(mockedUtils, getVersion(StrEq(psu1))) in TEST_F()
249 EXPECT_CALL(mockedUtils, getVersion(StrEq(psuPath))) in TEST_F()
302 EXPECT_CALL(mockedUtils, getVersion(StrEq(psuPath))) in TEST_F()
321 EXPECT_CALL(mockedUtils, getVersion(StrEq(psuPath))) in TEST_F()
343 EXPECT_CALL(mockedUtils, getVersion(StrEq(psuPath))) in TEST_F()
385 EXPECT_CALL(mockedUtils, getVersion(StrEq(psu0))) in TEST_F()
[all …]
H A Dmocked_utils.hpp33 MOCK_CONST_METHOD1(getVersion,
/openbmc/phosphor-psu-code-mgmt/src/
H A Dutils.hpp100 std::string getVersion(const std::string& inventoryPath);
158 virtual std::string getVersion(const std::string& inventoryPath) const = 0;
198 std::string getVersion(const std::string& inventoryPath) const override;
235 inline std::string getVersion(const std::string& inventoryPath) in getVersion() function
237 return getUtils().getVersion(inventoryPath); in getVersion()
H A Dutils.cpp180 std::string Utils::getVersion(const std::string& inventoryPath) const in getVersion() function in utils::Utils
H A Ditem_updater.cpp346 auto version = utils::getVersion(psuPath); in handlePSUPresenceChanged()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dffdc_file_tests.cpp56 EXPECT_EQ(file.getVersion(), 0); in TEST()
68 EXPECT_EQ(file.getVersion(), 3); in TEST()
140 EXPECT_EQ(file.getVersion(), 0); in TEST()
146 EXPECT_EQ(file.getVersion(), 5); in TEST()
/openbmc/openpower-hw-diags/util/
H A Dffdc_file.hpp109 uint8_t getVersion() const in getVersion() function in util::FFDCFile
168 e.getFormat(), e.getSubType(), e.getVersion(), in transformFFDC()
/openbmc/skeleton/pyinventorymgr/
H A Dinventory_items.py63 def getVersion(): function
112 version = getVersion()
/openbmc/phosphor-power/tools/power-utils/
H A Dversion.hpp35 std::string getVersion(sdbusplus::bus_t& bus,
H A Dmain.cpp59 ret = version::getVersion(bus, psuPathVersion); in main()
H A Dversion.cpp170 std::string getVersion(sdbusplus::bus_t& bus, in getVersion() function
H A Dupdater.cpp484 {"FIRMWARE_VERSION", version::getVersion(bus, getPsuInventoryPath())}}; in callOutGoodEventLog()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dffdc_file.hpp126 uint8_t getVersion() const in getVersion() function in phosphor::power::regulators::FFDCFile
H A Derror_logging.cpp202 file.getFormat(), file.getSubType(), file.getVersion(), in createFFDCTuples()
/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-parser.hpp70 unsigned int getVersion(const libhei::Signature& i_signature) const;
H A Dras-data-parser.cpp179 unsigned int RasDataParser::getVersion( in getVersion() function in analyzer::RasDataParser