Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/test/
H A DTestI2cOcc.cpp108 auto ret = getOccHwmonDevices(BASE.c_str()); in TEST_F()
122 auto ret = getOccHwmonDevices(TEST_DIR.c_str()); in TEST_F()
130 auto ret = getOccHwmonDevices((TEST_DIR + "not-exist").c_str()); in TEST_F()
/openbmc/openpower-occ-control/
H A Di2c_occ.hpp36 std::vector<std::string> getOccHwmonDevices(const char* path);
H A Di2c_occ.cpp46 std::vector<std::string> getOccHwmonDevices(const char* path) in getOccHwmonDevices() function
H A Docc_manager.cpp490 auto deviceNames = i2c_occ::getOccHwmonDevices(DEV_PATH); in initStatusObjects()