Home
last modified time | relevance | path

Searched defs:CancelWithError (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/
H A Dcall.cc1026 void FilterStackCall::CancelWithError(grpc_error_handle error) { in CancelWithError() function in grpc_core::FilterStackCall
2781 void CancelWithError(absl::Status error) override { in CancelWithError() function in grpc_core::ClientPromiseBasedCall
3649 void ServerPromiseBasedCall::CancelWithError(absl::Status error) { in CancelWithError() function in grpc_core::ServerPromiseBasedCall
3737 void CancelWithError(grpc_error_handle error) override { in CancelWithError() function in grpc_core::ServerCallSpine
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc1028 void FilterStackCall::CancelWithError(grpc_error_handle error) { in CancelWithError() function in grpc_core::FilterStackCall
2693 void CancelWithError(absl::Status error) override { in CancelWithError() function in grpc_core::ClientPromiseBasedCall
3422 void ServerPromiseBasedCall::CancelWithError(absl::Status error) { in CancelWithError() function in grpc_core::ServerPromiseBasedCall
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request.cc709 int URLRequest::CancelWithError(int error) { in CancelWithError() function in net::URLRequest