Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dbinding_callback_unittest.cc130 sample::ProviderPtr interface_ptr_; member in mojo::test::__anonc3aa1d320111::BindingCallbackTest
143 Binding<sample::Provider> binding(&server_impl, MakeRequest(&interface_ptr_)); in TEST_F()
152 interface_ptr_->EchoInt( in TEST_F()
176 interface_ptr_->EchoInt( in TEST_F()
203 MakeRequest(&interface_ptr_)); in TEST_F()
204 interface_ptr_.set_connection_error_handler(run_loop.QuitClosure()); in TEST_F()
213 interface_ptr_->EchoInt( in TEST_F()
234 interface_ptr_->EchoInt( in TEST_F()
238 EXPECT_TRUE(interface_ptr_.encountered_error()); in TEST_F()
249 MakeRequest(&interface_ptr_)); in TEST_F()
[all …]