#include <sys/time.h>
#include <thread>
#include <gtest/gtest.h>
#include "absl/memory/memory.h"
#include <grpc/grpc.h>
#include <grpc/support/log.h>
#include <grpc/support/time.h>
#include <grpcpp/channel.h>
#include <grpcpp/client_context.h>
#include <grpcpp/create_channel.h>
#include <grpcpp/server.h>
#include <grpcpp/server_builder.h>
#include <grpcpp/server_context.h>
#include "src/core/lib/iomgr/timer.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_service_impl.h"
#include "test/cpp/util/subprocess.h"
Go to the source code of this file.
◆ main()
      
        
          | int main | ( | int | argc, | 
        
          |  |  | char ** | argv | 
        
          |  | ) |  |  | 
      
 
 
◆ now_impl()
◆ reset_now_offset()
  
  | 
        
          | static void reset_now_offset | ( |  | ) |  |  | static | 
 
 
◆ set_now_offset()
  
  | 
        
          | static void set_now_offset | ( | int | msecs | ) |  |  | static | 
 
 
◆ channel_
  
  | 
        
          | std::shared_ptr<Channel> channel_ |  | private | 
 
 
◆ g_mu
◆ g_root
◆ g_time_shift_nsec
  
  | 
        
          | int g_time_shift_nsec = 0 |  | static | 
 
 
◆ g_time_shift_sec
◆ gpr_now_impl
◆ gpr_now_impl_orig
◆ server_
  
  | 
        
          | std::unique_ptr<SubProcess> server_ |  | staticprivate | 
 
 
◆ server_address_
  
  | 
        
          | std::string server_address_ |  | staticprivate | 
 
 
◆ stub_
  
  | 
        
          | std::unique_ptr<grpc::testing::EchoTestService::Stub> stub_ |  | private | 
 
 
◆ TIME_OFFSET1
◆ TIME_OFFSET2