/openbmc/phosphor-power/phosphor-power-supply/test/ |
H A D | power_supply_tests.cpp | 764 EXPECT_CALL(mockPMBus, readString(READ_VIN, _)) in TEST_F() 914 EXPECT_CALL(mockPMBus, readString(READ_VIN, _)) in TEST_F() 944 EXPECT_CALL(mockPMBus, readString(READ_VIN, _)) in TEST_F() 1014 EXPECT_CALL(mockPMBus, readString(_, _)) in TEST_F() 1057 EXPECT_CALL(mockPMBus, readString(READ_VIN, _)) in TEST_F() 1087 EXPECT_CALL(mockPMBus, readString(READ_VIN, _)) in TEST_F() 1145 EXPECT_CALL(mockPMBus, readString(READ_VIN, _)) in TEST_F() 1172 EXPECT_CALL(mockPMBus, readString(READ_VIN, _)) in TEST_F() 1202 EXPECT_CALL(mockPMBus, readString(READ_VIN, _)) in TEST_F() 1223 EXPECT_CALL(mockPMBus, readString(READ_VIN, _)) in TEST_F() [all …]
|
H A D | mock.hpp | 28 MOCK_METHOD(std::string, readString, (const std::string& name, Type type),
|
/openbmc/phosphor-power/phosphor-power-sequencer/test/ |
H A D | pmbus_driver_device_tests.cpp | 409 EXPECT_CALL(pmbus, readString("in13_label", Type::Hwmon)) in TEST_F() 478 EXPECT_CALL(pmbus, readString("in1_label", Type::Hwmon)) in TEST_F() 481 EXPECT_CALL(pmbus, readString("in1_lcrit", Type::Hwmon)) in TEST_F() 507 EXPECT_CALL(pmbus, readString("in1_label", Type::Hwmon)) in TEST_F() 552 EXPECT_CALL(pmbus, readString).Times(0); in TEST_F() 585 EXPECT_CALL(pmbus, readString("in9_label", Type::Hwmon)) in TEST_F() 591 EXPECT_CALL(pmbus, readString("in0_label", Type::Hwmon)) in TEST_F() 627 EXPECT_CALL(pmbus, readString).Times(0); in TEST_F() 649 EXPECT_CALL(pmbus, readString).Times(0); in TEST_F() 679 EXPECT_CALL(pmbus, readString).Times(0); in TEST_F() [all …]
|
H A D | mock_pmbus.hpp | 48 MOCK_METHOD(std::string, readString, (const std::string& name, Type type),
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | pmbus_driver_device.cpp | 97 pmbusInterface->readString(fileName, Type::Hwmon); in getReadVout() 118 pmbusInterface->readString(fileName, Type::Hwmon); in getVoutUVFaultLimit() 228 pmbusInterface->readString(fileName, Type::Hwmon); in readPageFromLabelFile()
|
/openbmc/phosphor-power/tools/power-utils/ |
H A D | version.cpp | 195 vpdValue = pmbusIntf.readString(vpdName, type); in readVPDValue() 245 version = pmbus.readString(versionStr, type); in getVersion() 264 version = pmbus->readString(name, type); in getVersion()
|
/openbmc/phosphor-power/ |
H A D | pmbus.hpp | 175 virtual std::string readString(const std::string& name, Type type) = 0; 311 std::string readString(const std::string& name, Type type) override;
|
H A D | pmbus.cpp | 218 std::string PMBus::readString(const std::string& name, Type type) in readString() function in phosphor::pmbus::PMBus
|
/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | power_supply.cpp | 664 sn = pmbusIntf.readString(SERIAL_NUMBER, Type::HwmonDeviceDebug); in updateInventory() 671 pn = pmbusIntf.readString(PART_NUMBER, Type::HwmonDeviceDebug); in updateInventory() 678 ccin = pmbusIntf.readString(CCIN, Type::HwmonDeviceDebug); in updateInventory() 685 version = pmbusIntf.readString(FW_VERSION, Type::HwmonDeviceDebug); in updateInventory()
|
/openbmc/witherspoon-pfault-analysis/ |
H A D | pmbus.hpp | 202 std::string readString(const std::string& name, Type type);
|
H A D | pmbus.cpp | 202 std::string PMBus::readString(const std::string& name, Type type) in readString() function in witherspoon::pmbus::PMBus
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | power_supply.cpp | 866 vpdValue = pmbusIntf->readString(vpdName, type); in readVPDValue() 1054 pmbusIntf->readString(MFR_POUT_MAX, Type::HwmonDeviceDebug); in getMaxPowerOut() 1186 auto inputVoltageStr = pmbusIntf->readString(READ_VIN, Type::Hwmon); in getInputVoltage()
|
/openbmc/phosphor-power/power-supply/ |
H A D | power_supply.cpp | 635 present ? pmbusIntf.readString(fru.at("fileName"), in updateInventory()
|