#include "test/core/end2end/fixtures/local_util.h"
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
#include <grpc/support/sync.h>
#include "src/core/ext/filters/client_channel/client_channel.h"
#include "src/core/ext/filters/http/server/http_server_filter.h"
#include "src/core/ext/transport/chttp2/transport/chttp2_transport.h"
#include "src/core/lib/channel/connected_channel.h"
#include "src/core/lib/gpr/string.h"
#include "src/core/lib/security/credentials/credentials.h"
#include "src/core/lib/surface/server.h"
#include "test/core/util/port.h"
#include "test/core/util/test_config.h"
Go to the source code of this file.
Functions | |
static bool | fail_server_auth_check (const grpc_channel_args *server_args) |
grpc_end2end_test_fixture | grpc_end2end_local_chttp2_create_fixture_fullstack () |
void | grpc_end2end_local_chttp2_init_client_fullstack (grpc_end2end_test_fixture *f, const grpc_channel_args *client_args, grpc_local_connect_type type) |
void | grpc_end2end_local_chttp2_init_server_fullstack (grpc_end2end_test_fixture *f, const grpc_channel_args *server_args, grpc_local_connect_type type) |
void | grpc_end2end_local_chttp2_tear_down_fullstack (grpc_end2end_test_fixture *f) |
static void | process_auth_failure (void *state, grpc_auth_context *, const grpc_metadata *, size_t, grpc_process_auth_metadata_done_cb cb, void *user_data) |
|
static |
Definition at line 62 of file local_util.cc.
grpc_end2end_test_fixture grpc_end2end_local_chttp2_create_fixture_fullstack | ( | ) |
Definition at line 36 of file local_util.cc.
void grpc_end2end_local_chttp2_init_client_fullstack | ( | grpc_end2end_test_fixture * | f, |
const grpc_channel_args * | client_args, | ||
grpc_local_connect_type | type | ||
) |
Definition at line 46 of file local_util.cc.
void grpc_end2end_local_chttp2_init_server_fullstack | ( | grpc_end2end_test_fixture * | f, |
const grpc_channel_args * | server_args, | ||
grpc_local_connect_type | type | ||
) |
Definition at line 83 of file local_util.cc.
void grpc_end2end_local_chttp2_tear_down_fullstack | ( | grpc_end2end_test_fixture * | f | ) |
Definition at line 105 of file local_util.cc.
|
static |
Definition at line 74 of file local_util.cc.