Searched refs:router0 (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | associated_interface_unittest.cc | 117 void CreateRouterPair(scoped_refptr<MultiplexRouter>* router0, in CreateRouterPair() argument 120 *router0 = new MultiplexRouter(std::move(pipe.handle0), in CreateRouterPair() 129 scoped_refptr<MultiplexRouter> router0, in CreateIntegerSenderWithExistingRouters() argument 135 router0); in CreateIntegerSenderWithExistingRouters() 140 scoped_refptr<MultiplexRouter> router0; in CreateIntegerSender() local 142 CreateRouterPair(&router0, &router1); in CreateIntegerSender() 143 CreateIntegerSenderWithExistingRouters(router1, ptr_info, router0, request); in CreateIntegerSender() 196 scoped_refptr<MultiplexRouter> router0; in TEST_F() local 198 CreateRouterPair(&router0, &router1); in TEST_F() 202 CreateIntegerSenderWithExistingRouters(router1, &ptr_info, router0, &request); in TEST_F() [all …]
|
D | bindings_perftest.cc | 195 scoped_refptr<internal::MultiplexRouter> router0( in TEST_F() local 208 router0->CreateLocalEndpointHandle(kMasterInterfaceId), &paddle0, nullptr, in TEST_F()
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | associated_interface_ptr.h | 233 scoped_refptr<internal::MultiplexRouter> router0 = in MakeRequestAssociatedWithDedicatedPipe() local 246 endpoint0 = router0->CreateLocalEndpointHandle(id); in MakeRequestAssociatedWithDedicatedPipe()
|