#include <string.h>#include <grpc/support/alloc.h>#include <grpc/support/log.h>#include <grpc/support/sync.h>#include <grpc/support/time.h>#include "src/core/lib/channel/channel_args.h"#include "src/core/lib/gpr/useful.h"#include "src/core/lib/surface/channel.h"#include "test/core/end2end/cq_verifier.h"#include "test/core/end2end/end2end_tests.h"
Go to the source code of this file.
Macros | |
| #define | MAX_PING_STRIKES 2 |
Functions | |
| void | bad_ping (grpc_end2end_test_config config) |
| void | bad_ping_pre_init (void) |
| static void | drain_cq (grpc_completion_queue *cq) |
| static void | end_test (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_bad_ping (grpc_end2end_test_config config) |
| static void | test_pings_without_data (grpc_end2end_test_config config) |
| #define MAX_PING_STRIKES 2 |
Definition at line 32 of file bad_ping.cc.
| void bad_ping | ( | grpc_end2end_test_config | config | ) |
Definition at line 367 of file bad_ping.cc.
| void bad_ping_pre_init | ( | void | ) |
Definition at line 373 of file bad_ping.cc.
|
static |
Definition at line 36 of file bad_ping.cc.
|
static |
Definition at line 56 of file bad_ping.cc.
|
static |
Definition at line 50 of file bad_ping.cc.
|
static |
Definition at line 44 of file bad_ping.cc.
|
static |
Definition at line 34 of file bad_ping.cc.
|
static |
Definition at line 66 of file bad_ping.cc.
|
static |
Definition at line 215 of file bad_ping.cc.