Searched refs:tryWaitUntilCountIsAtLeast (Results 1 – 3 of 3) sorted by relevance
63 mCallbackCounter.tryWaitUntilCountIsAtLeast(callbackCount, timeout); in waitForCallbacks()
105 void tryWaitUntilCountIsAtLeast(int32_t count, std::chrono::milliseconds timeout) { in tryWaitUntilCountIsAtLeast() function
269 counter.tryWaitUntilCountIsAtLeast(1, 500ms); in TEST_F()