Lines Matching full:events
14 sd_event* events = nullptr; member in TimerTest
16 // Need this so that events can be initialized.
26 TimerTest() : rc(sd_event_default(&events)), timer(events) in TimerTest()
36 events = sd_event_unref(events); in ~TimerTest()
44 sd_event* events; member in TimerTestCallBack
46 // Need this so that events can be initialized.
64 TimerTestCallBack() : rc(sd_event_default(&events)) in TimerTestCallBack()
73 timer = std::make_unique<Timer>(events, func); in TimerTestCallBack()
79 events = sd_event_unref(events); in ~TimerTestCallBack()
100 if (!sd_event_run(events, sleepTime.count())) in TEST_F()
128 if (!sd_event_run(events, sleepTime.count())) in TEST_F()
162 if (!sd_event_run(events, sleepTime.count())) in TEST_F()
198 if (!sd_event_run(events, sleepTime.count())) in TEST_F()
224 if (!sd_event_run(events, sleepTime.count())) in TEST_F()
253 if (!sd_event_run(events, sleepTime.count())) in TEST_F()