#include <utility>
#include <grpcpp/grpcpp.h>
#include "src/core/ext/transport/binder/transport/binder_transport.h"
#include "src/core/lib/surface/server.h"
#include "test/core/transport/binder/end2end/fake_binder.h"
Go to the source code of this file.
Namespaces | |
grpc_binder | |
grpc_binder::end2end_testing | |
grpc_channel* grpc_binder_channel_create_for_testing | ( | grpc_server * | server, |
const grpc_channel_args * | args, | ||
void * | |||
) |
Definition at line 111 of file testing_channel_create.cc.