#include <stdio.h>
#include <string.h>
#include <grpc/byte_buffer.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/time.h>
#include "test/core/end2end/cq_verifier.h"
#include "test/core/end2end/end2end_tests.h"
Go to the source code of this file.
Functions | |
static grpc_end2end_test_fixture | begin_test (grpc_end2end_test_config config, const char *test_name, grpc_channel_args *client_args, grpc_channel_args *server_args) |
static void | drain_cq (grpc_completion_queue *cq) |
static void | end_test (grpc_end2end_test_fixture *f) |
static gpr_timespec | five_seconds_from_now (void) |
static grpc_slice | generate_random_slice () |
static gpr_timespec | n_seconds_from_now (int n) |
void | payload (grpc_end2end_test_config config) |
void | payload_pre_init (void) |
static void | request_response_with_payload (grpc_end2end_test_config, grpc_end2end_test_fixture f) |
static void | shutdown_client (grpc_end2end_test_fixture *f) |
static void | shutdown_server (grpc_end2end_test_fixture *f) |
static void * | tag (intptr_t t) |
static void | test_invoke_10_request_response_with_payload (grpc_end2end_test_config config) |
static void | test_invoke_request_response_with_payload (grpc_end2end_test_config config) |
|
static |
Definition at line 32 of file payload.cc.
|
static |
Definition at line 52 of file payload.cc.
|
static |
Definition at line 77 of file payload.cc.
|
static |
Definition at line 48 of file payload.cc.
|
static |
Definition at line 88 of file payload.cc.
|
static |
Definition at line 44 of file payload.cc.
void payload | ( | grpc_end2end_test_config | config | ) |
Definition at line 281 of file payload.cc.
void payload_pre_init | ( | void | ) |
Definition at line 286 of file payload.cc.
|
static |
Definition at line 103 of file payload.cc.
|
static |
Definition at line 71 of file payload.cc.
|
static |
Definition at line 59 of file payload.cc.
|
static |
Definition at line 30 of file payload.cc.
|
static |
Definition at line 269 of file payload.cc.
|
static |
Definition at line 260 of file payload.cc.