#include <memory>
#include <mutex>
#include <thread>
#include <vector>
#include <gtest/gtest.h>
#include <grpc/grpc.h>
#include <grpc/support/log.h>
#include <grpcpp/channel.h>
#include <grpcpp/client_context.h>
#include <grpcpp/create_channel.h>
#include <grpcpp/ext/health_check_service_server_builder_option.h>
#include <grpcpp/health_check_service_interface.h>
#include <grpcpp/server.h>
#include <grpcpp/server_builder.h>
#include <grpcpp/server_context.h>
#include "src/proto/grpc/health/v1/health.grpc.pb.h"
#include "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h"
#include "src/proto/grpc/testing/echo.grpc.pb.h"
#include "test/core/util/port.h"
#include "test/core/util/test_config.h"
#include "test/cpp/end2end/test_health_check_service_impl.h"
#include "test/cpp/end2end/test_service_impl.h"
Go to the source code of this file.
◆ main()
      
        
          | int main | ( | int | argc, | 
        
          |  |  | char ** | argv | 
        
          |  | ) |  |  | 
      
 
 
◆ cq_
  
  | 
        
          | std::unique_ptr<ServerCompletionQueue> cq_ |  | protected | 
 
 
◆ cq_thread_
◆ echo_test_service_
◆ hc_stub_
  
  | 
        
          | std::unique_ptr<Health::Stub> hc_stub_ |  | protected | 
 
 
◆ health_check_service_impl_
  
  | 
        
          | HealthCheckServiceImpl health_check_service_impl_ |  | protected | 
 
 
◆ impl_
  
  | 
        
          | HealthCheckServiceImpl* impl_ |  | private | 
 
 
◆ server_
  
  | 
        
          | std::unique_ptr<Server> server_ |  | protected | 
 
 
◆ server_address_
  
  | 
        
          | std::ostringstream server_address_ |  | protected |