Home
last modified time | relevance | path

Searched refs:getDeviceName (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-power/tools/power-utils/test/
H A Dtest_utils.cpp25 TEST(TestUtils, getDeviceName) in TEST() argument
27 auto ret = getDeviceName(""); in TEST()
30 ret = getDeviceName("/sys/bus/i2c/devices/3-0069"); in TEST()
33 ret = getDeviceName("/sys/bus/i2c/devices/3-0069/"); in TEST()
/openbmc/phosphor-power/tools/power-utils/
H A Dutils.hpp96 std::string getDeviceName(std::string devPath);
H A Dutils.cpp177 std::string getDeviceName(std::string devPath) in getDeviceName() function
H A Dupdater.cpp216 devPath(devPath), devName(utils::getDeviceName(devPath)), imageDir(imageDir) in Updater()
/openbmc/witherspoon-pfault-analysis/
H A Dpmbus.cpp83 return debugPath / "pmbus" / hwmonDir / getDeviceName(); in getPath()
88 std::string PMBus::getDeviceName() in getDeviceName() function in witherspoon::pmbus::PMBus
H A Dpmbus.hpp274 std::string getDeviceName();
/openbmc/phosphor-power/
H A Dpmbus.cpp83 return debugPath / "pmbus" / hwmonDir / getDeviceName(); in getPath()
88 std::string PMBus::getDeviceName() in getDeviceName() function in phosphor::pmbus::PMBus
H A Dpmbus.hpp393 std::string getDeviceName();