Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/error_handling/
Dmod.rs72 pub struct HandleError<S, F, T> { struct
78 impl<S, F, T> HandleError<S, F, T> { impl
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
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dfiles.cc33 void HandleError(const std::string& temp_path, int* dir_fd, FILE** fp) { in HandleError() function
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
H A 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
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/
H A Dnoop_balsa_visitor.h52 void HandleError(BalsaFrameEnums::ErrorCode /*error_code*/) override {} in HandleError() function
H A Dbalsa_frame.cc468 void BalsaFrame::HandleError(BalsaFrameEnums::ErrorCode error_code) { in HandleError() function in quiche::BalsaFrame
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_hdlc.cpp315 void NcpHdlc::HandleError(otError aError, uint8_t *aBuf, uint16_t aBufLength) in HandleError() function in ot::Ncp::NcpHdlc
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/lib/
H A Dconnector.cc521 void Connector::HandleError(bool force_pipe_reset, bool force_async_handler) { in HandleError() function in mojo::Connector
/aosp_15_r20/system/libziparchive/
H A Dzip_writer.cc129 int32_t ZipWriter::HandleError(int32_t error_code) { in HandleError() function in ZipWriter
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/internal/
H A Dcall.h319 void HandleError(Status status) PW_UNLOCK_FUNCTION(rpc_lock()) { in HandleError() function
/aosp_15_r20/system/update_engine/
H A Dtest_http_server.cc408 ssize_t HandleError(int fd, const HttpRequest& request) { in HandleError() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1577 function_ref<ErrorPolicy(Error)> HandleError) in DWARFObjInMemory()
1893 function_ref<ErrorPolicy(Error)> HandleError, in create()
/aosp_15_r20/packages/modules/adb/daemon/
Dusb.cpp676 void HandleError(const std::string& error) { in HandleError() function
/aosp_15_r20/external/webrtc/net/dcsctp/socket/
H A Ddcsctp_socket.cc1524 void DcSctpSocket::HandleError(const CommonHeader& header, in HandleError() function in dcsctp::DcSctpSocket
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A Drenderergl_utils.cpp3051 angle::Result HandleError(const gl::Context *context, in HandleError() function
/aosp_15_r20/packages/modules/adb/
Dtransport.cpp1164 void atransport::HandleError(const std::string& error) { in HandleError() function in atransport
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1754 function_ref<void(Error)> HandleError, in DWARFObjInMemory()