Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/core/end2end/
H A Dend2end_tests.h472 void CancelWithStatus(grpc_status_code status, const char* message) { in CancelWithStatus() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc360 void Call::CancelWithStatus(grpc_status_code status, const char* description) { in CancelWithStatus() function in grpc_core::Call
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/
H A Dcall.cc363 void Call::CancelWithStatus(grpc_status_code status, const char* description) { in CancelWithStatus() function in grpc_core::Call