Home
last modified time | relevance | path

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

123

/external/libchrome/mojo/public/cpp/bindings/lib/
Dassociated_binding.cc33 base::OnceClosure error_handler) { in set_connection_error_handler() argument
35 endpoint_client_->set_connection_error_handler(std::move(error_handler)); in set_connection_error_handler()
39 ConnectionErrorWithReasonCallback error_handler) { in set_connection_error_with_reason_handler() argument
42 std::move(error_handler)); in set_connection_error_with_reason_handler()
Dbinding_state.h56 void set_connection_error_handler(base::OnceClosure error_handler) { in set_connection_error_handler() argument
58 endpoint_client_->set_connection_error_handler(std::move(error_handler)); in set_connection_error_handler()
62 ConnectionErrorWithReasonCallback error_handler) { in set_connection_error_with_reason_handler() argument
65 std::move(error_handler)); in set_connection_error_with_reason_handler()
Dassociated_interface_ptr_state.h51 void set_connection_error_handler(base::OnceClosure error_handler) { in set_connection_error_handler() argument
53 endpoint_client_->set_connection_error_handler(std::move(error_handler)); in set_connection_error_handler()
57 ConnectionErrorWithReasonCallback error_handler) { in set_connection_error_with_reason_handler() argument
60 std::move(error_handler)); in set_connection_error_with_reason_handler()
Dinterface_ptr_state.h159 void set_connection_error_handler(base::OnceClosure error_handler) { in set_connection_error_handler() argument
163 endpoint_client()->set_connection_error_handler(std::move(error_handler)); in set_connection_error_handler()
167 ConnectionErrorWithReasonCallback error_handler) { in set_connection_error_with_reason_handler() argument
172 std::move(error_handler)); in set_connection_error_with_reason_handler()
/external/libchrome/mojo/public/cpp/bindings/
Dstrong_binding.h62 void set_connection_error_handler(base::OnceClosure error_handler) { in set_connection_error_handler() argument
64 connection_error_handler_ = std::move(error_handler); in set_connection_error_handler()
69 ConnectionErrorWithReasonCallback error_handler) { in set_connection_error_with_reason_handler() argument
71 connection_error_with_reason_handler_ = std::move(error_handler); in set_connection_error_with_reason_handler()
Dstrong_associated_binding.h64 void set_connection_error_handler(base::OnceClosure error_handler) { in set_connection_error_handler() argument
66 connection_error_handler_ = std::move(error_handler); in set_connection_error_handler()
71 ConnectionErrorWithReasonCallback error_handler) { in set_connection_error_with_reason_handler() argument
73 connection_error_with_reason_handler_ = std::move(error_handler); in set_connection_error_with_reason_handler()
Dbinding.h177 void set_connection_error_handler(base::OnceClosure error_handler) { in set_connection_error_handler() argument
179 internal_state_.set_connection_error_handler(std::move(error_handler)); in set_connection_error_handler()
183 ConnectionErrorWithReasonCallback error_handler) { in set_connection_error_with_reason_handler() argument
186 std::move(error_handler)); in set_connection_error_with_reason_handler()
Dinterface_ptr.h161 void set_connection_error_handler(base::OnceClosure error_handler) { in set_connection_error_handler() argument
162 internal_state_.set_connection_error_handler(std::move(error_handler)); in set_connection_error_handler()
166 ConnectionErrorWithReasonCallback error_handler) { in set_connection_error_with_reason_handler() argument
168 std::move(error_handler)); in set_connection_error_with_reason_handler()
Dinterface_endpoint_client.h55 void set_connection_error_handler(base::OnceClosure error_handler) { in set_connection_error_handler() argument
57 error_handler_ = std::move(error_handler); in set_connection_error_handler()
62 ConnectionErrorWithReasonCallback error_handler) { in set_connection_error_with_reason_handler() argument
64 error_with_reason_handler_ = std::move(error_handler); in set_connection_error_with_reason_handler()
Dassociated_interface_ptr.h140 void set_connection_error_handler(base::OnceClosure error_handler) { in set_connection_error_handler() argument
141 internal_state_.set_connection_error_handler(std::move(error_handler)); in set_connection_error_handler()
145 ConnectionErrorWithReasonCallback error_handler) { in set_connection_error_with_reason_handler() argument
147 std::move(error_handler)); in set_connection_error_with_reason_handler()
Dbinding_set.h76 void set_connection_error_handler(base::RepeatingClosure error_handler) {
77 error_handler_ = std::move(error_handler);
82 RepeatingConnectionErrorWithReasonCallback error_handler) {
83 error_with_reason_handler_ = std::move(error_handler);
Dassociated_binding.h55 void set_connection_error_handler(base::OnceClosure error_handler);
58 ConnectionErrorWithReasonCallback error_handler);
Dconnector.h108 void set_connection_error_handler(base::OnceClosure error_handler) { in set_connection_error_handler() argument
110 connection_error_handler_ = std::move(error_handler); in set_connection_error_handler()
/external/autotest/client/site_tests/cellular_DisableWhileConnecting/
Dcellular_DisableWhileConnecting.py133 error_handler=self._expect_einprogress_handler)
137 error_handler=self._expect_einprogress_handler)
153 error_handler=self.build_error_handler('Connect'))
237 error_handler=self._connect_error_handler)
246 error_handler=self.build_error_handler('GetStatus'))
255 error_handler=self.build_error_handler('Enable'))
/external/android-clat/
Dnetlink_callbacks.c42 static int error_handler(__attribute__((unused)) struct sockaddr_nl *nla, struct nlmsgerr *err, in error_handler() function
65 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, retval); in alloc_ack_callbacks()
Dgetaddr.c87 static int error_handler(__attribute__((unused)) struct sockaddr_nl *nla, in error_handler() function
120 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, &targ); in getinterface_ip()
/external/python/cpython3/Lib/distutils/command/
Dcheck.py19 debug=0, encoding='ascii', error_handler='replace'): argument
22 debug, encoding, error_handler)
135 error_handler=settings.error_encoding_error_handler)
/external/python/cpython2/Lib/distutils/command/
Dcheck.py22 debug=0, encoding='ascii', error_handler='replace'): argument
25 debug, encoding, error_handler)
139 error_handler=settings.error_encoding_error_handler)
/external/libvpx/libvpx/vpx_dsp/
Dbitreader_buffer.c26 if (rb->error_handler != NULL) rb->error_handler(rb->error_handler_data); in vpx_rb_read_bit()
/external/pdfium/third_party/libopenjpeg20/
Devent.c101 msg_handler = p_event_mgr->error_handler; in opj_event_msg()
147 p_manager->error_handler = opj_default_callback; in opj_set_default_event_handler()
/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.c82 error_handler = DefaultErrorHandler; variable
717 if (error_handler != (ErrorHandler) NULL) in MagickError()
718 (*error_handler)(error,reason,description); in MagickError()
819 previous_handler=error_handler; in SetErrorHandler()
820 error_handler=handler; in SetErrorHandler()
/external/libaom/libaom/aom_dsp/
Dbitreader_buffer.c33 if (rb->error_handler) rb->error_handler(rb->error_handler_data); in aom_rb_read_bit()
/external/v8/src/ast/
Dmodules.cc315 PendingCompilationErrorHandler* error_handler, in Validate() argument
318 DCHECK_NOT_NULL(error_handler); in Validate()
324 error_handler->ReportMessageAt( in Validate()
336 error_handler->ReportMessageAt( in Validate()
/external/libchrome/mojo/public/cpp/system/
Dinvitation.cc72 MojoProcessErrorHandler error_handler = nullptr; in SendInvitation() local
75 error_handler = &RunErrorCallback; in SendInvitation()
94 error_handler, error_handler_context, &options); in SendInvitation()

123