Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/
Dbinding_set.h78 error_with_reason_handler_.Reset();
83 error_with_reason_handler_ = std::move(error_handler);
302 } else if (error_with_reason_handler_) {
303 error_with_reason_handler_.Run(custom_reason, description);
308 RepeatingConnectionErrorWithReasonCallback error_with_reason_handler_;
Dinterface_endpoint_client.h58 error_with_reason_handler_.Reset(); in set_connection_error_handler()
64 error_with_reason_handler_ = std::move(error_handler); in set_connection_error_with_reason_handler()
178 ConnectionErrorWithReasonCallback error_with_reason_handler_; variable
/external/libchrome/mojo/public/cpp/bindings/lib/
Dinterface_endpoint_client.cc327 } else if (error_with_reason_handler_) { in NotifyError()
329 std::move(error_with_reason_handler_) in NotifyError()
332 std::move(error_with_reason_handler_).Run(0, std::string()); in NotifyError()