Searched refs:set_connection_error_handler (Results 1 - 25 of 25) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dbind_task_runner_unittest.cc304 impl_->binding()->set_connection_error_handler(
313 ptr_.set_connection_error_handler(
353 connection_impl_->sender_impl()->binding()->set_connection_error_handler(
357 connection_impl_->binding()->set_connection_error_handler(
361 sender_ptr_.set_connection_error_handler(
374 connection_impl_->sender_impl()->binding()->set_connection_error_handler(
378 connection_ptr_.set_connection_error_handler(
382 sender_ptr_.set_connection_error_handler(
H A Dbinding_unittest.cc85 ptr.set_connection_error_handler(
103 ptr.set_connection_error_handler(
139 binding.set_connection_error_handler(
158 binding.set_connection_error_handler(SetFlagAndRunClosure(&called));
178 binding_.set_connection_error_handler(
298 binding.set_connection_error_handler(
326 ptr.set_connection_error_handler(
389 ptr.set_connection_error_handler(
395 impl->binding().set_connection_error_handler(
H A Dmultiplex_router_unittest.cc173 client0.set_connection_error_handler(run_loop.QuitClosure());
174 client1.set_connection_error_handler(run_loop2.QuitClosure());
264 client0.set_connection_error_handler(
274 client1.set_connection_error_handler(
H A Drouter_unittest.cc145 router0.set_connection_error_handler(run_loop.QuitClosure());
146 router1.set_connection_error_handler(run_loop2.QuitClosure());
236 router0.set_connection_error_handler(
243 router1.set_connection_error_handler(
H A Dassociated_interface_unittest.cc52 void set_connection_error_handler(const base::Closure& handler) { function in class:mojo::test::__anon11839::IntegerSenderImpl
53 binding_.set_connection_error_handler(handler);
71 sender_impl->set_connection_error_handler(
206 ptr0.set_connection_error_handler(
215 impl1.binding()->set_connection_error_handler(
H A Dinterface_ptr_unittest.cc63 void set_connection_error_handler(const base::Closure& closure) { function in class:mojo::test::__anon11849::MathCalculatorUI
64 calculator_.set_connection_error_handler(closure);
333 calculator_ui.set_connection_error_handler(run_loop2.QuitClosure());
348 proxy.set_connection_error_handler(
472 ptr.set_connection_error_handler(run_loop3.QuitClosure());
490 binding_.set_connection_error_handler(
564 binding_.set_connection_error_handler(
H A Dconnector_unittest.cc292 connector0.set_connection_error_handler(run_loop.QuitClosure());
450 connector0.set_connection_error_handler(
457 connector1.set_connection_error_handler(
H A Dbinding_callback_unittest.cc203 interface_ptr_.set_connection_error_handler(run_loop.QuitClosure());
H A Dsync_method_unittest.cc622 ptr.set_connection_error_handler(
676 ptr.set_connection_error_handler(
H A Dpickle_unittest.cc75 proxy->set_connection_error_handler(callback);
H A Dstruct_traits_unittest.cc55 proxy->set_connection_error_handler(callback);
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dbinding_state.h53 void set_connection_error_handler(const base::Closure& error_handler) { function in class:mojo::internal::BindingStateBase
55 endpoint_client_->set_connection_error_handler(error_handler);
H A Dassociated_interface_ptr_state.h110 void set_connection_error_handler(const base::Closure& error_handler) { function in class:mojo::internal::AssociatedInterfacePtrState
112 endpoint_client_->set_connection_error_handler(error_handler);
H A Dinterface_ptr_state.h128 void set_connection_error_handler(const base::Closure& error_handler) { function in class:mojo::internal::InterfacePtrState
132 endpoint_client_->set_connection_error_handler(error_handler);
H A Dmultiplex_router.cc381 connector_.set_connection_error_handler(
/external/libmojo/mojo/public/cpp/bindings/
H A Dbinding.h234 void set_connection_error_handler(const base::Closure& error_handler) { function in class:mojo::Binding
236 internal_state_.set_connection_error_handler(error_handler);
H A Dinterface_ptr.h156 void set_connection_error_handler(const base::Closure& error_handler) { function in class:mojo::InterfacePtr
157 internal_state_.set_connection_error_handler(error_handler);
H A Dinterface_ptr_set.h57 ptr_.set_connection_error_handler(base::Bind(&DeleteElement, this));
H A Dassociated_binding.h56 void set_connection_error_handler(const base::Closure& error_handler);
H A Dconnector.h73 void set_connection_error_handler(const base::Closure& error_handler) { function in class:mojo::Connector
H A Dinterface_endpoint_client.h54 void set_connection_error_handler(const base::Closure& error_handler) { function in class:mojo::InterfaceEndpointClient
H A Dstrong_binding.h62 void set_connection_error_handler(const base::Closure& error_handler) { function in class:mojo::StrongBinding
H A Dassociated_interface_ptr.h138 void set_connection_error_handler(const base::Closure& error_handler) { function in class:mojo::AssociatedInterfacePtr
139 internal_state_.set_connection_error_handler(error_handler);
H A Dbinding_set.h76 void set_connection_error_handler(const base::Closure& error_handler) { function in class:mojo::BindingSetBase
/external/v4l2_codec2/
H A DC2VDAAdaptorProxy.cpp73 mVDAPtr.set_connection_error_handler(base::Bind(&C2VDAAdaptorProxy::onConnectionError,
222 mBinding.set_connection_error_handler(base::Bind(&C2VDAAdaptorProxy::onConnectionError,

Completed in 207 milliseconds