Searched refs:waitForCall (Results 1 – 10 of 10) sorted by relevance
63 EXPECT_TRUE(mResetTimerCallback.waitForCall().has_value()); in TEST_F()67 EXPECT_TRUE(mExpiredTimerCallback.waitForCall().has_value()); in TEST_F()83 EXPECT_TRUE(mResetTimerCallback.waitForCall().has_value()); in TEST_F()86 EXPECT_TRUE(mExpiredTimerCallback.waitForCall().has_value()); in TEST_F()88 EXPECT_TRUE(mResetTimerCallback.waitForCall().has_value()); in TEST_F()90 EXPECT_TRUE(mExpiredTimerCallback.waitForCall().has_value()); in TEST_F()104 EXPECT_TRUE(mResetTimerCallback.waitForCall().has_value()); in TEST_F()154 EXPECT_TRUE(mResetTimerCallback.waitForCall().has_value()); in TEST_F()162 EXPECT_TRUE(mResetTimerCallback.waitForCall().has_value()); in TEST_F()179 EXPECT_TRUE(mResetTimerCallback.waitForCall().has_value()); in TEST_F()[all …]
194 auto args = mVSyncSetEnabledCallRecorder.waitForCall(); in expectVSyncSetEnabledCallReceived()201 auto args = mVSyncSetDurationCallRecorder.waitForCall(); in expectVSyncSetDurationCallReceived()213 auto args = mInterceptVSyncCallRecorder.waitForCall(); in expectInterceptCallReceived()219 auto args = mThrottleVsyncCallRecorder.waitForCall(); in expectThrottleVsyncReceived()228 auto args = connectionEventRecorder.waitForCall(); in expectVsyncEventReceivedByConnection()249 auto args = mConnectionEventCallRecorder.waitForCall(); in expectHotplugEventReceivedByConnection()260 auto args = mConnectionEventCallRecorder.waitForCall(); in expectConfigChangedEventReceivedByConnection()272 auto args = mConnectionEventCallRecorder.waitForCall(); in expectUidFrameRateMappingEventReceivedByConnection()281 auto args = mConnectionEventCallRecorder.waitForCall(); in expectUidFrameRateMappingEventReceivedByConnection()319 EXPECT_TRUE(mResyncCallRecorder.waitForCall().has_value()); in TEST_F()[all …]
107 std::optional<ArgTuple> waitForCall(134 std::optional<ArgTuple> waitForUnexpectedCall() { return waitForCall(UNEXPECTED_CALL_TIMEOUT); } in waitForUnexpectedCall()
235 const auto callbackData = mVSyncEventCallRecorder.waitForCall(); in TEST_F()267 const auto callbackData = mVSyncEventCallRecorder.waitForCall(); in TEST_F()288 const auto callbackData = mVSyncEventCallRecorder.waitForCall(); in TEST_F()
41 EXPECT_TRUE(mCallbackRecorder.waitForCall().has_value()); in TEST_F()
46 bool waitForCall(std::chrono::milliseconds timeout);
33 bool CallBarrier::waitForCall(std::chrono::milliseconds timeout) { in waitForCall() function in android::hardware::broadcastradio::vts::CallBarrier
61 mConsumer.waitForCall(100, TimeUnit.MILLISECONDS); in testReportsChangesToListener()
66 public @Nullable T waitForCall(int timeout, TimeUnit unit) in waitForCall() method in TestPredicate
137 ASSERT_TRUE(onConnect.waitForCall(kConnectModuleTimeout)); in SetUp()