/openbmc/phosphor-psu-code-mgmt/test/ |
H A D | test_item_updater.cpp | 115 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 D | mocked_utils.hpp | 33 MOCK_CONST_METHOD1(getVersion,
|
/openbmc/phosphor-psu-code-mgmt/src/ |
H A D | utils.hpp | 100 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 D | utils.cpp | 180 std::string Utils::getVersion(const std::string& inventoryPath) const in getVersion() function in utils::Utils
|
H A D | item_updater.cpp | 346 auto version = utils::getVersion(psuPath); in handlePSUPresenceChanged()
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | ffdc_file_tests.cpp | 56 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 D | ffdc_file.hpp | 109 uint8_t getVersion() const in getVersion() function in util::FFDCFile 168 e.getFormat(), e.getSubType(), e.getVersion(), in transformFFDC()
|
/openbmc/skeleton/pyinventorymgr/ |
H A D | inventory_items.py | 63 def getVersion(): function 112 version = getVersion()
|
/openbmc/phosphor-power/tools/power-utils/ |
H A D | version.hpp | 35 std::string getVersion(sdbusplus::bus_t& bus,
|
H A D | main.cpp | 59 ret = version::getVersion(bus, psuPathVersion); in main()
|
H A D | version.cpp | 170 std::string getVersion(sdbusplus::bus_t& bus, in getVersion() function
|
H A D | updater.cpp | 484 {"FIRMWARE_VERSION", version::getVersion(bus, getPsuInventoryPath())}}; in callOutGoodEventLog()
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | ffdc_file.hpp | 126 uint8_t getVersion() const in getVersion() function in phosphor::power::regulators::FFDCFile
|
H A D | error_logging.cpp | 202 file.getFormat(), file.getSubType(), file.getVersion(), in createFFDCTuples()
|
/openbmc/openpower-hw-diags/analyzer/ras-data/ |
H A D | ras-data-parser.hpp | 70 unsigned int getVersion(const libhei::Signature& i_signature) const;
|
H A D | ras-data-parser.cpp | 179 unsigned int RasDataParser::getVersion( in getVersion() function in analyzer::RasDataParser
|