Classes | Functions | Variables
cancel_test_helpers.h File Reference
#include <grpc/grpc.h>
Include dependency graph for cancel_test_helpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cancellation_mode
 

Functions

static grpc_call_error wait_for_deadline (grpc_call *, void *reserved)
 

Variables

static const cancellation_mode cancellation_modes []
 

Function Documentation

◆ wait_for_deadline()

static grpc_call_error wait_for_deadline ( grpc_call ,
void *  reserved 
)
static

Definition at line 31 of file cancel_test_helpers.h.

Variable Documentation

◆ cancellation_modes

const cancellation_mode cancellation_modes[]
static
Initial value:
= {
{"cancel", grpc_call_cancel, GRPC_STATUS_CANCELLED, "CANCELLED"},
"Deadline Exceeded"},
}

Definition at line 36 of file cancel_test_helpers.h.

grpc_call_cancel
GRPCAPI grpc_call_error grpc_call_cancel(grpc_call *call, void *reserved)
Definition: call.cc:1782
GRPC_STATUS_CANCELLED
@ GRPC_STATUS_CANCELLED
Definition: include/grpc/impl/codegen/status.h:33
GRPC_STATUS_DEADLINE_EXCEEDED
@ GRPC_STATUS_DEADLINE_EXCEEDED
Definition: include/grpc/impl/codegen/status.h:53
wait_for_deadline
static grpc_call_error wait_for_deadline(grpc_call *, void *reserved)
Definition: cancel_test_helpers.h:31


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:05