Home
last modified time | relevance | path

Searched refs:getI2cDeviceName (Results 1 – 4 of 4) sorted by relevance

/openbmc/openpower-occ-control/test/
H A DTestI2cOcc.cpp160 TEST(TestI2cDbusNames, getI2cDeviceName) in TEST() argument
163 auto name = getI2cDeviceName(path); in TEST()
168 EXPECT_DEATH(getI2cDeviceName(path), ""); in TEST()
/openbmc/openpower-occ-control/
H A Di2c_occ.hpp65 std::string getI2cDeviceName(const std::string& dbusPath);
H A Di2c_occ.cpp89 std::string getI2cDeviceName(const std::string& dbusPath) in getI2cDeviceName() function
H A Docc_status.hpp108 fs::path(DEV_PATH) / i2c_occ::getI2cDeviceName(path), in Status()