Home
last modified time | relevance | path

Searched refs:run_loop2 (Results 1 – 10 of 10) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/tests/
Dinterface_ptr_unittest.cc232 base::RunLoop run_loop, run_loop2; in TEST_F() local
234 calculator_ui.Multiply(5.0, run_loop2.QuitClosure()); in TEST_F()
236 run_loop2.Run(); in TEST_F()
257 base::RunLoop run_loop2; in TEST_F() local
258 calculator_ui.Multiply(5.0, run_loop2.QuitClosure()); in TEST_F()
261 run_loop2.Run(); in TEST_F()
332 base::RunLoop run_loop2; in TEST_F() local
333 calculator_ui.set_connection_error_handler(run_loop2.QuitClosure()); in TEST_F()
336 run_loop2.Run(); in TEST_F()
354 base::RunLoop run_loop2; in TEST_F() local
[all …]
Drouter_unittest.cc72 base::RunLoop run_loop2; in TEST_F() local
75 new MessageAccumulator(&message_queue, run_loop2.QuitClosure())); in TEST_F()
77 run_loop2.Run(); in TEST_F()
144 base::RunLoop run_loop, run_loop2; in TEST_F() local
146 router1.set_connection_error_handler(run_loop2.QuitClosure()); in TEST_F()
150 run_loop2.Run(); in TEST_F()
173 base::RunLoop run_loop2; in TEST_F() local
176 new MessageAccumulator(&message_queue, run_loop2.QuitClosure())); in TEST_F()
185 run_loop2.Run(); in TEST_F()
Dbinding_unittest.cc106 base::RunLoop run_loop2; in TEST_F() local
111 run_loop2.QuitClosure())); in TEST_F()
112 run_loop2.Run(); in TEST_F()
125 run_loop2.QuitClosure())); in TEST_F()
238 base::RunLoop run_loop2; in TEST_F() local
241 run_loop2.QuitClosure())); in TEST_F()
242 run_loop2.Run(); in TEST_F()
329 base::RunLoop run_loop2; in TEST_F() local
334 run_loop2.QuitClosure())); in TEST_F()
335 run_loop2.Run(); in TEST_F()
Dmultiplex_router_unittest.cc98 base::RunLoop run_loop2; in TEST_F() local
101 new MessageAccumulator(&message_queue, run_loop2.QuitClosure())); in TEST_F()
103 run_loop2.Run(); in TEST_F()
172 base::RunLoop run_loop, run_loop2; in TEST_F() local
174 client1.set_connection_error_handler(run_loop2.QuitClosure()); in TEST_F()
179 run_loop2.Run(); in TEST_F()
202 base::RunLoop run_loop2; in TEST_F() local
205 new MessageAccumulator(&message_queue, run_loop2.QuitClosure())); in TEST_F()
214 run_loop2.Run(); in TEST_F()
Dbinding_callback_unittest.cc150 base::RunLoop run_loop, run_loop2; in TEST_F() local
155 run_loop2.QuitClosure())); in TEST_F()
164 run_loop2.Run(); in TEST_F()
210 base::RunLoop run_loop2; in TEST_F() local
211 server_impl.set_closure(run_loop2.QuitClosure()); in TEST_F()
215 run_loop2.Run(); in TEST_F()
Dhandle_passing_unittest.cc222 base::RunLoop run_loop2; in TEST_F() local
225 run_loop2.QuitClosure())); in TEST_F()
231 run_loop2.Run(); in TEST_F()
342 base::RunLoop run_loop, run_loop2; in TEST_F() local
347 object2->GetName(MakeStringRecorder(&name2, run_loop2.QuitClosure())); in TEST_F()
350 run_loop2.Run(); in TEST_F()
Dsync_method_unittest.cc486 base::RunLoop run_loop2; in TYPED_TEST() local
490 [&async_echo_response_dispatched, &run_loop2](int32_t result) { in TYPED_TEST()
493 run_loop2.Quit(); in TYPED_TEST()
517 run_loop2.Run(); in TYPED_TEST()
594 base::RunLoop run_loop2; in TYPED_TEST() local
599 &run_loop2](int32_t result) { in TYPED_TEST()
606 run_loop2.Quit(); in TYPED_TEST()
637 run_loop2.Run(); in TYPED_TEST()
Dconnector_unittest.cc351 base::RunLoop run_loop2; in TEST_F() local
352 MessageAccumulator accumulator2(run_loop2.QuitClosure()); in TEST_F()
354 run_loop2.Run(); in TEST_F()
446 base::RunLoop run_loop, run_loop2; in TEST_F() local
459 run_loop2.QuitClosure())); in TEST_F()
486 run_loop2.Run(); in TEST_F()
Dassociated_interface_unittest.cc190 base::RunLoop run_loop, run_loop2; in TEST_F() local
197 run_loop2.QuitClosure())); in TEST_F()
200 run_loop2.Run(); in TEST_F()
555 base::RunLoop run_loop2; in TEST_F() local
557 base::Bind(&CaptureSenderPtrInfo, &sender1, run_loop2.QuitClosure())); in TEST_F()
558 run_loop2.Run(); in TEST_F()
/external/libmojo/mojo/message_pump/
Dmessage_pump_mojo_unittest.cc134 base::RunLoop run_loop2; in TEST() local
135 handler.set_success_callback(run_loop2.QuitClosure(), 2); in TEST()
141 run_loop2.Run(); in TEST()