Lines Matching refs:TH_LOG
34 TH_LOG(fmt, ##__VA_ARGS__); \
59 ASSERT_GE(self->hidraw_fd, 0) TH_LOG("open_hidraw"); in FIXTURE_SETUP()
87 ASSERT_EQ(err, 6) TH_LOG("read_hidraw"); in TEST_F()
109 ASSERT_EQ(err, 6) TH_LOG("read_hidraw"); in TEST_F()
115 ASSERT_OK(err) TH_LOG("couldn't revoke the hidraw fd"); in TEST_F()
125 ASSERT_EQ(err, -1) TH_LOG("read_hidraw"); in TEST_F()
126 ASSERT_EQ(errno, ENODEV) TH_LOG("unexpected error code while reading the hidraw node: %d", in TEST_F()
139 ASSERT_OK(err) TH_LOG("couldn't revoke the hidraw fd"); in TEST_F()
143 ASSERT_EQ(err, -1) TH_LOG("ioctl_hidraw"); in TEST_F()
144 ASSERT_EQ(errno, ENODEV) TH_LOG("unexpected error code while doing an ioctl: %d", in TEST_F()
168 ASSERT_EQ(ready, 1) TH_LOG("poll return value"); in TEST_F()
173 ASSERT_EQ(err, 6) TH_LOG("read_hidraw"); in TEST_F()
179 ASSERT_OK(err) TH_LOG("couldn't revoke the hidraw fd"); in TEST_F()
210 ASSERT_EQ(err, 3) TH_LOG("unexpected error while writing to hidraw node: %d", err); in TEST_F()
213 ASSERT_OK(err) TH_LOG("error while calling waiting for the condition"); in TEST_F()
221 ASSERT_OK(err) TH_LOG("couldn't revoke the hidraw fd"); in TEST_F()
227 ASSERT_LT(err, 0) TH_LOG("unexpected success while writing to hidraw node: %d", err); in TEST_F()
228 ASSERT_EQ(errno, ENODEV) TH_LOG("unexpected error code while writing to hidraw node: %d", in TEST_F()