Home
last modified time | relevance | path

Searched refs:error_handler (Results 1 – 25 of 42) sorted by relevance

12

/external/libmojo/mojo/public/cpp/bindings/
Dbinding_set.h28 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument
29 error_handler_ = error_handler; in set_connection_error_handler()
70 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument
71 error_handler_ = error_handler; in set_connection_error_handler()
81 base::Closure error_handler = error_handler_; in OnConnectionError() local
83 if (!error_handler.is_null()) in OnConnectionError()
84 error_handler.Run(); in OnConnectionError()
Dstrong_binding.h102 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument
104 connection_error_handler_ = error_handler; in set_connection_error_handler()
Dconnector.h69 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument
71 connection_error_handler_ = error_handler; in set_connection_error_handler()
Dinterface_endpoint_client.h46 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument
48 error_handler_ = error_handler; in set_connection_error_handler()
Dassociated_binding.h141 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument
143 connection_error_handler_ = error_handler; in set_connection_error_handler()
Dinterface_ptr.h139 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument
140 internal_state_.set_connection_error_handler(error_handler); in set_connection_error_handler()
Dassociated_interface_ptr.h125 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument
126 internal_state_.set_connection_error_handler(error_handler); in set_connection_error_handler()
Dbinding.h215 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument
217 internal_state_.set_connection_error_handler(error_handler); in set_connection_error_handler()
/external/autotest/client/site_tests/network_3GDisableWhileConnecting/
Dnetwork_3GDisableWhileConnecting.py132 error_handler=self._expect_einprogress_handler)
136 error_handler=self._expect_einprogress_handler)
152 error_handler=self.build_error_handler('Connect'))
234 error_handler=self._connect_error_handler)
243 error_handler=self.build_error_handler('GetStatus'))
252 error_handler=self.build_error_handler('Enable'))
/external/libmojo/mojo/public/cpp/bindings/lib/
Dbinding_state.h98 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument
100 connection_error_handler_ = error_handler; in set_connection_error_handler()
207 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument
209 connection_error_handler_ = error_handler; in set_connection_error_handler()
Dinterface_ptr_state.h124 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument
128 router_->set_connection_error_handler(error_handler); in set_connection_error_handler()
276 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument
280 endpoint_client_->set_connection_error_handler(error_handler); in set_connection_error_handler()
Drouter.h44 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument
45 error_handler_ = error_handler; in set_connection_error_handler()
Dassociated_interface_ptr_state.h112 void set_connection_error_handler(const base::Closure& error_handler) { in set_connection_error_handler() argument
114 endpoint_client_->set_connection_error_handler(error_handler); in set_connection_error_handler()
/external/android-clat/
Dnetlink_callbacks.c42 static int error_handler(__attribute__((unused)) struct sockaddr_nl *nla, in error_handler() function
65 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, retval); in alloc_ack_callbacks()
Dgetaddr.c89 static int error_handler(__attribute__((unused)) struct sockaddr_nl *nla, in error_handler() function
121 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, &targ); in getinterface_ip()
/external/pdfium/third_party/libopenjpeg20/
Devent.c94 msg_handler = p_event_mgr->error_handler; in opj_event_msg()
142 p_manager->error_handler = opj_default_callback; in opj_set_default_event_handler()
Devent.h59 opj_msg_callback error_handler; member
/external/iw/
Dgenl.c15 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, in error_handler() function
102 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &ret); in nl_get_multicast_id()
/external/ImageMagick/MagickCore/
Dexception.c81 error_handler = DefaultErrorHandler; variable
725 if (error_handler != (ErrorHandler) NULL) in MagickError()
726 (*error_handler)(error,reason,description); in MagickError()
827 previous_handler=error_handler; in SetErrorHandler()
828 error_handler=handler; in SetErrorHandler()
/external/v8/src/ast/
Dmodules.cc289 PendingCompilationErrorHandler* error_handler, in Validate() argument
292 DCHECK_NOT_NULL(error_handler); in Validate()
298 error_handler->ReportMessageAt( in Validate()
310 error_handler->ReportMessageAt( in Validate()
/external/libnl/python/examples/
Diface.py56 def error_handler(err, a): function
72 nl.py_nl_cb_err(rx_cb, nl.NL_CB_CUSTOM, error_handler, cbd);
Dwiphy.py105 def error_handler(err, a): function
121 nl.py_nl_cb_err(rx_cb, nl.NL_CB_CUSTOM, error_handler, cbd);
/external/libvpx/libvpx/vpx_dsp/
Dbitreader_buffer.h30 vpx_rb_error_handler error_handler; member
Dbitreader_buffer.c26 rb->error_handler(rb->error_handler_data); in vpx_rb_read_bit()
/external/autotest/site_utils/
Drun_suite_unittest.py624 def error_handler(msg): # pylint: disable=missing-docstring function
627 parser.error = error_handler
652 def error_handler(msg): # pylint: disable=missing-docstring function
655 parser.error = error_handler

12