Home
last modified time | relevance | path

Searched refs:credential_type (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/test/cpp/qps/
Ddriver.h35 const grpc::string& credential_type, bool run_inproc,
38 bool RunQuit(const grpc::string& credential_type);
Ddriver.cc201 const grpc::string& credential_type, bool run_inproc, in RunScenario() argument
242 local_workers.emplace_back(new QpsWorker(driver_port, 0, credential_type)); in RunScenario()
281 credential_type, &channel_args))); in RunScenario()
340 credential_type, &channel_args))); in RunScenario()
532 bool RunQuit(const grpc::string& credential_type) { in RunQuit() argument
544 credential_type, &channel_args))); in RunQuit()
Dqps_worker.h42 const grpc::string& credential_type);
Dworker.cc35 DEFINE_string(credential_type, grpc::testing::kInsecureCredentialsType,
Dqps_worker.cc272 const grpc::string& credential_type) { in QpsWorker() argument
282 GetCredentialsProvider()->GetServerCredentials(credential_type)); in QpsWorker()
Dqps_json_driver.cc66 DEFINE_string(credential_type, grpc::testing::kInsecureCredentialsType,
/external/grpc-grpc/test/cpp/util/
Dcreate_test_channel.cc144 const grpc::string& server, const grpc::string& credential_type, in CreateTestChannel() argument
148 testing::GetCredentialsProvider()->GetChannelCredentials(credential_type, in CreateTestChannel()
Dcreate_test_channel.h60 const grpc::string& server, const grpc::string& credential_type,