#include "src/core/ext/transport/binder/server/binder_server.h"#include <memory>#include <thread>#include <vector>#include <gtest/gtest.h>#include "absl/memory/memory.h"#include <grpcpp/grpcpp.h>#include <grpcpp/impl/grpc_library.h>#include <grpcpp/security/binder_credentials.h>#include <grpcpp/security/binder_security_policy.h>#include "src/core/ext/transport/binder/client/channel_create_impl.h"#include "test/core/transport/binder/end2end/fake_binder.h"#include "test/core/util/test_config.h"#include "test/cpp/end2end/test_service_impl.h"
Go to the source code of this file.
Namespaces | |
| grpc | |
| grpc::testing | |
Functions | |
| std::shared_ptr< ServerCredentials > | grpc::testing::BinderServerCredentials () |
| std::shared_ptr< grpc::Channel > | grpc::testing::CreateBinderChannel (std::unique_ptr< grpc_binder::Binder > endpoint_binder) |
| int | main (int argc, char **argv) |
Definition at line 252 of file binder_server_test.cc.