Searched refs:timeout_is_error (Results 1 – 2 of 2) sorted by relevance
211 void wait_for_event(bool timeout_is_error);323 void BluetoothHidlTest::wait_for_event(bool timeout_is_error = true) { in wait_for_event() argument328 EXPECT_TRUE(no_timeout || !timeout_is_error); in wait_for_event()329 if (no_timeout && timeout_is_error) { in wait_for_event()
213 void wait_for_event(bool timeout_is_error);335 void BluetoothHidlTest::wait_for_event(bool timeout_is_error = true) { in wait_for_event() argument340 EXPECT_TRUE(no_timeout || !timeout_is_error); in wait_for_event()341 if (no_timeout && timeout_is_error) { in wait_for_event()