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