Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dassociated_interface_unittest.cc118 scoped_refptr<MultiplexRouter>* router1) { in CreateRouterPair() argument
123 *router1 = new MultiplexRouter(std::move(pipe.handle1), in CreateRouterPair()
131 scoped_refptr<MultiplexRouter> router1, in CreateIntegerSenderWithExistingRouters() argument
134 *ptr_info0 = EmulatePassingAssociatedPtrInfo(std::move(*ptr_info0), router1, in CreateIntegerSenderWithExistingRouters()
141 scoped_refptr<MultiplexRouter> router1; in CreateIntegerSender() local
142 CreateRouterPair(&router0, &router1); in CreateIntegerSender()
143 CreateIntegerSenderWithExistingRouters(router1, ptr_info, router0, request); in CreateIntegerSender()
197 scoped_refptr<MultiplexRouter> router1; in TEST_F() local
198 CreateRouterPair(&router0, &router1); in TEST_F()
202 CreateIntegerSenderWithExistingRouters(router1, &ptr_info, router0, &request); in TEST_F()
[all …]
Dbindings_perftest.cc199 scoped_refptr<internal::MultiplexRouter> router1( in TEST_F() local
211 router1->CreateLocalEndpointHandle(kMasterInterfaceId), &paddle1, nullptr, in TEST_F()
/external/libchrome/mojo/public/cpp/bindings/
Dassociated_interface_ptr.h237 scoped_refptr<internal::MultiplexRouter> router1 = in MakeRequestAssociatedWithDedicatedPipe() local
245 InterfaceId id = router1->AssociateInterface(std::move(endpoint0)); in MakeRequestAssociatedWithDedicatedPipe()