Home
last modified time | relevance | path

Searched defs:HandleError (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/axum/src/error_handling/
Dmod.rs72 pub struct HandleError<S, F, T> { struct
78 impl<S, F, T> HandleError<S, F, T> { argument
89 impl<S, F, T> Clone for HandleError<S, F, T> implementation
103 impl<S, F, E> fmt::Debug for HandleError<S, F, E> implementation
115 impl<S, F, B, Fut, Res> Service<Request<B>> for HandleError<S, F, ()> implementation
/external/cronet/net/third_party/quiche/src/quiche/balsa/
Dnoop_balsa_visitor.h55 void HandleError(BalsaFrameEnums::ErrorCode /*error_code*/) override {} in HandleError() function
Dbalsa_frame.cc480 void BalsaFrame::HandleError(BalsaFrameEnums::ErrorCode error_code) { in HandleError() function in quiche::BalsaFrame
/external/openthread/src/ncp/
Dncp_hdlc.cpp315 void NcpHdlc::HandleError(otError aError, uint8_t *aBuf, uint16_t aBufLength) in HandleError() function in ot::Ncp::NcpHdlc
/external/libchrome/mojo/public/cpp/bindings/lib/
Dconnector.cc521 void Connector::HandleError(bool force_pipe_reset, bool force_async_handler) { in HandleError() function in mojo::Connector
/external/rust/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dposix_endpoint.cc802 void PosixEndpointImpl::HandleError(absl::Status status) { in HandleError() function in grpc_event_engine::experimental::PosixEndpointImpl
866 void PosixEndpointImpl::HandleError(absl::Status /*status*/) { in HandleError() function in grpc_event_engine::experimental::PosixEndpointImpl
/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
Dposix_endpoint.cc824 void PosixEndpointImpl::HandleError(absl::Status status) { in HandleError() function in grpc_event_engine::experimental::PosixEndpointImpl
888 void PosixEndpointImpl::HandleError(absl::Status /*status*/) { in HandleError() function in grpc_event_engine::experimental::PosixEndpointImpl
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dcall.h280 void HandleError(Status status) PW_UNLOCK_FUNCTION(rpc_lock()) { in HandleError() function
/external/webrtc/net/dcsctp/socket/
Ddcsctp_socket.cc1524 void DcSctpSocket::HandleError(const CommonHeader& header, in HandleError() function in dcsctp::DcSctpSocket
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1577 function_ref<ErrorPolicy(Error)> HandleError) in DWARFObjInMemory()
1893 function_ref<ErrorPolicy(Error)> HandleError, in create()
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp2997 angle::Result HandleError(const gl::Context *context, in HandleError() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1754 function_ref<void(Error)> HandleError, in DWARFObjInMemory()