Home
last modified time | relevance | path

Searched refs:router1 (Results 1 – 3 of 3) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/tests/
Drouter_unittest.cc44 internal::Router router1(std::move(handle1_), internal::FilterChain(), false, in TEST_F() local
48 router1.set_incoming_receiver(&generator); in TEST_F()
90 internal::Router router1(std::move(handle1_), internal::FilterChain(), false, in TEST_F() local
94 router1.set_incoming_receiver(&generator); in TEST_F()
102 router1.WaitForIncomingMessage(MOJO_DEADLINE_INDEFINITE); in TEST_F()
120 router1.WaitForIncomingMessage(MOJO_DEADLINE_INDEFINITE); in TEST_F()
134 internal::Router router1(std::move(handle1_), internal::FilterChain(), false, in TEST_F() local
146 router1.set_connection_error_handler(run_loop2.QuitClosure()); in TEST_F()
153 EXPECT_TRUE(router1.encountered_error()); in TEST_F()
162 internal::Router router1(std::move(handle1_), internal::FilterChain(), false, in TEST_F() local
[all …]
Dassociated_interface_unittest.cc168 scoped_refptr<MultiplexRouter> router1(new MultiplexRouter( in TEST_F() local
176 ptr_info = EmulatePassingAssociatedPtrInfo(std::move(ptr_info), router1); in TEST_F()
184 request = EmulatePassingAssociatedRequest(std::move(request), router1); in TEST_F()
363 scoped_refptr<MultiplexRouter> router1(new MultiplexRouter( in TEST_F() local
373 EmulatePassingAssociatedPtrInfo(std::move(ptr_infos[i]), router1); in TEST_F()
452 scoped_refptr<MultiplexRouter> router1(new MultiplexRouter( in TEST_F() local
462 EmulatePassingAssociatedPtrInfo(std::move(ptr_infos[i]), router1); in TEST_F()
/external/libmojo/mojo/public/cpp/bindings/
Dassociated_interface_ptr.h255 scoped_refptr<internal::MultiplexRouter> router1 = in GetIsolatedProxy() local
263 InterfaceId id = router1->AssociateInterface(std::move(endpoint0)); in GetIsolatedProxy()