Searched refs:router0 (Results 1 – 2 of 2) sorted by relevance
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | router_unittest.cc | 42 internal::Router router0(std::move(handle0_), internal::FilterChain(), false, in TEST_F() local 55 router0.AcceptWithResponder( in TEST_F() 73 router0.AcceptWithResponder( in TEST_F() 88 internal::Router router0(std::move(handle0_), internal::FilterChain(), false, in TEST_F() local 100 router0.AcceptWithResponder(&request, new MessageAccumulator(&message_queue)); in TEST_F() 103 router0.WaitForIncomingMessage(MOJO_DEADLINE_INDEFINITE); in TEST_F() 117 router0.AcceptWithResponder(&request2, in TEST_F() 121 router0.WaitForIncomingMessage(MOJO_DEADLINE_INDEFINITE); in TEST_F() 132 internal::Router router0(std::move(handle0_), internal::FilterChain(), false, in TEST_F() local 145 router0.set_connection_error_handler(run_loop.QuitClosure()); in TEST_F() [all …]
|
D | associated_interface_unittest.cc | 166 scoped_refptr<MultiplexRouter> router0(new MultiplexRouter( in TEST_F() local 174 router0->CreateAssociatedGroup()->CreateAssociatedInterface( in TEST_F() 182 router0->CreateAssociatedGroup()->CreateAssociatedInterface( in TEST_F() 361 scoped_refptr<MultiplexRouter> router0(new MultiplexRouter( in TEST_F() local 370 router0->CreateAssociatedGroup()->CreateAssociatedInterface( in TEST_F() 450 scoped_refptr<MultiplexRouter> router0(new MultiplexRouter( in TEST_F() local 459 router0->CreateAssociatedGroup()->CreateAssociatedInterface( in TEST_F()
|