Searched refs:getI2CSearchKeys (Results 1 – 3 of 3) sorted by relevance
349 EXPECT_EQ(util::getI2CSearchKeys( in TEST_F()354 EXPECT_EQ(util::getI2CSearchKeys( in TEST_F()362 EXPECT_THROW(util::getI2CSearchKeys("/sys/some/bad/path"), in TEST_F()
178 std::tuple<size_t, uint8_t> getI2CSearchKeys(const std::string& devPath);
85 std::tuple<size_t, uint8_t> getI2CSearchKeys(const std::string& devPath) in getI2CSearchKeys() function153 auto busAndAddr = getI2CSearchKeys(devPath); in getFSII2CSearchKeys()305 auto [bus, address] = getI2CSearchKeys(devPath); in calloutI2CUsingPath()