Searched refs:WaitForIncomingMethodCall (Results 1 – 5 of 5) sorted by relevance
94 bool WaitForIncomingMethodCall() { in WaitForIncomingMethodCall() function95 return binding_.WaitForIncomingMethodCall(); in WaitForIncomingMethodCall()
182 bool WaitForIncomingMethodCall(185 return internal_state_.WaitForIncomingMethodCall(deadline);
77 bool WaitForIncomingMethodCall(182 bool WaitForIncomingMethodCall(
34 void WaitForIncomingMethodCall() { binding_.WaitForIncomingMethodCall(); } in WaitForIncomingMethodCall() function in mojo::test::__anon269cf8270111::MathCalculatorImpl151 EXPECT_TRUE(binding_.WaitForIncomingMethodCall()); in Frobinate()253 calc_impl.WaitForIncomingMethodCall(); in TEST_F()260 calc_impl.WaitForIncomingMethodCall(); in TEST_F()
584 EXPECT_TRUE(connection.binding()->WaitForIncomingMethodCall()); in TEST_F()