Home
last modified time | relevance | path

Searched refs:getDriverName (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dpmbus_driver_device.hpp100 const std::string& getDriverName() const in getDriverName() function in phosphor::power::sequencer::PMBusDriverDevice
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dpmbus_driver_device_tests.cpp129 EXPECT_EQ(device.getDriverName(), ""); in TEST_F()
155 EXPECT_EQ(device.getDriverName(), driverName); in TEST_F()
199 EXPECT_EQ(device.getDriverName(), driverName); in TEST_F()
H A Ducd90320_device_tests.cpp78 EXPECT_EQ(device.getDriverName(), "ucd9000"); in TEST()
H A Ducd90160_device_tests.cpp78 EXPECT_EQ(device.getDriverName(), "ucd9000"); in TEST()
H A Ducd90x_device_tests.cpp81 EXPECT_EQ(device.getDriverName(), "ucd9000"); in TEST()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.hpp552 const std::string& getDriverName() const in getDriverName() function in phosphor::power::psu::PowerSupply
H A Dpsu_manager.cpp1339 if (!psu->getDriverName().empty()) in populateDriverName()
1341 driverName = psu->getDriverName(); in populateDriverName()