Searched refs:use_prod_roots (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/test/cpp/util/ |
D | create_test_channel.cc | 71 const grpc::string& override_hostname, bool use_prod_roots, in CreateTestChannel() argument 79 if (use_prod_roots) { in CreateTestChannel() 110 testing::transport_security security_type, bool use_prod_roots, in CreateTestChannel() argument 118 return CreateTestChannel(server, type, override_hostname, use_prod_roots, in CreateTestChannel() 124 testing::transport_security security_type, bool use_prod_roots, in CreateTestChannel() argument 127 use_prod_roots, creds, ChannelArguments()); in CreateTestChannel() 132 testing::transport_security security_type, bool use_prod_roots) { in CreateTestChannel() argument 134 use_prod_roots, std::shared_ptr<CallCredentials>()); in CreateTestChannel()
|
D | create_test_channel.h | 40 testing::transport_security security_type, bool use_prod_roots); 44 testing::transport_security security_type, bool use_prod_roots, 49 testing::transport_security security_type, bool use_prod_roots, 55 const grpc::string& override_hostname, bool use_prod_roots,
|