Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/aidl/tests/
DGpuCapacityNodeTest.cpp66 int const another_fake_fd = 34; member
74 EXPECT_CALL(*mock_fd_interface, close(another_fake_fd)).Times(1).WillOnce(Return(0)); in TEST_F()
76 another_fake_fd, path); in TEST_F()
85 .WillOnce(Return(another_fake_fd)); in TEST_F()
86 EXPECT_CALL(*mock_fd_interface, close(another_fake_fd)).Times(1).WillOnce(Return(0)); in TEST_F()
114 another_fake_fd, path); in TEST_F()
121 another_fake_fd, path); in TEST_F()
128 EXPECT_CALL(*mock_fd_interface, read(another_fake_fd, _, _)) in TEST_F()
134 EXPECT_CALL(*mock_fd_interface, read(another_fake_fd, _, _)) in TEST_F()
137 EXPECT_CALL(*mock_fd_interface, lseek(another_fake_fd, 0, SEEK_SET)) in TEST_F()
[all …]