#include <condition_variable>
#include <memory>
#include <mutex>
#include <string>
#include <thread>
#include <gtest/gtest.h>
#include <grpc/grpc.h>
#include <grpc/support/log.h>
#include <grpcpp/alarm.h>
#include <grpcpp/security/credentials.h>
#include <grpcpp/server_context.h>
#include "src/proto/grpc/testing/echo.grpc.pb.h"
#include "test/cpp/util/string_ref_helper.h"
Go to the source code of this file.
|
void | grpc::testing::internal::CheckServerAuthContext (const ServerContextBase *context, const std::string &expected_transport_security_type, const std::string &expected_client_identity) |
|
int | grpc::testing::internal::GetIntValueFromMetadata (const char *key, const std::multimap< grpc::string_ref, grpc::string_ref > &metadata, int default_value) |
|
int | grpc::testing::internal::GetIntValueFromMetadataHelper (const char *key, const std::multimap< grpc::string_ref, grpc::string_ref > &metadata, int default_value) |
|
void | grpc::testing::internal::MaybeEchoDeadline (ServerContextBase *context, const EchoRequest *request, EchoResponse *response) |
|
int | grpc::testing::internal::MetadataMatchCount (const std::multimap< grpc::string_ref, grpc::string_ref > &metadata, const std::string &key, const std::string &value) |
|
void | grpc::testing::internal::ServerTryCancel (ServerContext *context) |
|