Home
last modified time | relevance | path

Searched refs:chip_fd (Results 1 – 2 of 2) sorted by relevance

/openbmc/gpioplus/test/
H A Devent.cpp45 const int chip_fd = 1234; member in gpioplus::__anon700490560111::EventTest
53 .WillOnce(Return(chip_fd)); in SetUp()
59 EXPECT_CALL(mock, close(chip_fd)).WillOnce(Return(0)); in TearDown()
75 EXPECT_CALL(mock, gpio_get_lineevent(chip_fd, testing::_)) in TEST_F()
108 EXPECT_CALL(mock, gpio_get_lineevent(chip_fd, testing::_)) in TEST_F()
130 EXPECT_CALL(mock, gpio_get_lineevent(chip_fd, testing::_)) in SetUp()
H A Dhandle.cpp59 const int chip_fd = 1234; member in gpioplus::__anon2c27dd800111::HandleTest
67 .WillOnce(Return(chip_fd)); in SetUp()
73 EXPECT_CALL(mock, close(chip_fd)).WillOnce(Return(0)); in TearDown()
89 EXPECT_CALL(mock, gpio_get_linehandle(chip_fd, testing::_)) in TEST_F()
135 EXPECT_CALL(mock, gpio_get_linehandle(chip_fd, testing::_)) in TEST_F()
163 EXPECT_CALL(mock, gpio_get_linehandle(chip_fd, testing::_)) in SetUp()