Lines Matching refs:TH_LOG
31 TH_LOG(fmt, ##__VA_ARGS__); \
43 ASSERT_GE(self->hidraw_fd, 0) TH_LOG("open_hidraw"); in FIXTURE_SETUP()
71 ASSERT_EQ(err, 6) TH_LOG("read_hidraw"); in TEST_F()
93 ASSERT_EQ(err, 6) TH_LOG("read_hidraw"); in TEST_F()
99 ASSERT_OK(err) TH_LOG("couldn't revoke the hidraw fd"); in TEST_F()
109 ASSERT_EQ(err, -1) TH_LOG("read_hidraw"); in TEST_F()
110 ASSERT_EQ(errno, ENODEV) TH_LOG("unexpected error code while reading the hidraw node: %d", in TEST_F()
123 ASSERT_OK(err) TH_LOG("couldn't revoke the hidraw fd"); in TEST_F()
127 ASSERT_EQ(err, -1) TH_LOG("ioctl_hidraw"); in TEST_F()
128 ASSERT_EQ(errno, ENODEV) TH_LOG("unexpected error code while doing an ioctl: %d", in TEST_F()
152 ASSERT_EQ(ready, 1) TH_LOG("poll return value"); in TEST_F()
157 ASSERT_EQ(err, 6) TH_LOG("read_hidraw"); in TEST_F()
163 ASSERT_OK(err) TH_LOG("couldn't revoke the hidraw fd"); in TEST_F()
194 ASSERT_EQ(err, 3) TH_LOG("unexpected error while writing to hidraw node: %d", err); in TEST_F()
197 ASSERT_OK(err) TH_LOG("error while calling waiting for the condition"); in TEST_F()
205 ASSERT_OK(err) TH_LOG("couldn't revoke the hidraw fd"); in TEST_F()
211 ASSERT_LT(err, 0) TH_LOG("unexpected success while writing to hidraw node: %d", err); in TEST_F()
212 ASSERT_EQ(errno, ENODEV) TH_LOG("unexpected error code while writing to hidraw node: %d", in TEST_F()