Home
last modified time | relevance | path

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

12

/openbmc/pldm/fw-update/test/
H A Dfirmware_inventory_test.cpp21 const SoftwareVersion& getVersion() const in getVersion() function in FirmwareInventoryTest
47 EXPECT_EQ(inventory.getVersion().version(), expectedSoftwareVersion); in TEST()
48 EXPECT_EQ(inventory.getVersion().purpose(), expectedPurpose); in TEST()
H A Dfirmware_inventory_manager_test.cpp27 const SoftwareVersion& getVersion() const in getVersion() function in FirmwareInventoryTest
103 EXPECT_EQ(inventory->getVersion().version(), firmwareVersion); in TEST()
/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()
/openbmc/phosphor-bmc-code-mgmt/cpld/
H A Dcpld.cpp50 sdbusplus::async::task<bool> CPLDDevice::getVersion(std::string& version) in getVersion() function in phosphor::software::cpld::CPLDDevice
59 if (!(co_await cpldInterface->getVersion(version))) in getVersion()
H A Dcpld.hpp36 sdbusplus::async::task<bool> getVersion(std::string& version);
H A Dcpld_interface.hpp31 virtual sdbusplus::async::task<bool> getVersion(std::string& version) = 0;
/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-bmc-code-mgmt/tpm/
H A Dtpm_device.cpp50 sdbusplus::async::task<std::string> TPMDevice::getVersion() in getVersion() function in TPMDevice
60 if (!co_await tpmInterface->getVersion(version)) in getVersion()
H A Dtpm_device.hpp31 virtual sdbusplus::async::task<bool> getVersion(std::string& version) = 0;
52 sdbusplus::async::task<std::string> getVersion();
/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/phosphor-bmc-code-mgmt/cpld/lattice/
H A Dlattice_cpld_factory.cpp57 sdbusplus::async::task<bool> LatticeCPLDFactory::getVersion( in getVersion() function in phosphor::software::cpld::LatticeCPLDFactory
67 co_return co_await cpldManager->getVersion(version); in getVersion()
H A Dlattice_cpld_factory.hpp20 sdbusplus::async::task<bool> getVersion(std::string& version) final;
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/pt5161l/
H A Dpt5161l.hpp10 std::string getVersion() final;
H A Dpt5161l.cpp12 std::string PT5161LDeviceVersion::getVersion() in getVersion() function in PT5161LDeviceVersion
/openbmc/phosphor-power/tools/power-utils/
H A Dversion.hpp35 std::string getVersion(sdbusplus::bus_t& bus,
H A Dmain.cpp65 ret = version::getVersion(bus, psuPathVersion); in main()
/openbmc/phosphor-bmc-code-mgmt/tpm/tpm2/
H A Dtpm2.hpp23 sdbusplus::async::task<bool> getVersion(std::string& version) final;
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/
H A Di2cvr_device.cpp38 sdbusplus::async::task<bool> I2CVRDevice::getVersion(uint32_t* sum) const in getVersion() function in phosphor::software::i2c_vr::device::I2CVRDevice
H A Di2cvr_device.hpp39 sdbusplus::async::task<bool> getVersion(uint32_t* sum) const;
/openbmc/skeleton/pyinventorymgr/
H A Dinventory_items.py63 def getVersion(): function
112 version = getVersion()
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device_version.hpp24 virtual std::string getVersion() = 0;
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dffdc_file.hpp126 uint8_t getVersion() const in getVersion() function in phosphor::power::regulators::FFDCFile
/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-parser.hpp70 unsigned int getVersion(const libhei::Signature& i_signature) const;

12