Home
last modified time | relevance | path

Searched refs:override_hostname (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/test/cpp/util/
Dcreate_test_channel.cc71 const grpc::string& override_hostname, bool use_prod_roots, in CreateTestChannel() argument
83 if (!server.empty() && !override_hostname.empty()) { in CreateTestChannel()
84 channel_args.SetSslTargetNameOverride(override_hostname); in CreateTestChannel()
94 server.empty() ? override_hostname : server; in CreateTestChannel()
109 const grpc::string& server, const grpc::string& override_hostname, in CreateTestChannel() argument
118 return CreateTestChannel(server, type, override_hostname, use_prod_roots, in CreateTestChannel()
123 const grpc::string& server, const grpc::string& override_hostname, in CreateTestChannel() argument
126 return CreateTestChannel(server, override_hostname, security_type, in CreateTestChannel()
131 const grpc::string& server, const grpc::string& override_hostname, in CreateTestChannel() argument
133 return CreateTestChannel(server, override_hostname, security_type, in CreateTestChannel()
Dcreate_test_channel.h39 const grpc::string& server, const grpc::string& override_hostname,
43 const grpc::string& server, const grpc::string& override_hostname,
48 const grpc::string& server, const grpc::string& override_hostname,
55 const grpc::string& override_hostname, bool use_prod_roots,
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp816 const char *override_hostname = in MakeGdbServerUrl() local
823 override_hostname ? override_hostname in MakeGdbServerUrl()